Skip to content

IndonesianSecurity/AdLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdLog

A script to find admin login pages and EAR vulnerabilites.

Features

  • Multi-threading on demand
  • Big path list (482 paths)
  • Supports php, asp and html extensions
  • Checks for potential EAR vulnerabilites
  • Checks for robots.txt
  • Support for custom patns

Usages

  • Check all paths with php extension
python adlog -u example.com --type php
  • Check all paths with php extension with threads
python adlog -u example.com --type php --fast
  • Check all paths without threads
python adlog -u example.com
  • Adding a custom path. For example if you want all paths to start with /data (example.com/data/...) you can do this:
python adlog -u example.com --path /data

Note: When you specify an extension using --type option, Adlog includes paths of that extension as well as paths with no extensions like /admin/login

Video Tutorial https://youtu.be/s3SRFKJPHXo

About

Find the Admin Login

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published