Nmap-API : Uses Python3.10, Debian, python-Nmap, And Flask Framework To Create A Nmap API

Nmap-API uses python3.10, Debian, python-Nmap, and flask framework to create a Nmap API that can do scans with a good speed online and is easy to deploy. This is a implementation for our college PCL project which is still under development and constantly updating. API Reference Get all items GET /api/p1/{username}:{password}/{target} GET /api/p2/{username}:{password}/{target} GET /api/p3/{username}:{password}/{target} …

Flask Session Cookie Manager : Flask Session Cookie Decoder/Encoder

Flask Session Cookie Decoder/Encoder. Dependencies Python 2 or Python 3 itsdangerous Flask Installation BlackArch Linux # pacman -S flask-session-cookie-manager{3,2} Git ArchLinux Both python3 etn python2: $ git clone https://github.com/noraj/flask-session-cookie-manager.git && cd flask-session-cookie-manager # makepkg -sic Other Distros Find your way with your package manager, use pip in a virtual environment or use pyenv. Eg. $ …