You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
I install torghost in Kali. Appreciated your work and it is very useful and simple to use.
For the latest build.sh https://github.com/SusmithKrishnan/torghost/blob/master/build.sh it is compiling the executable using pyinstaller into ./dist/torghost and copy to folder "/usr/bin". the latest version is 3.1.0
But the install.sh https://github.com/SusmithKrishnan/torghost/blob/master/install.sh, it will installed the pre-compile version from https://github.com/SusmithKrishnan/torghost/releases/download/v3.0/torghost_3.0_amd64.deb which is version 3.0.2.
From the version checking, https://api.github.com/repos/SusmithKrishnan/torghost/releases/latest, the version (tag_name) is "v3.0.2". If the latest version above is 3.1.0, the tag_name should be updated accordingly.
Alternatively, modification to https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py line 209 in function call "check_update()" that from "exact NOT match" (!=) to "Greater than"
The text was updated successfully, but these errors were encountered: