Installing Datasploit on Ubuntu 16.04 LTS

OSINT Tooling

Author Logo

While installing data sploit on Ubuntu 16.04 LTS, following the link, you will come up with an issue that libxml2 and libxslt packages are unavailable.

  • Follow the link below to fix the issue

https://github.com/CiscoDevNet/yang-explorer/issues/36

or

try running the below command,

apt-get -y install libxml2-dev libxslt-dev python-dev libxslt1-dev zlib1g-dev
  • Once done, run the command,
ldconfig -v
  • Run the pip command to install the requirements. Lastly, run the program using the command,
python /etc/datasploit/datasploit.py

Running the python datasploit.py command gives you an error as it needs relative path

References

Originally published at http://cybersherlock.blog on April 9, 2018.

--

--