Skip to content

Commit 00c1ac4

Browse files
committed
updated docs for registrationmagic
1 parent b71f9e7 commit 00c1ac4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

documentation/modules/auxiliary/scanner/http/wp_registrationmagic_sqli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ sqlmap -u 'http://<IP>/wp-admin/admin-ajax.php?page=rm_ex_chronos_edit_task&rm_f
1919
2. Start msfconsole
2020
3. Do: `use auxiliary/scanner/http/wp_registrationmagic_sqli`
2121
4. Do: `set rhosts [ip]`
22-
5. Do: `run`
23-
6. You should get the users and hashes returned.
22+
5. Do: `set username [username]`
23+
6. Do: `set password [password]`
24+
7. Do: `run`
25+
8. You should get the users and hashes returned.
2426

2527
## Options
2628

0 commit comments

Comments
 (0)