Host Discovery

Ping Sweep

for i in $(seq 254); do ping 192.168.210.$i -c1 -W1 & done | grep from
64 bytes from 192.168.210.1: icmp_seq=1 ttl=64 time=219 ms
64 bytes from 192.168.210.13: icmp_seq=1 ttl=64 time=290 ms
64 bytes from 192.168.210.12: icmp_seq=1 ttl=64 time=291 ms
64 bytes from 192.168.210.16: icmp_seq=1 ttl=64 time=290 ms
64 bytes from 192.168.210.10: icmp_seq=1 ttl=64 time=291 ms

SMB

netexec smb 192.168.210.0/24                                                               
SMB         192.168.210.10  445    ZPH-SVRDC01      [*] Windows Server 2022 Build 20348 x64 (name:ZPH-SVRDC01) (domain:zsm.local) (signing:True) (SMBv1:False)
SMB         192.168.210.16  445    ZPH-SVRCDC01     [*] Windows Server 2022 Build 20348 x64 (name:ZPH-SVRCDC01) (domain:internal.zsm.local) (signing:True) (SMBv1:False)
SMB         192.168.210.14  445    ZPH-SVRADFS1     [*] Windows Server 2022 Build 20348 x64 (name:ZPH-SVRADFS1) (domain:zsm.local) (signing:False) (SMBv1:False)
SMB         192.168.210.11  445    ZPH-SVRMGMT1     [*] Windows Server 2022 Build 20348 x64 (name:ZPH-SVRMGMT1) (domain:zsm.local) (signing:False) (SMBv1:False)
SMB         192.168.210.15  445    ZPH-SVRSQL01     [*] Windows 10 / Server 2019 Build 17763 x64 (name:ZPH-SVRSQL01) (domain:zsm.local) (signing:False) (SMBv1:False)
SMB         192.168.210.12  445    ZPH-SVRCA01      [*] Windows Server 2022 Build 20348 x64 (name:ZPH-SVRCA01) (domain:zsm.local) (signing:False) (SMBv1:False)
Running nxc against 256 targets ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00

Hosts

Last updated