MCPcopy 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

22windll.kernel32.VirtualAlloc("Pretend there are valid arguments")
23
24class Pickploit:
25 def __reduce__(self):
26 cmd = "ls -lah /"
27 return (os.system, (cmd,))
28
29
30obj = Pickploit()

Callers 1

misc.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected