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
Tag: python-nmap
[python]Intrusive python with nmap
Just got a new python-nmap installed, and nmap installed on my mac, did a small try out on manipulating the result. here's the code: I will be trying out the full scan capability with the codes, the above is just a try out... the actual usage would need to do some iteration with a for … Continue reading [python]Intrusive python with nmap