package
0.0.0-20240702152300-99b7af3d7a85
Repository: https://github.com/wangyihang/digital-ocean-docker-executor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Usage

zmap -p 80 -o zmap.txt

Run executor with 4 droplets, then download the results to local file.

go run main.go \
    --name http-grab \
    --droplet-public-key-path ./.ssh/executor.pub \
    --droplet-private-key-path ./.ssh/executor \
    --do-token dop_v1_0000000000000000000000000000000000000000000000000000000000000000 \
    --num-droplets 4

Run executor with 4 droplets, then upload the results to amazon s3.

go run main.go \
    --name http-grab \
    --droplet-public-key-path ./.ssh/executor.pub \
    --droplet-private-key-path ./.ssh/executor \
    --do-token dop_v1_0000000000000000000000000000000000000000000000000000000000000000 \
    --s3-access-key=00000000000000000000 \
    --s3-secret-key=0000000000000000000000000000000000000000 \
    --s3-bucket=default \
    --num-droplets 4