Skip to content

Commit

Permalink
Merge pull request #2 from Maple1401/Maple1401-patch-1
Browse files Browse the repository at this point in the history
Create go.yml
  • Loading branch information
Maple1401 authored Oct 17, 2022
2 parents 9425d32 + 920427f commit 533688d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

```bash
# 扫描 1-65535
./scanPort -h 192.168.0.1 -p 1-
./portScan -h 192.168.0.1 -p 1-

# 扫描 80-1000
./scanPort -h 192.168.0.1 -p 80-1000
./portScan -h 192.168.0.1 -p 80-1000

# 扫描 22,80,8080,1024
./scanPort -h 192.168.0.1 -p 22,80,8080,1024
./portScan -h 192.168.0.1 -p 22,80,8080,1024
```

0 comments on commit 533688d

Please sign in to comment.