Skip to content

Releases: ThomasByr/tor-brute

v1 stable 2

27 Nov 09:03
5a294fe
Compare
Choose a tag to compare

v1.0.2 stable version ⚡

GitHub license Author Author

✨ What's new ? (*)

  • minor refactors
  • hot fixes (retries and performance improvements)

✏️ How to ?

python tor_brute.py -ai1
argument hint default
-h, --help show help message and exit
-v, --version show program's version
-d, --debug debug mode False
-c, --config path to the config file .cfg
-u, --user path to the usernames file assets/user.txt
-p, --passwd path to the passwords file assets/passwd.txt
-i, --iter * number of combination for user/passwd 3, 2
-e, --each change Tor ID each X requests (0 or >=100) 1000
-t, --timeout timeout for http requests 10
-m, --max-tries how much to retry stuff 3
-w, --threads * number of threads 50
-s, --sleep additional sleep time between each ID swap 0
-a, --all use permutations (unordered combination) False

🔄️ Full changelog

Please find the whole v1 history in CHANGELOG.md


(*) since last stable release

v1 stable 1

22 Nov 21:37
65ed23c
Compare
Choose a tag to compare

v1.0.1 stable version ⚡

GitHub license Author Author

✨ What's new ? (*)

  • many more cli arguments including more combinations for generators
  • separate session for each thread which should fix some stuff
  • faster algorithm by 6.9% (*) and ThreadPool is now lighter than ever
  • OS friendly ressources management

✏️ How to ?

python tor_brute.py -ai1
argument hint default
-h, --help show help message and exit
-v, --version show program's version
-d, --debug debug mode False
-c, --config path to the config file .cfg
-u, --user path to the usernames file assets/user.txt
-p, --passwd path to the passwords file assets/passwd.txt
-i, --iter * number of combination for user/passwd 3, 2
-e, --each change Tor ID each X requests (0 or >=100) 1000
-t, --timeout timeout for http requests 10
-m, --max-tries how much to retry stuff 3
-w, --threads * number of threads 50
-s, --sleep additional sleep time between each ID swap 0
-a, --all use permutations (unordered combination) False

🔄️ Full changelog

Please find the whole v1 history in CHANGELOG.md


(*) since last stable release

v1 beta 1

18 Nov 23:42
Compare
Choose a tag to compare
v1 beta 1 Pre-release
Pre-release

v1.0.1 beta.1 version ⚡

GitHub license Author Author

✨ What's new ?

  • many more cli arguments including more combinations for generators
  • separate session for each thread which should fix some stuff (*)

This is the first beta release (a.k.a beta.1).
Next up are (maybe more betas), stable release candidate, and v1 stable release.

✏️ How to ?

python tor_brute.py -ai1 -e200
argument hint default
-h, --help show help message and exit
-v, --version show program's version
-d, --debug debug mode False
-c, --config path to the config file .cfg
-u, --user path to the usernames file assets/user.txt
-p, --passwd path to the passwords file assets/passwd.txt
-i, --iter * number of combination for user/passwd 3, 2
-e, --each change Tor ID each X requests (0 or >=100) 1000
-t, --timeout timeout for http requests 10
-m, --max-tries how much to retry stuff 3
-w, --threads * number of threads 50
-s, --sleep additional sleep time between each ID swap 0
-a, --all use permutations (unordered combination) False

🔄️ Full changelog

Please find the whole v1 history in CHANGELOG.md


(*) hopefully

v1 beta rc1

18 Nov 00:11
Compare
Choose a tag to compare
v1 beta rc1 Pre-release
Pre-release

v1.0.0 dev version ⚡

GitHub license Author Author

✨ What's new ?

  • faster algorithm by 6.9% (*) and ThreadPool is now lighter than ever
  • OS friendly ressources management

This is the first beta release candidate (a.k.a dev).
Next up are beta release, stable release candidate, and v1 stable release.

✏️ How to ?

python tor_brute.py -i1 -e100
argument hint default
--help show help message and exit
--version show program's version
--debug debug mode False
--config path to the config file .cfg
--user path to the usernames file assets/user.txt
--passwd path to the passwords file assets/passwd.txt
--iter * number of combination for user/passwd 3, 2
--each change Tor ID each X requests (0 or >=100) 1000

🔄️ Full changelog

Please find the whole v1 history in CHANGELOG.md


(*) based on one unitary test

v1 dev 1

19 Nov 23:25
Compare
Choose a tag to compare
v1 dev 1 Pre-release
Pre-release

v1.0.1 dev 1 version ⚡

GitHub license Author Author

✨ No breaking changes to report

But as always : lots of minor refactors.
If no breaking changes are made, next release will be the first stable

✏️ How to ?

python tor_brute.py -ai1 -e200
argument hint default
-h, --help show help message and exit
-v, --version show program's version
-d, --debug debug mode False
-c, --config path to the config file .cfg
-u, --user path to the usernames file assets/user.txt
-p, --passwd path to the passwords file assets/passwd.txt
-i, --iter * number of combination for user/passwd 3, 2
-e, --each change Tor ID each X requests (0 or >=100) 1000
-t, --timeout timeout for http requests 10
-m, --max-tries how much to retry stuff 3
-w, --threads * number of threads 50
-s, --sleep additional sleep time between each ID swap 0
-a, --all use permutations (unordered combination) False

🔄️ Full changelog

Please find the whole v1 history in CHANGELOG.md


(*) hopefully