screetsec / Dracnmap

Dracnmap is an open source program which is using to exploit the network and gathering information with nmap help. Nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users. Hence Dracnmap is designed to perform fast scaning with the utilizing script engine of nmap and nmap can perform various automatic scanning techniques with the advanced commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fake user-agent scan

r00t-3xp10it opened this issue · comments

Add this line in to your nmap commands (or chose a diferent user-agent string)..

--script-args http.useragent="Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_5 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D60 Safari/604.1" <hosts>

Thanks for suggestion @r00t-3xp10it