DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.9k stars 531 forks source link

Move socks5 env variables to CLI flags #322

Closed KingAkeem closed 11 months ago

KingAkeem commented 11 months ago

Currently the socks5 configuration variables are set within the .env file.

https://github.com/DedSecInside/TorBot/blob/dev/.env

This is a pain to manage and can get confused if you run the command in a different directory. To resolve this issue, add flags to set the host and port for SOCKS5 using the current values as the default.