https://github.com/interference-security/Multiport
https://github.com/interference-security/Multiport
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/interference-security/Multiport
- Owner: interference-security
- License: gpl-3.0
- Created: 2015-06-12T13:22:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T18:52:13.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T02:32:32.896Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 40
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Multiport
Multiport is a port scanning utility designed in Python.
It accepts the target and ports (single port, port list and port range) as user input. Then scans the target for the port(s) status using the scanning techniques all at once. The output is displayed in a tabular format.
Contact : int3rf3r3nc3 [at] gmail [dot] com
Multiport v1.0
Example: ./multiport.py 192.168.1.1 -p 80 -pl 53,8080 -pr 21-22
Demo Video: https://www.youtube.com/watch?v=sMS9USK1QnY
## Requirements
Scapy (http://www.secdev.org/projects/scapy/) (Already installed in Kali Linux)
PrettyTable (pip install prettytable / easy_install prettytable)