mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-05 13:00:49 -05:00
Add Flangvik/SharpCollection
This commit is contained in:
parent
9a5f479af8
commit
e253a5f2ee
@ -8,6 +8,8 @@
|
||||
|
||||
This page will contain my bookmark for offensive tools, briefly categorized based on [MITRE ATT&CK Enterprise Matrix](https://attack.mitre.org/matrices/enterprise/). Some links and sections on [README.md](README.md) will be relocated to this page if it's related to offensive tactics and techniques.
|
||||
|
||||
Some tools can be categorized in more than one category. But because the current bookmark model doesn't support 1-to-many mapping, I will decide a tool's category based on its ultimate goal.
|
||||
|
||||
- [Reconnaissance/Discovery](#reconnaissancediscovery)
|
||||
- [Execution](#execution)
|
||||
- [Living Off The Land](#living-off-the-land)
|
||||
@ -107,6 +109,10 @@ This page will contain my bookmark for offensive tools, briefly categorized base
|
||||
<td><a href="https://github.com/Cn33liz/p0wnedShell">Cn33liz/p0wnedShell</a></td>
|
||||
<td>p0wnedShell is an offensive PowerShell host application written in C# that does not rely on powershell.exe but runs powershell commands and functions within a powershell runspace environment (.NET)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/Flangvik/SharpCollection">Flangvik/SharpCollection</a></td>
|
||||
<td>Nightly builds of common C# offensive tools, fresh from their respective master branches built and released in a CDI fashion using Azure DevOps release pipelines.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/FuzzySecurity/PowerShell-Suite">FuzzySecurity/PowerShell-Suite</a></td>
|
||||
<td>There are great tools and resources online to accomplish most any task in PowerShell, sometimes however, there is a need to script together a util for a specific purpose or to bridge an ontological gap. This is a collection of PowerShell utilities I put together either for fun or because I had a narrow application in mind.</td>
|
||||
|
Loading…
Reference in New Issue
Block a user