A Modern utility for recon written in python
- Python 89.2%
- Shell 6.8%
- PowerShell 4%
| .github/workflows | ||
| auto | ||
| scripts | ||
| src/rescan | ||
| tests | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| rescan-runner.py | ||
| setup.py | ||
██████╗░███████╗░██████╗░█████╗░░█████╗░███╗░░██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗████╗░██║
██████╔╝█████╗░░╚█████╗░██║░░╚═╝███████║██╔██╗██║
██╔══██╗██╔══╝░░░╚═══██╗██║░░██╗██╔══██║██║╚████║
██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║░╚███║
╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝░░╚══╝
Rescan
A modern port scanner for recon written in python
Installation
python3 -m venv venvpip install rescanrescan infofor more information
Installation Outside venv
- setup pipx on your system
pipx install rescan- use pipx install the package in a virtual environment and adds a symlink to the executable into the $PATH
Debug Setup
git clone https://github.com/snowkluster/rescan.gitpython3 -m pip install -r requirements.txt
Help
rescan --help