Monday, August 21, 2017

DATASPLOITING

I recently decided to get my hands on the famous OSINT tool called as datasploit(https://datasploit.readthedocs.io/en/latest/#overview)

I will be posting this as and when i explore a new feature in it. 

The installation is pretty straight Forward and is mentioned in the docs as well.

here are some of the challenges that you might face. Just install the dependencies and you will be good to go.


Here are the steps

root@dragon:/home# git clone
https://github.com/datasploit/datasploit

root@dragon:/home/# sudo apt-get install python-dev

root@dragon:/home/# sudo apt-get install libxml2-dev libxslt1-dev

IF these dependencies doesnt help you get started use the below one as well along with the others you installed earlier.

root@dragon:/home/# sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-dev

root@dragon:/home/datasploit# pip install -r requirements.txt

root@dragon:/home/datasploit# mv config_sample.py config.py


root@dragon:/home/datasploit# nano config.py

And here you have to give the API's that you have created. 

I will come back with some other awesome features of this very soon.





No comments:

Post a Comment