Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/six-two/powerhub-module-collection
https://github.com/six-two/powerhub-module-collection
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/six-two/powerhub-module-collection
- Owner: six-two
- Created: 2023-10-30T17:58:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T19:31:39.000Z (10 months ago)
- Last Synced: 2024-02-18T20:35:20.314Z (10 months ago)
- Language: PowerShell
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Powerhub Module Collection
Pretty much all scripts, binaries, etc are taken from other sources.
Module name | Version date | Description | Example usage
---|---|---|---
[PowerUp.ps1](https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1) | 2017-09-17 | Windows privilege escalation script | TODO
[Invoke-ShareFinder.ps1](https://github.com/darkoperator/Veil-PowerView/blob/master/PowerView/functions/Invoke-ShareFinder.ps1) | 2014-12-03 | Find accessible SMB shares | TODO
[PrivescCheck.ps1](https://github.com/itm4n/PrivescCheck/blob/master/PrivescCheck.ps1) | 2023-10-24 | Windows privilege escalation | Invoke-PrivescCheck -Extended -Report PrivescCheck_%COMPUTERNAME% -Format TXT,CSV,HTML,XMLTODO:
- winPEAS
- Switch to updated powerup version like https://github.com/AdrianVollmer/PowerSploit/commits/master/Privesc/PowerUp.ps1?
- sharphound exe/ps1
- something for lsass dump
- mimikatz?## TODO: Compile
I should figure out how to compile them, since they have no public builds:
- https://github.com/GhostPack/Certify
- https://github.com/GhostPack/Seatbelt