Skip to content

thenurhabib/wphunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Hunter

Fastest tool to find username and password brute forcing.

wp hunter


wp hunter is a fastest tool to detect username of an wordpress website and you can also perform password brute forcing in login page with default password file or you can use your own password list.


Main Features

  • Find Wordpress website username.
  • Password bruteforcing.
  • Default password file.
  • Uou can use your own password list.

wp hunter


Documentation

install

git clone https://github.com/thenurhabib/wphunter.git
cd wphunter
chmod -R 777 attack.sh
./attack.sh

Usage

┌──(habib㉿kali)-[~/Desktop/wp hunter]
└─$ ./attack.sh 

 __          _______    _    _             _            
 \ \        / /  __ \  | |  | |           | |           
  \ \  /\  / /| |__) | | |__| |_   _ _ __ | |_ ___ _ __ 
   \ \/  \/ / |  ___/  |  __  | | | | '_ \| __/ _ \ '__|
    \  /\  /  | |      | |  | | |_| | | | | ||  __/ |   
     \/  \/   |_|      |_|  |_|\__,_|_| |_|\__\___|_|   
                                                        
                              @thenurhabib 

Arguments:
	--url		wordpress url
	--user		wordpress username
	--wordlist	path to password wordlist

User Enumeration:
./attack.sh --url=www.example.com

Password Bruteforce:
./attack.sh --url=www.example.com --user=admin --wordlist=wordlist.txt

Author

Name       : Md. Nur habib
Medium     : thenurhabib.medium.com
Twitter    : https://twitter.com/thenurhab1b
HackerRank : https://www.hackerrank.com/thenurhabib
Thank You.