Add files via upload

This commit is contained in:
egieb
2023-12-29 15:23:21 +00:00
committed by GitHub
parent c2549dc60e
commit 2efb3d2a2a
98 changed files with 4292 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<h2 align="center"> Simple Netcat Client </h2>
SYNOPSIS
Opens a netcat connection to a Windows machine in Powershell
USAGE
1. Download Ncat For windows. https://nmap.org/download#windows
2. Change "YOUR IP HERE" to the attacker machine's ipv4 address (find using ipconfig on windows)
3. Open a terminal on the attacker machine and type "nc -lvp 4444"
4. Run this script on the client machine.
NOTE
The PORT number is 4444