ansible-pentest-with-tor
ansible-pentest-with-tor copied to clipboard
Use Tor for anonymous scanning with nmap
Results
1
ansible-pentest-with-tor issues
Sort by
recently updated
recently updated
newest added
When I run 'wget -qO - https://raw.githubusercontent.com/jivoi/ansible-pentest-with-tor/master/bootstrap.sh | sh', I got Syntax Error while loading YAML script - name: Configure tor template: > src=torrc.j2 dest=/etc/tor/torrc owner=root group=root mode=0644 ^