diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2026-04-16 22:14:09 +0200 |
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2026-04-16 22:14:09 +0200 |
| commit | 3749ec540acb5663c405ad88f893076202ea7ae4 (patch) | |
| tree | 465dbec6f00ed6a843c754f26912af968d3215b4 /network.md | |
| parent | 4c89df889ec0c33c89e2c787dbed1bfe4449c07c (diff) | |
Diffstat (limited to 'network.md')
| -rw-r--r-- | network.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ # any protocol lsof -i :8000 +## Inspect network + + # get hosts on LAN + nmap -sn 192.168.0.0/24 + # inspect ports on particular machine + nmap 192.168.0.10 + ## DNS DNS lookup: |