Command line interface for the Reconmap pentest automation and reporting tool.
./rmap config set --api-url https://api.reconmap.org
./rmap config view
Make sure you replace https://demo.api.reconmap.com
with your actual API URL. Users from our SaaS offering should enter something like https://ACCOUNTNAME.api.reconmap.com
.
./rmap login -u admin -p ******
./rmap logout
To search for a task
./rmap task search -k "check domain"
To search for a command to run
./rmap command search -k amass
To execute a command once you know its arguments
./rmap command run -cid 2 -var Host=soki.com.ar
(if you are using Docker containers with your commands you require the Docker engine with API version 1.40)
make
export DOCKER_API_VERSION=1.40