b0x
May 8, 2023

run projectdiscovery nuclei with TOR

Connecting TOR w/ nuclei is very simple

first of all we need to make some edit in TOR configuration

nano /etc/tor/torrc

then click

CTRL + W

search for “ControlPort” then remove hashtag before ControlPort and HashedControlPassword + CookieAuthentication

after that click

CTRL + x , Y , ENTER

then run

tor

then open new terminal tab and run

nuclei -proxy=”socks5://127.0.0.1:9050" -u domain.tld