Skip to content

wessly/PHP-Tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Anonymizing PHP script running through TOR network

  1. You sould setup your TOR server
    1.1 Important step is to setup
    /etc/tor/torrc -> add MaxCircuitDirtiness 10
    2. Setup your PHP variables correct
    3. Add it as cronjob (optional)

You can use simple bash script like this for cronjob to run every 5 seconds

(sleep 5 && php /path/bot.php) & (sleep 10 && php /path/bot.php) & (sleep 15 && php /path/bot.php) & ...

About

PHP script driven through TOR network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages