Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Nov 14, 2023
1 parent d1f94be commit fd2c950
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Port Scanner written in C++20

```
```bash
Allowed options:
--help display help message
--host arg (=127.0.0.1) set host
Expand All @@ -11,6 +11,29 @@ Allowed options:
--show arg (=all) display only 'open', 'closed', or 'all' ports
```

## Example

```bash
./PortScanner --host uoc.gr --show open
Port 22 is open.
Port 53 is open.
Port 111 is open.
Port 389 is open.
Port 409 is open.
Port 656 is open.
Port 636 is open.
Port 2000 is open.
Port 3998 is open.
Port 3999 is open.
Port 5060 is open.
Port 21162 is open.
Port 21163 is open.
Port 41314 is open.
Port 43917 is open.
Port 47603 is open.
Port 52116 is open.
```

## How to Build using CMake

```bash
Expand Down

0 comments on commit fd2c950

Please sign in to comment.