Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mthcht authored Jun 25, 2024
1 parent 099688e commit d388cc2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Simulation/Linux/TOR/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

This script allows you to execute Python or Bash scripts/commands through the Tor network using a Docker container

### Prerequisites
- Python 3
- Docker


### Execute a Python script:
python3 Execute_with_TOR_docker.py --python your_script.py

### Execute a Bash script:
python3 Execute_with_TOR_docker.py --bash your_script.sh

### Execute a curl command through Tor:
python3 Execute_with_TOR_docker.py --bash "curl 'https://api.ipify.org?format=json'"

In this example, the result of the command should be the IP address of the TOR exit node used.
![Uploading image.png…]()

0 comments on commit d388cc2

Please sign in to comment.