wqebhooky
This commit is contained in:
+2
-2
@@ -10,11 +10,11 @@ send_discord_webhook() {
|
|||||||
|
|
||||||
curl -sS -X POST \
|
curl -sS -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{\"username\":\"{$username}\",\"message\":\"FUZZASZZZZ ${tag}\"}" \
|
-d "{\"message\":\"FUZZASZZZZ ${tag}\"}" \
|
||||||
"$webhook_url"
|
"$webhook_url"
|
||||||
}
|
}
|
||||||
|
|
||||||
send_discord_webhook "FUZZiiii"
|
send_discord_webhook
|
||||||
|
|
||||||
while true; do #infinite loop
|
while true; do #infinite loop
|
||||||
# scan for those vendor ids
|
# scan for those vendor ids
|
||||||
|
|||||||
Reference in New Issue
Block a user