GamehunterKaan / AutoPWN-Suite

AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically.
https://auto.pwnspot.com
Other
946 stars 113 forks source link

Tor Support #13

Closed petak33 closed 2 years ago

petak33 commented 2 years ago

I think tor option to hide your identity would be cool

GamehunterKaan commented 2 years ago

This tool is mostly designed for using inside an internal network. But might as well add Tor support for testing outside targets.

GamehunterKaan commented 2 years ago

After experimenting with the --proxy flag in nmap I found out that you can't specify a socks5 proxy.

Screenshot_20220616_195741

Then I tried to specify it as socks4 even though it is socks5.

Screenshot_20220616_200015

At first that seemed to work but after running nc on port 80 I realized it is actually not working.

Screenshot_20220616_195918

There are also other issues with using nmap with proxy :

This issue will be closed since it is not possible to use nmap with tor without using any external programs like "proxychains". I might consider adding this feature when nmap allows the use of socks5.