Add response poisoning
This commit is contained in:
9
build-poison.sh
Executable file
9
build-poison.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
cd "$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
|
||||
|
||||
|
||||
go run ./poison -path ./poison/
|
Reference in New Issue
Block a user