To hack onion sites, we will use the popular SQL injection scanner, sqlmap. To launch it for site scanning, simply execute the following command:
python sqlmap.py -u «.onion/qwertyqwerty.php» --data=«id=1» --tor --tor-port=9050 --tor-type=SOCKS5
However, with the scanner nmap, we'll have to do...