Skip to content

fast, async, multithreaded bomber written in golang for self use

License

Notifications You must be signed in to change notification settings

kenjitheman/tomaranai_bomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast, async, multithreaded bomber

Installation

git clone https://github.com/kenjitheman/tomaranai_bomber

Usage

  • Run it:
cd cmd
go run main.go
  • Or run it using docker:
docker build -t your_image_name .
docker run -d -p 8080:80 your_image_name

Contributing

  • Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.

License