• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created about 7 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DDoS attack. Creating infinite http GET requests.

DDoS

Coverage Status Build Status Go Report Card GitHub license GoDoc

DDoS attack. Creating infinite http GET requests. If you need more information, then please see wiki.

Library created just for education task.

Minimal example of using:

func main() {
	workers := 100
	d, err := ddos.New("http://127.0.0.1:80", workers)
	if err != nil {
		panic(err)
	}
	d.Run()
	time.Sleep(time.Second)
	d.Stop()
	fmt.Println("DDoS attack server: http://127.0.0.1:80")
	// Output: DDoS attack server: http://127.0.0.1:80
}

More Repositories

1

Effective_Go_RU

Перевод - Эффективный Go
HTML
771
star
2

c4go

Transpiling C code to Go code
C
363
star
3

Go-pipelines

Перевод https://blog.golang.org/pipelines
Go
49
star
4

f4go

Transpiling fortran code to golang code
Go
43
star
5

Contribution_Guide_RU

Перевод "Руководство сотрудничества" https://golang.org/doc/contribute.html
HTML
14
star
6

Matrix-Multiply-Part1

Optimization of matrix multiplication
Go
9
star
7

Go-Concurrency-Patterns-Timing-out-moving-on

Перевод https://blog.golang.org/go-concurrency-patterns-timing-out-and
7
star
8

matpi

Convert matrix to picture
Go
4
star
9

py4go

transpile python to golang
Go
4
star
10

hd

FEM(finite element method) for structural engineer
Go
4
star
11

SliceTricks

Перевод https://github.com/golang/go/wiki/SliceTricks
4
star
12

gomin

minimal colorscheme for vim
Vim Script
3
star
13

FreePort

Return a free tcp port
Go
3
star
14

sm

symbolic math on Go
Go
3
star
15

pow

replace golang math.Pow to optimal
Go
3
star
16

gog

geometry library on golang
Go
2
star
17

tree

tree viewer
Go
2
star
18

golis

Golang implementation of lis
Go
2
star
19

IANAparser

Root Zone Database Parser from IANA
Go
2
star
20

History_Aladdin

Not official repository http://www.isr.umd.edu/~austin/aladdin.html
C
2
star
21

NLP-modeling-Android

NLP modeling
Java
1
star
22

port

simple port scanner
Go
1
star
23

Matrix-Multiply-Part2

Go
1
star
24

sd-old

FEA for steel structural engineer on golang
Go
1
star
25

GoFeaGUI

Graphical user interface for GoFea
HTML
1
star
26

blog

HTML
1
star
27

ms

mesh/fem software tui/opengl
Go
1
star
28

binaryexpr

check *ast.BinaryExpr in golang code
Go
1
star
29

sparse

Transpilated CSparse from C to Go
C
1
star
30

ad

autodocumentation Go code process
1
star
31

GoLinAlg

Linear algebra
Go
1
star
32

inp

Go
1
star
33

radio

terminal radio
Go
1
star
34

dotfiles

Dotfiles
Vim Script
1
star
35

pe

programming editor on Golang
Go
1
star
36

SimpleTTL

Simple TTL on golang
Go
1
star
37

gccecho

Echo for gcc compiler
Go
1
star
38

History_Shellbuckling

History of programs BOSOR4, BIGBOSOR4, HUGEBOSOR4, BOSOR5, PANDA2, and GENOPT (not official)
PostScript
1
star