Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T08:56:43.000Z (about 1 year ago)
- Last Synced: 2024-01-22T08:34:08.251Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 30.3 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 protocolPinging 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.