Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 362 Bytes

File metadata and controls

20 lines (16 loc) · 362 Bytes

BasicPortScanner-Python

A simple port scanner and banner grabbing in python

Version

Use python3

Install:

git clone https://github.com/kyaEH/BasicPortScanner-Python.git PythonScanner
cd PythonScanner
pip3 install -r requirement.txt

Run:

python3 scanner.py 
input: target (ex 127.0.0.1 or domain.com)
input: port (80, 8080, 443...)