https://github.com/cosasdepuma/hackpack
🎒 An up-to-date collection of precompiled binaries and hacking scripts.
https://github.com/cosasdepuma/hackpack
csharp github-actions hacking hacking-tools powershell red-team red-team-tools red-teaming
Last synced: 22 days ago
JSON representation
🎒 An up-to-date collection of precompiled binaries and hacking scripts.
- Host: GitHub
- URL: https://github.com/cosasdepuma/hackpack
- Owner: CosasDePuma
- Created: 2024-08-03T00:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-20T06:59:28.000Z (2 months ago)
- Last Synced: 2025-12-22T13:27:03.261Z (2 months ago)
- Topics: csharp, github-actions, hacking, hacking-tools, powershell, red-team, red-team-tools, red-teaming
- Language: PowerShell
- Homepage: https://github.com/CosasDePuma/Hackpack/releases/tag/latest
- Size: 519 KB
- Stars: 47
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
## 📎 Windows Hackpack
| Tool | Description |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| [Certify](https://github.com/GhostPack/Certify) | Active Directory certificate abuse. |
| [Get-ServiceACL](./windows/Get-ServiceACL/Get-ServiceACL.ps1) | Retrieve the access control list (ACL) for a service running on a host. |
| [MailSniper](https://github.com/dafthack/MailSniper) | Toolset for performing analysis and attacks on mail services. |
| [Powecat](https://github.com/besimorhino/powercat) | [Netcat](https://en.wikipedia.org/wiki/Netcat)-like written in PowerShell. |
| [PowerLurk](https://github.com/Sw4mpf0x/PowerLurk) | Toolset for building malicious WMI event subscriptions. |
| [PowerSharpPack](https://github.com/S3cur3Th1sSh1t/PowerSharpPack) | Useful offensive C# projects wraped into Powershell for easy usage. |
| [PowerSploit](https://github.com/PowerShellMafia/PowerSploit) | PowerShell post-exploitation framework. |
| [Rubeus](https://github.com/GhostPack/Rubeus) | Toolset for raw Kerberos interaction and abuses. |
| [Seatbelt](https://github.com/GhostPack/Seatbelt) | Security oriented host-survey "safety checks". |
| [SharPersist](https://github.com/mandiant/SharPersist) | Toolkit for Windows persistence. |
| [SharpUp](https://github.com/GhostPack/SharpUp) | [PowerUp](https://github.com/PowerShellMafia/PowerSploit/blob/dev/Privesc/PowerUp.ps1)-like tool written in C#. |
## ⚛️ Nuclei Templates
| Type | Proto | ID | Description |
| ---- | ----- | --- | ----------- |
| 🔀 | SSH | [ssh-workflow](../nuclei-templates/workflows/ssh.yaml) | SSH workflow. |
| 📄 | SSH | [ssh-detect](../nuclei-templates/templates/ssh/detect.yaml) | Software detection via Banner Grabbing. |
| 📄 | SSH | [ssh-auth-password](../nuclei-templates/templates/ssh/auth-password.yaml) | Password-based authentication enabled. |
| 📄 | SSH | [ssh-weak-kex](../nuclei-templates/templates/ssh/weak-kex.yaml) | Weak key exchange algorithms offered. |
| 📄 | SSH | [ssh-weak-mac](../nuclei-templates/templates/ssh/weak-mac.yaml) | Weak message authentication code algorithms offered. |
| 📄 | SSH | [cve-2023-48795](../nuclei-templates/templates/ssh/cve-2023-48795.yaml) | Terrapin Attack. |