Difference between revisions of "Kali Linux: WPScan"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://dafid01.blogspot.com/2019/04/cara-install-wpscan-di-kali-linux.html#:~:text=Instal%20Pemindai%20Kerentanan%20WordPress%20WPScan,kerentanan%20WordPress%20lain%2...") |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
sudo gem install bundler && bundle install --without test | sudo gem install bundler && bundle install --without test | ||
+ | |||
+ | ruby wpscan.rb –u 192.168.12.120/wordpress –enumerate vp | ||
+ | |||
Latest revision as of 05:13, 30 July 2020
sudo apt-get install git ruby ruby-dev libcurl4-openssl-dev make git clone https://github.com/wpscanteam/wpscan.git sudo gem install bundler && bundle install --without test
ruby wpscan.rb –u 192.168.12.120/wordpress –enumerate vp