Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-30 00:17:49 +00:00
parent 862ca9db69
commit 3b917fb090
16 changed files with 57 additions and 19 deletions

13
tldr/netdiscover Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# netdiscover
> Network scanner used to find live hosts on a network.
> More information: <https://github.com/netdiscover-scanner/netdiscover>.
- Scan the IP range on the network interface for active hosts:
`netdiscover -r {{172.16.6.0/23}} -i {{ens244}}`