rigmap: A wrapper for Nmap to automate the pentest

trigmap

Trigmap is a wrapper for Nmap. You can use it to easily start Nmap scan and especially to collect information into a well-organized directory hierarchy. The use of Nmap makes the script portable (easy to run not only on Kali Linux) and very efficient thanks to the optimized Nmap algorithms.

It can perform several tasks using the Nmap scripting engine (NSE):

  • Port Scan
  • Service and Version Detection
  • Web Resources Enumeration
  • Vulnerability Assessment
  • Common Vulnerabilities Test
  • Common Exploits Test
  • Dictionary Attacks Against Active Services
  • Default Credentials Test

Dir Hierarchy

Download

git clone https://github.com/Leviathan36/trigmap.git

Use

Trigmap can be used in two ways:

  • Interactive mode:

trigmap [ENTER], and the script does the rest

  • NON-interactive mode:

trigmap -h|–host <target/s> [-tp|–tcp TCP ports] [-up|–udp UDP ports] [-f|–file file path] [-s|–speed time profile] [-n|–nic NIC] [-p|–phase phases]

If you want to see the help:

trigmap --help to print this helper

Copyright (C) 2019 Leviathan36

Source: https://github.com/Leviathan36/