https://github.com/rootcircle/dos-over-tor-rs
DOS(not really) over tor using arti implementation of Tor protocol
https://github.com/rootcircle/dos-over-tor-rs
Last synced: about 1 year ago
JSON representation
DOS(not really) over tor using arti implementation of Tor protocol
- Host: GitHub
- URL: https://github.com/rootcircle/dos-over-tor-rs
- Owner: rootCircle
- License: mit
- Created: 2024-01-21T07:58:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T21:42:26.000Z (over 1 year ago)
- Last Synced: 2025-02-20T22:24:00.960Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dos-over-tor-rs
dos(not really) over tor using arti implementation of Tor protocol
Pinging multiple urls concurrently over tor using [arti](https://docs.rs/arti/latest/arti/) i.e. the implementation of tor in rust.
Not a infosec guy, so don't expect it to be perfect!
**Only for educational purposes!** I don't take any responsibility for any nonsense you do with it! Use it with your own sanity!
## Getting Started
In `src/bin/dos_over_tor.rs` in main() function, just change the base url to your required one. Also, create a `wordlist.txt` file containing list of lines that will be appended to base_url.