Wordpress
CMS
Discovery
Enumeration
Getting Version Number
$ curl -s http://blog.inlanefreight.local | grep WordPressGetting Themes
$ curl -s http://blog.inlanefreight.local/ | grep themesGetting Plugins
$ curl -s http://blog.inlanefreight.local/ | grep pluginsUsername Enumeration
Automating using WPScan
$ sudo gem install wpscan
$ sudo wpscan --url http://blog.inlanefreight.local --enumerate --api-token dEOFB<SNIP>Exploitation
Login Bruteforce
Code Execution
Last updated