Working copy of watbot by wuselfuz. This is a modified version by **** in golang.
Georg Pfuetzenreuter
94d31e829e
rand.Int() would panic when the max value is <= 0, which happens when big.NewInt() was fed with a too large number. Avoid this by validating the big.NewInt() return beforehand. Add error handling to all callers to both gracefully return to IRC and to log an error message. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> |
||
---|---|---|
init/systemd | ||
osrc | ||
wat | ||
.gitignore | ||
build | ||
config.example.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
watbot
watbot
ported watbot from wuselfuzz