[python]Intrusive python with nmap

So i was trying some simple script to invoke nmap with python. So here is a python command line version. The python script takes in two types of arguments: a. target host b. target port/ports. the port if more than one should separate by commas. The split method is called to put each port into … Continue reading [python]Intrusive python with nmap

Advertisement