Termux Installation :
How to install sherlock in Termux?
- pkg update
- pkg upgrade
- pkg install python
- pkg install git
- pip install --upgrade pip
- git clone https://github.com/sherlock-project/sherlock.git
- cd sherlock
- pip install -r requirements.txt
- pip install requests requests_futures torrequest
- cd sherlock
- python sherlock.py username
Comments
Post a Comment