Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowkluster/rescan
A Modern utility for recon written in python
https://github.com/snowkluster/rescan
cli networking pip portscanner pypi-package python
Last synced: 3 days ago
JSON representation
A Modern utility for recon written in python
- Host: GitHub
- URL: https://github.com/snowkluster/rescan
- Owner: snowkluster
- License: gpl-2.0
- Created: 2023-07-23T16:45:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-28T20:14:45.000Z (10 months ago)
- Last Synced: 2024-04-29T17:06:56.125Z (7 months ago)
- Topics: cli, networking, pip, portscanner, pypi-package, python
- Language: Python
- Homepage: https://pypi.org/project/rescan/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
██████╗░███████╗░██████╗░█████╗░░█████╗░███╗░░██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗████╗░██║
██████╔╝█████╗░░╚█████╗░██║░░╚═╝███████║██╔██╗██║
██╔══██╗██╔══╝░░░╚═══██╗██║░░██╗██╔══██║██║╚████║
██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║░╚███║
╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝░░╚══╝---------------------------
# 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](https://github.com/pypa/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`