Skip to content

Latest commit

 

History

History
143 lines (127 loc) · 4.1 KB

File metadata and controls

143 lines (127 loc) · 4.1 KB

Repository Index

This file is update automatically by workflow, any modification made here will be erased

Quick Links

Script Folder Structure

PowerShell

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

Bash
└── Automation
    ├── SearchCVE.md
    └── SearchCVE.sh

2 directories, 2 files

Licences

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

Tools
├── PsExec.exe
├── dig.exe
├── html.zip
├── mimikatz.exe
└── nmap.zip

1 directory, 5 files