A Modern utility for recon written in python
  • Python 89.2%
  • Shell 6.8%
  • PowerShell 4%
Find a file
2024-01-29 01:44:45 +05:30
.github/workflows Create python-publish.yml 2023-07-28 19:46:43 +05:30
auto updated setup.py 2023-11-10 23:49:50 +05:30
scripts linux update #1 2023-07-30 01:56:20 +05:30
src/rescan Fix typos 2023-08-03 10:36:50 +08:00
tests added all pypi requirements 2023-07-29 01:16:39 +05:30
.gitignore updated project structure 2023-07-23 22:26:06 +05:30
CHANGELOG.md patch 1.0.4 bug fixes 2023-11-10 23:56:12 +05:30
LICENSE Create LICENSE 2023-07-23 22:27:15 +05:30
pyproject.toml fixed name reuse 2023-11-10 23:58:41 +05:30
README.md Update README.md 2024-01-29 01:44:45 +05:30
requirements.txt updated requirements.txt for direction change 2023-07-25 16:36:51 +05:30
rescan-runner.py updated rescan-runner.py 2023-07-29 18:52:21 +05:30
setup.py patch 1.0.4 bug fixes 2023-11-10 23:56:12 +05:30

██████╗░███████╗░██████╗░█████╗░░█████╗░███╗░░██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗████╗░██║
██████╔╝█████╗░░╚█████╗░██║░░╚═╝███████║██╔██╗██║
██╔══██╗██╔══╝░░░╚═══██╗██║░░██╗██╔══██║██║╚████║
██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║░╚███║
╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝░░╚══╝


Rescan

A modern port scanner for recon written in python

Installation

  • python3 -m venv venv
  • pip install rescan
  • rescan info for 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.git
  • python3 -m pip install -r requirements.txt

Help

  • rescan --help