Add: djhohnstein/SharpSC to Persistence section

This commit is contained in:
pe3zx 2021-05-03 00:35:56 +07:00
parent 354f14f9f3
commit 1a3288376f

View File

@ -547,6 +547,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/ben0xa/doucme">ben0xa/doucme</a></td>
<td>This leverages the NetUserAdd Win32 API to create a new computer account. This is done by setting the usri1_priv of the USER_INFO_1 type to 0x1000. The primary goal is to avoid the normal detection of new user created events (4720).</td>
</tr>
<tr>
<td><a href="https://github.com/djhohnstein/SharpSC">djhohnstein/SharpSC</a></td>
<td>Simple .NET assembly to interact with services.</td>
</tr>
<tr>
<td><a href="https://github.com/fireeye/SharPersist">fireeye/SharPersist</a></td>
<td>Windows persistence toolkit written in C#.</td>