mirror of
https://github.com/BenjiTrapp/MostShittyAV
synced 2026-06-06 15:24:25 +00:00
5 lines
186 B
Python
5 lines
186 B
Python
#!/usr/bin/python3
|
|
filename = '05_extensionfailed_RTLO_\u202Ebypass.sh'
|
|
with open(filename, 'w') as f:
|
|
f.write('#!/usr/bin/bash\necho "THIS COULD BE A MALICIOUS FUNCTION CALL"')
|