Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #46 from SusmithKrishnan/development
Browse files Browse the repository at this point in the history
Version 3.0
  • Loading branch information
SusmithKrishnan authored Dec 24, 2019
2 parents 282135b + 8932cc1 commit e66ae61
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 404 deletions.
30 changes: 6 additions & 24 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
clear
echo "******* Torghost installer ********"
echo ""
echo "=====> Installing tor bundle "
sudo apt-get install tor -y -qq
echo "=====> Installing TorGhost & dependencies "

pyv="$(python -V 2>&1)" || pyv="$(python3 -V 2>&1)"
pyv=${pyv:7:1}

if [[ $pyv == "3" ]]
then
sudo pip3 install stem
sudo cp torghost3 /usr/bin/torghost
else
sudo pip install stem
sudo cp torghost /usr/bin/torghost
fi
sudo chmod +x /usr/bin/torghost
echo "=====> Restarting tor service"
sudo systemctl stop tor
sudo systemctl enable tor
sudo systemctl start tor
echo "Torghost installer v3.0"
echo "Installing prerequisites "
sudo apt-get install tor python-pip -y
echo "Installing dependencies "
pip install -r requirements.txt
pyinstaller torghost.py
echo "=====> Done "
echo "=====> Open terminal and type 'torghost' for usage "
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
stem==1.7.1
PyInstaller==3.5
190 changes: 0 additions & 190 deletions torghost

This file was deleted.

Loading

0 comments on commit e66ae61

Please sign in to comment.