mirror of
https://github.com/Bw3ll/ShellWasp
synced 2026-06-08 10:31:49 +00:00
6 lines
136 B
Python
6 lines
136 B
Python
import start.shellWasp
|
|
|
|
from start.shellWasp import *
|
|
if __name__ == "__main__":
|
|
print ("hi. i am an evil wasp.\n")
|
|
syscallMain() |