Merge branch 'master' of github.com:pe2zx/my-infosec-awesome

This commit is contained in:
pe3zx 2021-08-27 13:11:21 +07:00
commit 22131c174a

View File

@ -410,6 +410,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/snovvcrash/peas">snovvcrash/peas</a></td>
<td>Modified version of PEAS client for offensive operations</td>
</tr>
<tr>
<td><a href="https://github.com/timwhitez/Doge-Loader">timwhitez/Doge-Loader</a></td>
<td>🐶Cobalt Strike Shellcode Loader by Golang</td>
</tr>
<tr>
<td><a href="https://github.com/TheCruZ/kdmapper">TheCruZ/kdmapper</a></td>
<td>KDMapper is a simple tool that exploits iqvw64e.sys Intel driver to manually map non-signed drivers in memory</td>
@ -538,8 +542,11 @@ Some tools can be categorized in more than one category. But because the current
</tr>
<tr>
<td><a href="https://github.com/mobdk/Sigma">mobdk/Sigma</a></td>
<td>Execute shellcode with ZwCreateSection, ZwMapViewOfSection, ZwOpenProcess, ZwMapViewOfSection and
ZwCreateThreadEx</td>
<td>Execute shellcode with ZwCreateSection, ZwMapViewOfSection, ZwOpenProcess, ZwMapViewOfSection and ZwCreateThreadEx</td>
</tr>
<tr>
<td><a href="https://github.com/mobdk/Upsilon">mobdk/Upsilon</a></td>
<td>Upsilon execute shellcode with syscalls - no API like NtProtectVirtualMemory is used</td>
</tr>
<tr>
<td><a href="https://github.com/monoxgas/sRDI">monoxgas/sRDI</a></td>