mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-12-12 13:02:33 +00:00
Update README.md
This commit is contained in:
parent
63f830a48e
commit
c750b85085
1 changed files with 12 additions and 15 deletions
27
README.md
27
README.md
|
@ -40,22 +40,19 @@ To install TorghostNG, open your Terminal and enter these commands
|
||||||
But with Slackware, you use `sudo python3 torghostng.py` to run TorghostNG :v
|
But with Slackware, you use `sudo python3 torghostng.py` to run TorghostNG :v
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
TorghostNG 1.0 - Make all your internet traffic anonymized through TOR proxy
|
|
||||||
Rewritten from TorGhost with Python 3
|
|
||||||
usage: torghostng [-h] -s|-x|-id|-m|-c|-l|--list
|
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-h, --help Show this help message and exit
|
-h, --help Show this help message and exit
|
||||||
-s, --start Start connecting to TOR
|
-s, --start Start connecting to Tor
|
||||||
-x, --stop Stop connecting to TOR
|
-x, --stop Stop connecting to Tor
|
||||||
-id COUNTRY ID Connect to TOR exit node of a specific country. Go to CountryCode.org to search country ID
|
-r, --renew Renew the current Tor circuit
|
||||||
-mac INTERFACE Randomly change MAC address. Use 'ifconfig' to show interface devices
|
-id COUNTRY ID Connect to Tor exit node of a specific country. Go to CountryCode.org to search country ID
|
||||||
-c, --checkip Check your current IP address
|
-mac INTERFACE Randomly change MAC address. Use 'ifconfig' to show interface devices
|
||||||
--nodelay Disable delay time
|
-c, --checkip Check your current IPv4 address
|
||||||
-l, --language Change the display language. English is the default
|
--dns Use this to fix DNS when website address can't be resolved
|
||||||
--list Show the available languages list
|
-l, --language Change the display language. English is the default
|
||||||
-u, --update Check for update
|
--list Show the available languages list
|
||||||
--dns Use this to fix DNS when website address can't be resolved
|
-u, --update Check for update
|
||||||
|
--nodelay Disable delay time
|
||||||
|
|
||||||
You can combine multiple choices at the same time, such as:
|
You can combine multiple choices at the same time, such as:
|
||||||
* `torghostng -s -m INTERFACE`: Changing MAC address before connecting
|
* `torghostng -s -m INTERFACE`: Changing MAC address before connecting
|
||||||
|
|
Loading…
Reference in a new issue