How to install Recon Dog in termux ‽

Recon Dog is an all in one tool for all your basic information gathering needs.
It uses APIs to gather all the information. so your identity is not exposed.


Installaion :

$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UltimateHackers/ReconDog
$ cd ReconDog
$ chmod +x *

usage :
python2 dog.py

Now select your option which you want.






Enjoy. Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...