gitextract_edbq2fj2/ ├── .gitignore ├── LICENSE ├── README.md ├── c2server/ │ ├── c2server.py │ ├── index.html │ └── requirements.txt ├── firmware/ │ └── page.mpfs ├── flash.py ├── hashes.txt ├── scripts/ │ ├── flashapi.py │ ├── miniterm.py │ └── pager.py └── tools/ └── HIDX/ ├── powershell/ │ ├── minify.ps1 │ ├── win-hidexfil.ps1 │ └── win-hidshell.ps1 ├── python/ │ ├── hidxshell.py │ ├── linux-nativeshell.py │ ├── stealthlink-client-universal.py │ └── stealthlink-host-universal.py └── shell/ └── linux-hidexfil.sh