A rich CLI tool for network device reconnaissance.
Install Python, then install pipx and use it to install netrecon:
python -m pip install --upgrade pip setuptools pipx
pipx install netreconFor all options, run netrecon --help
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]python -m build
twine upload dist/*