Merge pull request #19 from vors/patch-3

Add some security <3
This commit is contained in:
Janik Vonrotz 2016-09-17 16:23:44 -07:00 committed by GitHub
commit f834b46246

View File

@ -60,6 +60,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders.
- [PowerShellArsenal](https://github.com/mattifestation/PowerShellArsenal) - A module used to aid a reverse engineer.
- [PowerTools](https://github.com/Veil-Framework/PowerTools) - Collection of projects with a focus on offensive operations.
- [PowerForensics](https://github.com/Invoke-IR/PowerForensics) - popular live disk forensics platform for windows.
- [PowerSploit](https://github.com/PowerShellMafia/PowerSploit) - post-exploitation framework.
- [PowerShellEmpire](https://github.com/PowerShellEmpire/Empire) - post-exploitation agent.
- [PSReflect](https://github.com/mattifestation/PSReflect) - easily define in-memory enums, structs, and Win32 functions in PowerShell.
Useful for attacks, [example](https://github.com/FuzzySecurity/PowerShell-Suite/tree/master/Bypass-UAC)
### Themes