Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krishpranav/pyscan

A simple python tool to scan different ports on your network very fast
https://github.com/krishpranav/pyscan

advance-port-scanner advance-scanner nmap pip pip3 port-scanner port-scanner-in-python python python3 python3-pip

Last synced: 21 days ago
JSON representation

A simple python tool to scan different ports on your network very fast

Awesome Lists containing this project

README

        

# pyscan
A simple python tool to scan different ports on your network very fast

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/pyscan
cd pyscan
python3 -m pip install -r requirements.txt
python3 pyscan.py
```

# Usage
```
python3 pyscan.py
pyscan $> use ssh
pyscan/ssh $> options
pyscan/ssh $> set network 192.168.0.0/24
pyscan/ssh $> run
```