An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




Hackpack



GitHub Issues or Pull Requests
GitHub last commit
GitHub commit activity
GitHub Actions Workflow Status

## 📎 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. |