Add: Wh04m1001/DFSCoerce to Credential Access section

This commit is contained in:
pe3zx 2022-06-27 22:01:10 +07:00
parent 666ef39199
commit 1e22820413

View File

@ -2355,6 +2355,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/w1u0u1/minidump">w1u0u1/minidump</a></td>
<td>Custom implementation of DbgHelp's MiniDumpWriteDump function. Uses static syscalls to replace low-level functions like NtReadVirtualMemory.</td>
</tr>
<tr>
<td><a href="https://github.com/Wh04m1001/DFSCoerce">Wh04m1001/DFSCoerce</a></td>
<td>PoC for MS-DFSNM coerce authentication using NetrDfsRemoveStdRoot and NetrDfsAddStdRoot (found by @xct_de) methods.</td>
</tr>
<tr>
<td><a href="https://github.com/Wra7h/SharpGhosting">Wra7h/SharpGhosting</a></td>
<td>Process Ghosting in C#</td>