Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interference-security/Multiport
https://github.com/interference-security/Multiport
Last synced: 3 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T18:52:13.000Z (over 8 years ago)
- Last Synced: 2024-08-01T20:46:59.133Z (3 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 41
- 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)