Create README.md
parent
15f8f25701
commit
c898ed7858
|
@ -0,0 +1,28 @@
|
||||||
|
# Exfiltrate NTLM Hash - Windows ✅
|
||||||
|
|
||||||
|
A script used to exfiltrate the NTLM hash on a Windows machine.
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
A script used to capture and exfiltrate the NTLM hash of a Windows machine. It utilizes PowerShell to retrieve the SAM and SYSTEM files, then sends them to a Discord webhook.
|
||||||
|
|
||||||
|
### Settings
|
||||||
|
|
||||||
|
* Set the Discord webhook URL
|
||||||
|
* Ensure the webhook permissions are configured
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
<h2 align="center"> Luu176 </h2>
|
||||||
|
<div align=center>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center" width="96">
|
||||||
|
<a href="https://github.com/luu176">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/112649910?v=4?raw=true" width="48" height="48" />
|
||||||
|
</a>
|
||||||
|
<br>Github
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
Loading…
Reference in New Issue