gotr00t0day / rmap

Automated enumeration for red teamers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RMap - Reconnaissance Mapper

showcase

Install

PyPI

$ pip3 install python-rmap

Git

$ git clone https://github.com/syspuke/rmap.git
$ cd rmap
$ pip3 install -e .

Usage

$ sudo rmap -h
usage: rmap [-h] [--vuln] [-d] [-v] ip

positional arguments:
  ip             Target IP Address

options:
  -h, --help     show this help message and exit
  --vuln         Scan host for vulnerabilities
  -d, --debug    Debug output
  -v, --version  Show version                           
$ sudo rmap 10.10.10.10

Configuration

/usr/share/rmap/rmap.conf

[rmap]
# Max processes allowed to spawn
processLimit = 3

[nmap]
allports = true
arguments = -sC -sV

[ffuf]
wordlist = /usr/share/seclists/Discovery/Web-Content/big.txt

# Available formats: json, ejson, html, md, csv, ecsv
outtype = md

# Scan recursively
recursion = true
recursionDepth = 1

arguments = -fc 302

About

Automated enumeration for red teamers

License:GNU General Public License v3.0


Languages

Language:Python 100.0%