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
-
# Download and Usage ❯ git clone https://github.com/Johnng007/Anteater.git ❯ cd Anteater ❯ pip3 install -r requirements.txt ❯ chmod +x anteater.py
-
# 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
- 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
v1.0.0 11/02/2023
Initial Release