Skip to content

Commit

Permalink
Add etc/all.ini instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
LizIzhikevich authored Aug 30, 2022
1 parent 2ebe965 commit 0d9235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo zmap --target-port=9002 --output-filter="success = 1 && repeat = 0" \
sudo ./lzr --handshakes http,tls
```

To complete full L7 handshakes of unexpected services on an random port (9002):
To complete full L7 handshakes of unexpected services on an random port (9002), substitute ``port=x`` in ``etc/all.ini`` with ``port=9002`` and run the following command:

```
sudo zmap --target-port=9002 --output-filter="success = 1 && repeat = 0" \
Expand Down

0 comments on commit 0d9235a

Please sign in to comment.