Skip to content

Commit

Permalink
Added Termux support for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavsec committed Dec 24, 2018
1 parent 97fc830 commit 261e47d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions termux_install.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os

os.system('pkg install python2')
os.system('pip2 install python-whois clearbit shodan fullcontact.py requests')
os.system('python2 main/gen_api.py')
os.system('python2 reconspider.py')

0 comments on commit 261e47d

Please sign in to comment.