- 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 link
- $ 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.
We can install hsploit simply by doing:
- $ git clone Link
- $ cd hsploit
- $ mkdir /root/.HoundSploit
- $ touch /root/.HoundSploit/enable_root.cfg
- $ ./install_db_linux.sh
- $ pip install -r requirements.txt
- $ python setup.py install