Skip to content

6ixBit/FoxDos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoxDos

HTTP(s) attacks using tcp. [Research purposes only]

Run

Usage: go run main.go [threads] [target] [port]

Examples:

[Warning]: Executing too many threads will crash your computer if it fails to handle the load. On a server/good pc you can feel free to increase the thread count to the thousands as it will increase the amount of requests per second.

Build

You could also build the executable to binary for cross platform execution by running the commands below.

  • [Windows]: GOOS=windows go build
  • [Linux]: GOARCH=386 go build

Once the executable has been generated in the root of the application you can run it as an .exe on Windows or run the binary directly by using ./FoxDos on Linux.

About

Denial of service script leveraging concurrent go routines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages