Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 455 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 455 Bytes

Fast, async, multithreaded bomber

Installation

git clone https://github.com/nezutero/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