Wordpress Exploit Tool 2020

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
FEATURES :-
  • Effective version number filtering
  • Advanced filtering
  • Fast search
  • View search results in a table with keywords highlighting
  • View search results in a table without keywords highlighting
  • View search results without a table
  • Save search results into a text file
  • Search suggestions with customization
  • Open the source code of exploits and shellcodes using vim
  • View information about the characteristics of exploits and shellcodes
  • Copy an exploit or a shellcode file into a directory specified by the user
  • Automatic check for database update and for hsploit updates

INSTALATION & RUN :-
  • Linux (not-root user) [recommended]
  • We can install hsploit simply by doing:
  • $ git clone https://github.com/nicolas-carolo/hsploit
  • $ cd hsploit
  • $ ./install_db_linux.sh
  • $ pip install -r requirements.txt
  • $ python setup.py install
  • Now you can remove the repository of hsploit you have downloaded, because this repository has been cloned in ~/.HoundSploit/hsploit for supporting automatic updates. If you have already installed the version 2.3.0 of HoundSploit or you never installed HoundSploit, you can check if there is the directory ~/HoundSploit and then you can delete it.
Linux (root user)
We can install hsploit simply by doing:
  • $ git clone https://github.com/nicolas-carolo/hsploit
  • $ cd hsploit
  • $ mkdir /root/.HoundSploit
  • $ touch /root/.HoundSploit/enable_root.cfg
  • $ ./install_db_linux.sh
  • $ pip install -r requirements.txt
  • $ python setup.py install
 
Top Bottom