New Nmap binding for Python python3-nmap


Rendering Error in layout Widget/Social: Call to a member function exists() on null. Please enable debug mode for more information.
More
3 years 11 months ago #12025 by latestrelease
A python 3 library which helps in using nmap port scanner. The way this tools works is by defining each nmap command into a python function  making it very easy to use sophisticated nmap commands in other python  scripts. Nmap is a complicated piece of software used for reconnaissance on target networks, over the years new features have been added making
it more sophisticated

For example in nmap if you want to scan for common ports you would to something like this
$ nmap your-host.com --top-ports 10
But in this python3-nmap script you would do something like this
import nmap3
nmap = nmap3.Nmap()
results = nmap.scan_top_ports("your-host.com")
# And you would get your results in json

To see how it works, we have hosted and demonstrated it online . It has features like dns.brute.script which is used to get subdomains

Please Log in or Create an account to join the conversation.

Who's Online

We have 308 guests and no members online

N00BZ

  • ljamal
  • ljamal74
  • mikeg2atest
  • ducchinhbui
  • anjarezt

Cookies