Skip to content

Commit

Permalink
remove dnsblast in favor of packetgen
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Apr 16, 2022
1 parent 1dbaa92 commit c6e8254
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 492 deletions.
19 changes: 19 additions & 0 deletions examples/config/advanced/packetgen-dnsblast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
jobs:
- type: packetgen
args:
connection:
type: net
args:
protocol: "udp"
address: "localhost:53"
packet:
payload:
type: dns
data:
id: "{{ random_int_n 10000 }}"
op_code: 0
rd: true
questions:
- name: "{{ random_alphanum 10 }}.example.com"
type: 1
class: 1
27 changes: 0 additions & 27 deletions src/core/dnsblast/README.md

This file was deleted.

245 changes: 0 additions & 245 deletions src/core/dnsblast/dns-blast.go

This file was deleted.

Loading

0 comments on commit c6e8254

Please sign in to comment.