Skip to content

Commit

Permalink
corrected url for Sarcoma, added missing '-' in wget over tor command
Browse files Browse the repository at this point in the history
  • Loading branch information
rottedmood committed Oct 10, 2024
1 parent adf4b24 commit 588117f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In an [article](https://www.neteye-blog.com/2021/07/analysis-of-a-dark-web-site/

## How to download large files from Tor or anonymize yourself while downloading files
- Install torsocks `sudo apt install torsocks`
- Use torsocks chained with wget `torsocks wget --tries=0 --retry-connrefused --retry-on-host-error -retry-on-http-error=500,502 --continue --timeout=90 --progress=bar --show-progress --random-wait --append-output=/tmp/wget_background <YOUR DOWNLOAD LINK>`
- Use torsocks chained with wget `torsocks wget --tries=0 --retry-connrefused --retry-on-host-error --retry-on-http-error=500,502 --continue --timeout=90 --progress=bar --show-progress --random-wait --append-output=/tmp/wget_background <YOUR DOWNLOAD LINK>`
- If you get a message that states _"PERROR torsocks[6770]: socks5 libc connect: Connection refused (in socks5_connect() at socks5.c:202"_, check your `/etc/tor/torsocks.conf` and make sure that the `TorPort` is set correctly. By default it is set to `9050`, but may need to be changed to `9150`.
## How to download large and numerous files from Tor at high speed trough multi-threading and downloads fragmentation
Aria2-onion-downloader docker image is composed by an aria2ng webinterface as well as an downloader, which creates up to 99 tor-services and allows to load-balance downloads between these via an local nginx instance. This means you can download at an really high speed, since Aria2 fragments the downloads by default to 10 connections, which get load-balanced to Tor-Services.
Expand Down
2 changes: 1 addition & 1 deletion ransomware_gang.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
|[ROYAL (Victims Page)](http://royal2xthig3ou5hd7zsliqagy6yygk2cdelaxtni2fyad6dpmpxedid.onion)|ONLINE|||
|[ROYAL](http://royal4ezp7xrbakkus3oofjw6gszrohpodmdnfbe5e4w3og5sm7vb3qd.onion)|OFFLINE|||
|[RRANSOM (Victims page)](http://t2tqvp4pctcr7vxhgz5yd5x4ino5tw7jzs3whbntxirhp32djhi7q3id.onion/check_payment_form)|OFFLINE|||
|[SARCOMA](hxxp://sarcomawmawlhov7o5mdhz4eszxxlkyaoiyiy2b5iwxnds2dmb4jakad.onion)|ONLINE||[email protected] - D7A5E0027572764BE600925712D079472FF950F954553FF07E823FF1D068C31292E5E5F31AE4|
|[SARCOMA](http://sarcomawmawlhov7o5mdhz4eszxxlkyaoiyiy2b5iwxnds2dmb4jakad.onion)|ONLINE||[email protected] - D7A5E0027572764BE600925712D079472FF950F954553FF07E823FF1D068C31292E5E5F31AE4|
|[SEKHMET](http://sekhmet.top)|OFFLINE|||
|[SENSAYQ (deep](http://159.69.60.54)|ONLINE|||
[SENSAYQ (dark)](http://gmixcebhni6c3kcf5m7xxybomaphj7pizoqtxiqmrz5wsh6g6x5s2wqd.onion)|ONLINE|||
Expand Down

0 comments on commit 588117f

Please sign in to comment.