Rainmap Lite - Responsive web application that allows users to launch Nmap scans from their mobiles/tablets/web browsers!
Unlike it's predecessor [1], Rainmap-lite does not require special services (RabbitMQ, PostgreSQL, Celery, supervisor, etc) to make it easy to install on any server. You simply need to install the Django application and add the cron polling task to set up a new scanning server. Nmap scans on the road for everyone!
[1] Rainmap - https://nmap.org/rainmap/
- Easily launch Nmap scans with a few clicks.
- Responsive interface runs smoothly from your phone/tablet.
- Reports delivered by email in all formats.
- View reports from your web browser.
- Schedule scans.
- Dozens of scanning profiles to choose from.
- Easy to install/set up.
- Share results with your team.
- Compatible with Python 3 (Tested on Python 3.7.4)
This project is still in beta version. Any feedback, bug reports and PRs are greatly appreciated!
You can find all the documentation related to this project on the Wiki
- Make sure the python3, pip3, nmap, nmap-scripts and cron installed on system
- git clone this project
- Rename/Copy the .env.sample to .env
- Prepare the environment file (.env)
- sh setup.sh
- APP_ROOT_PATH="/opt/rainmap-lite/"
- HTTP_PORT="8000"
- LOG_PATH="/var/log/nmaper.log"
- ADMIN_USER="admin"
- ADMIN_PASS="admin"
- ADMIN_EMAIL="[email protected]"
Please follow the format that described in python-dotenv
- BASE_URL="http://127.0.0.1:${HTTP_PORT}"
- SMTP_USER="SMTP_USER"
- SMTP_PASS="SMTP_PASS"
- SMTP_SERVER="SMTP_SERVER"
- SMTP_PORT="SMTP_PORT"
- SMTP_DOMAIN_NAME="SMTP_DOMAIN_NAME"
- Responsive interface