Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/interference-security/Multiport


https://github.com/interference-security/Multiport

Last synced: 3 days ago
JSON representation

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)