PenetrationTestingScripts/rainmap-lite
InfoSec c571259c47 Update README.md 2016-08-23 06:30:58 +08:00
..
nmaper Add files via upload 2016-08-20 09:38:58 +08:00
scandere Add files via upload 2016-08-22 23:50:29 +08:00
screenshots Add files via upload 2016-08-21 21:46:02 +08:00
INSTALL.md Update INSTALL.md 2016-08-20 19:53:39 +08:00
LICENSE Add files via upload 2016-08-20 09:38:58 +08:00
README.md Update README.md 2016-08-23 06:30:58 +08:00
manage.py Add files via upload 2016-08-20 09:38:58 +08:00
nmaper-cronjob.py Add files via upload 2016-08-20 09:38:58 +08:00

README.md

rainmap-lite

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/

Features

  • 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.

This project is still in beta version. Any feedback, bug reports and PRs are greatly appreciated!

note: The scan URL is: http://10.10.10.10:8080/ ,if you change it,please watch what the terminal output after you type " python manage.py runserver 0.0.0.0:8080", the ip is the ip of your machine The admin URL is: http://10.10.10.10:8080/console/ The results are stored in "/root/rainmap-lite-1.0/rainmap-lite/nmaper/static/results", it all depends on you where you extract the compressed package of rainmap-lite

Screenshots

  • Responsive interface
  • Customizable
  • Scanning profiles
  • Site Administration allows managements of users, scanning profiles and scans
  • Cron based
  • Results delivered by email