Skip to content

Latest commit

 

History

History

Brute_Force_Admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

JS Script to brute force admin panels of a website

About Script

A website may have admin panels associated with them, but for security and other reasons, Sometimes the website owner hides the link for admin login page. This script brute force links on a website and Try's to find the admin panel login link for it

To run the code

  • Clone the folder
  • Inside the folder open command line and run
  • npm install
  • node bruteForceAdmin < Your host name(For Example if website is https://www.abc.com pass only abc.com i.e.. 'node bruteForceAdmin abc.com' )>
  • The script will start scanning links from paths.txt file
  • The links with status green could be potential admin login link

Output

image code by Mohit Bhat