There are different tools available to perform a quick penetration testing on web applications, beside these tools there is a new development to check the security of wordpress.
There are different holes has been found on wordpress plug in and on the installation bugs, WPScan is a black box WordPress Security Scanner written in Ruby which attempts to find known security weaknesses within WordPress installations. Its intended use it to be for security professionals or WordPress administrators to asses the security posture of their WordPress installations.
Enumeration (version, plug in, username)
Vulnerability enumeration
sudo apt-get install libcurl4-gnutls-dev
sudo gem install –user-install typhoeus
sudo gem install –user-install xml-simple
The usage is very simple
ruby wpscan.rb –url www.example.comruby wpscan.rb –url www.example.com –wordlist darkc0de.lst –threads 50
There are different holes has been found on wordpress plug in and on the installation bugs, WPScan is a black box WordPress Security Scanner written in Ruby which attempts to find known security weaknesses within WordPress installations. Its intended use it to be for security professionals or WordPress administrators to asses the security posture of their WordPress installations.
Key Features
Password crackingEnumeration (version, plug in, username)
Vulnerability enumeration
Wpscan Tutorial
Wpscan has been written on ruby so you can use it on cross operating system like Linux, Windows and others, however it has been written and tested on backtrack 5 GNOME. You have to install some dependencies on the terminal typesudo apt-get install libcurl4-gnutls-dev
sudo gem install –user-install typhoeus
sudo gem install –user-install xml-simple
The usage is very simple
ruby wpscan.rb –url www.example.comruby wpscan.rb –url www.example.com –wordlist darkc0de.lst –threads 50

No comments:
Post a Comment