├── EncodeShell.py ├── ExecPowerShell.cs ├── GenPayloads.py ├── InstallPowerShell.vbs ├── PowerPTH.sh ├── PsOfficeMacro.vba ├── README.md └── StartListener.py /EncodeShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/EncodeShell.py -------------------------------------------------------------------------------- /ExecPowerShell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/ExecPowerShell.cs -------------------------------------------------------------------------------- /GenPayloads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/GenPayloads.py -------------------------------------------------------------------------------- /InstallPowerShell.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/InstallPowerShell.vbs -------------------------------------------------------------------------------- /PowerPTH.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/PowerPTH.sh -------------------------------------------------------------------------------- /PsOfficeMacro.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/PsOfficeMacro.vba -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/README.md -------------------------------------------------------------------------------- /StartListener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obscuresec/random/HEAD/StartListener.py --------------------------------------------------------------------------------