gitextract_hzmncq31/ ├── .gitignore ├── agent/ │ └── source/ │ ├── crypto.cs │ ├── dbc2_agent.cs │ ├── dropboxHandler.cs │ └── misc.cs ├── dbc2Loader/ │ ├── dbc2Loader.cs │ ├── nativeWrapper/ │ │ ├── ConvertTo-Shellcode.ps1 │ │ ├── dbc2LoaderWrapperCLR.cpp │ │ ├── dbc2LoaderWrapperCLR.h │ │ └── readme.md │ └── readme.md ├── dropboxC2.py ├── lib/ │ ├── __init__.py │ ├── agentHandler.py │ ├── console.py │ ├── crypto.py │ ├── dropboxHandler.py │ ├── helpers.py │ ├── mainHandler.py │ ├── pollingThread.py │ ├── stagers.py │ └── statusHandler.py ├── modules/ │ ├── Fun.ps1 │ ├── Invoke-Mimikatz.ps1 │ ├── Invoke-NTLMAuth.ps1 │ ├── Invoke-PowerDump.ps1 │ ├── Invoke-ReflectivePEInjection.ps1 │ ├── Invoke-SendReverseShell.ps1 │ ├── MailRaider.ps1 │ ├── PowerView.ps1 │ ├── Powercat.ps1 │ └── dnscat2.ps1 ├── readme.md ├── requirements.txt └── templates/ ├── batch.tpl ├── dbc2Loader.tpl ├── ducky.tpl ├── javascript.tpl ├── msbuild.tpl ├── oneliner.tpl ├── oneliner2.tpl ├── persist.tpl ├── posh.tpl ├── posh.tpl.old ├── runPSModule.tpl └── sct.tpl