This file is update automatically by workflow, any modification made here will be erased
- CONTRIBUTING.md : How to contribute to the project
- CREDITS.md : Authors and contributors
- FIXIT.md : Issues detected in PowerShell scripts
- INDEX.md : Directory and scripts index
- README.md : General project overview
- SECURITY.md : Security rules and advice
PowerShell
├── Collection
│ ├── Keylogging
│ │ ├── Invoke-Keylogger.md
│ │ └── Invoke-Keylogger.ps1
│ └── ScreenCapture
│ ├── Capture-Screen.md
│ └── Capture-Screen.ps1
├── CredentialAccess
│ ├── LSASS_Dumping
│ │ ├── User-Credential.md
│ │ └── User-Credential.ps1
│ └── WifiCreds
│ ├── Export-WiFiPasswords.md
│ └── Export-WiFiPasswords.ps1
├── DefenseEvasion
│ └── ProcessManipulation
│ ├── Invoke-SandboxDetection.md
│ ├── Invoke-SandboxDetection.ps1
│ ├── Restart-ServiceOnCrash.md
│ └── Restart-ServiceOnCrash.ps1
├── Discovery
│ ├── Local
│ │ ├── Get-BIOSInfo.md
│ │ ├── Get-BIOSInfo.ps1
│ │ ├── Get-FilenameList.md
│ │ ├── Get-FilenameList.ps1
│ │ ├── Get-InstalledPrograms.md
│ │ ├── Get-InstalledPrograms.ps1
│ │ ├── Get-StartupItems.md
│ │ ├── Get-StartupItems.ps1
│ │ ├── Get-Tree.md
│ │ ├── Get-Tree.ps1
│ │ ├── Get-USBDevices.md
│ │ ├── Get-USBDevices.ps1
│ │ ├── Scan-Own-Ports.md
│ │ └── Scan-Own-Ports.ps1
│ └── Network
│ ├── Check-InternetConnection.md
│ ├── Check-InternetConnection.ps1
│ ├── Get-IPConfigSummary.md
│ ├── Get-IPConfigSummary.ps1
│ ├── Logoff-IdleSessions.md
│ └── Logoff-IdleSessions.ps1
├── Exfiltration
│ ├── DNS
│ │ ├── Invoke-DNSExfiltration.md
│ │ └── Invoke-DNSExfiltration.ps1
│ └── HTTP
│ ├── Setup-LocalWebServer.md
│ └── Setup-LocalWebServer.ps1
├── PrivilegeEscalation
│ ├── TokenManipulation
│ │ ├── Invoke-TokenManipulation.md
│ │ └── Invoke-TokenManipulation.ps1
│ └── UACBypass
│ ├── Invoke-BypassUAC.md
│ └── Invoke-BypassUAC.ps1
└── Utilities
├── Logging
│ ├── Get-BatteryStatus.md
│ ├── Get-BatteryStatus.ps1
│ ├── Monitor-CPUUsage.md
│ └── Monitor-CPUUsage.ps1
└── Misc
├── Get-Weather.md
├── Get-Weather.ps1
├── Lock-ScreenNow.md
└── Lock-ScreenNow.ps1
21 directories, 48 files
Bash
└── Automation
├── SearchCVE.md
└── SearchCVE.sh
2 directories, 2 files
Licences
├── BIND9
│ ├── CODE_OF_CONDUCT.md
│ ├── COPYRIGHT
│ └── LICENSE
├── PSTools_Eula.txt
├── mimikatz_licence
└── nmap
├── BSD-modified.txt
├── BSD-simplified
├── LGPL-2
├── LGPL-2.1
├── LIBLINEAR-license.txt
├── LICENSE
├── Libdnet-license.txt
├── Lua-license.txt
├── MIT
├── MPL-1.1
├── OpenSSL-license.txt
├── PCRE-license.txt
├── WinPcap-license.txt
└── zlib-license.txt
3 directories, 19 files
Tools
├── PsExec.exe
├── dig.exe
├── html.zip
├── mimikatz.exe
└── nmap.zip
1 directory, 5 files