Autosave: 2024-06-10 18:45:04
This commit is contained in:
parent
1c31b6222f
commit
549dbbe224
2 changed files with 22 additions and 0 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
22
zk/Network_scanning.md
Normal file
22
zk/Network_scanning.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
id: ippn
|
||||
title: Network scanning
|
||||
tags: [networks, procedural, Linux]
|
||||
created: Monday, June 10, 2024
|
||||
---
|
||||
|
||||
# Network scanning
|
||||
|
||||
## List all connected devices on local WiFi network
|
||||
|
||||
```sh
|
||||
arp-scan --interface=wlan0 --localnet
|
||||
```
|
||||
|
||||
## Scan subnet for all connected devices (in case hiding)
|
||||
|
||||
```sh
|
||||
nmap -sn 192.168.0.0/24
|
||||
```
|
||||
|
||||
## Related notes
|
Loading…
Add table
Reference in a new issue