Compare commits

...

3 Commits

Author SHA1 Message Date
pe3zx a5a8d046ac Remove: go-re.tk 2024-02-11 14:55:53 +07:00
pe3zx c3f096ba80 Add: gatariee/gocheck to Defense Evasion section 2024-02-11 14:52:41 +07:00
pe3zx 56902fcacd Add: WithSecureLabs/lolcerts to Defense Evasion section 2024-02-11 14:50:59 +07:00
2 changed files with 8 additions and 4 deletions

View File

@ -1468,6 +1468,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/frkngksl/NimicStack">frkngksl/NimicStack</a></td>
<td>NimicStack is the pure Nim implementation of Call Stack Spoofing technique to mimic legitimate programs</td>
</tr>
<tr>
<td><a href="https://github.com/gatariee/gocheck">gatariee/gocheck</a></td>
<td>DefenderCheck but blazingly fast™</td>
</tr>
<tr>
<td><a href="https://github.com/GetRektBoy724/HalosUnhooker">GetRektBoy724/HalosUnhooker</a></td>
<td>Halos Gate-based NTAPI Unhooker</td>
@ -2005,6 +2009,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/wavestone-cdt/EdrSandblast">wavestone-cdt/EdrSandblast</a></td>
<td>EDRSandBlast is a tool written in C that weaponize a vulnerable signed driver to bypass EDR detections (Kernel callbacks and ETW TI provider) and LSASS protections</td>
</tr>
<tr>
<td><a href="https://github.com/WithSecureLabs/lolcerts">WithSecureLabs/lolcerts</a></td>
<td> A repository of code signing certificates known to have been leaked or stolen, then abused by threat actors</td>
</tr>
<tr>
<td><a href="https://github.com/xct/morbol">xct/morbol</a></td>
<td>Simple AV Evasion for PE Files</td>

View File

@ -780,10 +780,6 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://ghidra-sre.org/">GHIDRA</a></td>
<td>A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission</td>
</tr>
<tr>
<td><a href="https://go-re.tk/">Go Reverse Engineering Toolkit</a></td>
<td>A Reverse Engineering Tool Kit for Go, Written in Go.</td>
</tr>
<tr>
<td><a href="https://github.com/goretk/redress">goretk/redress</a></td>
<td>Redress - A tool for analyzing stripped Go binaries</td>