fix: [doc]

master v0.1
Jean-Louis Huynen 2019-06-05 11:58:16 +02:00 committed by GitHub
parent 87e89bf757
commit 636407836d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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