Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

maxonchickdev/distributed-botnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

66 Commits

Repository files navigation

Distributed Botnet

Locally setup

To run ui

cd ui/
curl -fsSL https://bun.sh/install | bash
# Manually add the directory to ~/.zshrc (or similar):
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
bun install
bun run dev
*open http://localhost:5173/

To run master

cd master/
./compile.sh
./bin/master
*open http://localhost:8080/

To run bot

cd bot/
./compile.sh
./bin/bot

Setup with docker

Up ui

docker run -p 5173:5173 <ui_image>:<tag>

Up master

docker run --net=bridge -p 8080:8080 --name master <master_image>:<tag>

Up bot

docker run --net=host --name bot_<no> <bot_image>:<tag>

About

Botnet for testing productivity on server-side applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /