gitextract_dup77qzh/ ├── .gitignore ├── .gitmodules ├── .vscode/ │ └── settings.json ├── Cargo.toml ├── LICENSE ├── README.md └── src/ ├── amsi_bypass.rs ├── autopwn.rs ├── https/ │ ├── https_linux_implant.rs │ ├── https_operator.rs │ ├── https_server.rs │ ├── https_windows_implant.rs │ └── routes.rs ├── loader.rs ├── loader_syscalls.rs ├── main.rs ├── tcp/ │ ├── tcp_linux_client.rs │ ├── tcp_server.rs │ └── tcp_windows_client.rs └── utils/ ├── structures.rs ├── tools.rs └── tools_windows.rs