This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
AURORA SHADOW - Advanced Mobile Infiltration System | |
Educational purposes only - Author assumes no liability | |
""" | |
import socket | |
import threading | |
import subprocess | |
import os |