Pre-release
This release is a pre-release and may not be stable for production use.
netrecon
A rich CLI tool for network device reconnaissance.
Installation
Install Python, then install pipx and use it to install netrecon:
python -m pip install --upgrade pip setuptools pipx
pipx install netrecon
Usage
For all options, run netrecon --help
Development Environment
git clone https://github.com/ReK42/netrecon.git
cd netrecon
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip setuptools pre-commit
pre-commit install
pip install -e .[test]
Manual Builds
python -m build
twine upload dist/*
Release files for netrecon 0.1.dev2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| netrecon-0.1.dev2.tar.gz | 46.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| netrecon-0.1.dev2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 75.6 kB
Release files / netrecon-0.1.dev2.tar.gz
| Download URL | netrecon-0.1.dev2.tar.gz |
|---|---|
| Size | 46.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce270ea32f97ac4eaa3afdecd803c0cfe43fb0525433164ff271039c4e609a18
|
|
BLAKE2b-256 checksum How to use checksums |
62ae0598003e27c8a23c18fcb3aa62ee53f023e4dec99c8dddcdaae6694477b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|
Release files / netrecon-0.1.dev2-py3-none-any.whl
| Download URL | netrecon-0.1.dev2-py3-none-any.whl |
|---|---|
| Size | 29.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35e53914cf10d440080e96d817ec393ce1e7166082938d2e0b85aef9fb2648d7
|
|
BLAKE2b-256 checksum How to use checksums |
681ac2e56bef1fa00c8fd4431ff113b95be3f903f39d15af7affbe4de666b018
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|