Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 277 Bytes

appendix_e_nmap_and_tor.md

File metadata and controls

8 lines (6 loc) · 277 Bytes

One option to be able to scan an onionn address is:

proxychains4 nmap -Pn -sT -v scyllabyeatabumx.onion
# we have to avoid pinging by using -Pn, since Tor does not play well with Tor
# also since proxychains does not work with -sS e use a tcp connect scan with -sT