Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Include more specialized example
  • Loading branch information
JuxhinDB committed Oct 25, 2018
1 parent 3bbdf78 commit ccf809c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ foo@vm13407021391238:~$ sudo tail -f /var/log/named/named.log
25-Oct-2018 13:22:23.030 queries: info: client @0x7f25082bef80 255.255.255.255.60#20153 (foo.bar): query: foo.bar IN A -E(0) (127.127.127.127)
```

Or for something more specific:

###### Client

`dig 12321931-xxe.gbejna.bid`

###### Server

```
25-Oct-2018 14:43:28.202 queries: info: client @0x7f24f8001250 195.158.104.28#58760 (12321931-xxe.foo.bar): query: 12321931-xxe.foo.bar IN A -E(0) (91.239.26.239)
25-Oct-2018 14:43:28.297 queries: info: client @0x7f24f8001250 195.158.104.28#58760 (12321931-xxe.foo.bar): query: 12321931-xxe.foo.bar IN A -E(0) (91.239.26.239)
25-Oct-2018 14:43:28.390 queries: info: client @0x7f24f8001250 195.158.104.28#58760 (12321931-xxe.foo.bar): query: 12321931-xxe.foo.bar IN A -E(0) (91.239.26.239)
```

## Why

This is very useful when wanting to test for some very hairy vulnerabilities
Expand Down

0 comments on commit ccf809c

Please sign in to comment.