Skip to content

Anteater is Reconnaissance tool for discovering interesting files and folders in a web application that most likely has been misconfigured to be accessible. Anteater discovers admin pages as well.

License

Notifications You must be signed in to change notification settings

Johnng007/Anteater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤔 About Anteater

Anteater is Reconnaissance tool for discovering interesting files and folders in a web application that most likely has been misconfigured to be accessible. Anteater is written in Python3.x

Anteater discovers admin pages as well.

Anteater Aims at being very stealthy in its Admin page and Interesting file recon, this will allow it to bypass WAF triggers and successfully succeed in very sensitive web applications

🥊 Installation

  • Git Clone

    # Download and Usage
    ❯ git clone https://github.com/Johnng007/Anteater.git
    ❯ cd Anteater
    ❯ pip3 install -r requirements.txt
    ❯ chmod +x anteater.py

🔨 Usage

  • Main

    # Help
    ❯ python3 anteater -h
     
    # Default
    ❯ python3 anteater.py https://john.ng
     
    # Time Delay in Minutes
    ❯ python3 anteater.py https://john.ng -d 3
     
    # Parse all connections through tor
    ❯ python3 anteater.py https://john.ng -t
     
    # Parse all connections through a Proxy List
    ❯ python3 anteater.py https://john.ng -p proxylist.txt
     
    # Insane Mode
    ❯ python3 anteater.py https://john.ng -p proxylist.txt -d 3 -t
    

🔥 Features

  • Multiplatforms (Windows/Linux/MacOS)
  • Detects Over 100+ Known CMS
  • Detects Over 1000 well known Admin Panels
  • Random-Agents
  • Time delay in minutes between each request
  • HTTP/HTTPS Proxies (i.e http://127.0.0.1:80) in new line
  • Anonymity via Tor

🔥 Screenshot

✨ ChangeLog

v1.0.0 11/02/2023
Initial Release

About

Anteater is Reconnaissance tool for discovering interesting files and folders in a web application that most likely has been misconfigured to be accessible. Anteater discovers admin pages as well.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages