Scanning port scripts using the Python-nmap module

Source: Internet
Author: User

Portscan

Port scan

Project Address: Https://github.com/sgjr/portScan

Notice of Use

Need to install NMAP command and Python-nmap module before use

yum install nmappip install python-nmap
How to use
Usage: portScan.py [Options]Options:  --version             show program‘s version number and exit  -h, --help            show this help message and exit  -H SCANHOST, --host=SCANHOST                        The hosts will be scan  -p SCANPORT, --port=SCANPORT                        The ports will be scan
Using the example

1.python portscan.py-h 127.0.0.1-p 3306

 ----- 127.0.0.1 -----127.0.0.1 tcp/3306 open

2.python portscan.py-h 127.0.0.1-p 3306-3308

 ----- 127.0.0.1 -----127.0.0.1 tcp/3306 open127.0.0.1 tcp/3307 open127.0.0.1 tcp/3308 closed

3.python portscan.py-h 127.0.0.1-p 3306,3309

 ----- 127.0.0.1 -----127.0.0.1 tcp/3306 open127.0.0.1 tcp/3309 closed

4.python portscan.py-h 127.0.0.1-2-P 3306-3308

 ----- 127.0.0.1 -----127.0.0.1 tcp/3306 open127.0.0.1 tcp/3307 open127.0.0.1 tcp/3308 closed ----- 127.0.0.2 -----127.0.0.2 tcp/3306 open127.0.0.2 tcp/3307 open127.0.0.2 tcp/3308 closed

Scanning port scripts using the Python-nmap module

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.