Skip to content

Mantis is a program containing tools for hacking and pentesting

Notifications You must be signed in to change notification settings

eliezer-guimaraes/mantis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANTIS

ABOUT MANTIS V.1

MANTIS is a program containing tools for hacking, including footprint, enumeration, port scanning, subdomain search, and others. It was created with the aim of automating certain hacking tasks, to perform them quickly and effectively. MANTIS contains the following functions:

  • Port scanning
  • Server name search
  • IP scanning
  • Html headers search
  • HTML content search
  • Subdomain enumeration
  • List creation
  • Local server opening

!WARNINGS!

Before using mantis, make sure that you are protected from external attacks. It's recommended that you use a VPN or Proxy!!!

INSTALLATION

Make sure PIP is installed. Otherwise, visit https://pypi.org/project/pip/

  • LINUX DISTRO

    First of all, install the program and the requirements:

    git clone https://github.com/eliezer-guimaraes/mantis
    cd mantis
    chmod +x *
    pip install -r requirements.txt
    

    Now, create a alias in the .bashrc file for the program. In the file, write:

    alias mantis='python3 <mantis_path>/mantis.py'
    
  • WINDOWS DISTRO

    It's the same process for Windows, in parts of course. First, install the ZIP file of the program and unzip it. After it, open your CMD:

    cd <unzipped_program_file_path>
    pip install -r requirements.txt
    

    Now, run it:

    python3 mantis.py
    

Mantis is in the testing phase! Any reports of errors or suggestions will always be welcome! We are not responsible for the misuse of the tool!