first commit

This commit is contained in:
cdryzun 2023-09-18 10:30:36 +08:00
parent 88b540972c
commit 177317d3bd

9
README.md Normal file
View File

@ -0,0 +1,9 @@
## Example Usage
- Scan CIDR network segments and obtain N unused IP addresses.
```bash
# Scan CIDR: 192.168.8.0/24 and obtain 1 unused IP address.
devops-sing nmap -c 192.168.8.0/24 -g 1
```