Skip to content

Commit

Permalink
readme: make cli examples more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jan 22, 2019
1 parent 8b56c6d commit bfa5f24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Usage of xioc:
```

```bash
$ lynx -dump https://unit42.paloaltonetworks.com/digital-quartermaster-scenario-demonstrated-in-attacks-against-the-mongolian-government/ | xioc
$ REPORT="https://unit42.paloaltonetworks.com/digital-quartermaster-scenario-demonstrated-in-attacks-against-the-mongolian-government/"
$ lynx -dump "$REPORT" | xioc
sha256 5beb50d95c1e720143ca0004f5172cb8881d75f6c9f434ceaff59f34fa1fe378
domain energy.gov.mn
email altangadas@energy.gov.mn
Expand All @@ -64,7 +65,8 @@ sha256 10090692ff40758a08bd66f806e0f2c831b4b9742bbf3d19c250e778de638f57
```

```bash
$ lynx -dump https://unit42.paloaltonetworks.com/digital-quartermaster-scenario-demonstrated-in-attacks-against-the-mongolian-government/ | xioc -o email,sha256
$ REPORT="https://unit42.paloaltonetworks.com/digital-quartermaster-scenario-demonstrated-in-attacks-against-the-mongolian-government/"
$ lynx -dump "$REPORT" | xioc -o email,sha256
sha256 5beb50d95c1e720143ca0004f5172cb8881d75f6c9f434ceaff59f34fa1fe378
email altangadas@energy.gov.mn
sha256 10090692ff40758a08bd66f806e0f2c831b4b9742bbf3d19c250e778de638f57
Expand Down

0 comments on commit bfa5f24

Please sign in to comment.