Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
fix: [doc]
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette authored Jun 5, 2019
1 parent 87e89bf commit 6364078
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ go get https://github.com/D4-project/analyzer-d4-balboa
$analyzer-d4-balboa -c conf.sample
```

# Query Balboa to test
# Send PassiveDNS data to d4
```bash
# passivedns -i eth0 -l /dev/stdout | d4-amd64l -c conf.d4server
```

# Query Balboa GraphQL server
Once you launched the analyzer, pick one of the domains listed in its output and query Balboa (serving here on http://127.0.0.1:8080):
```bash
#!/bin/bash
Expand Down

0 comments on commit 6364078

Please sign in to comment.