Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ Pickploit
Class
Pickploit
tests/files/misc.py:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
windll.kernel32.VirtualAlloc(
"Pretend there are valid arguments"
)
23
24
class
Pickploit:
25
def
__reduce__(self):
26
cmd =
"ls -lah /"
27
return
(os.system, (cmd,))
28
29
30
obj = Pickploit()
Callers
1
misc.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected