We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dd5e7 commit 1fee470Copy full SHA for 1fee470
README.md
@@ -243,12 +243,12 @@ $ git push
243
Defining a custom recon worker:
244
245
```ruby
246
-require 'ronin/recon/worker'
+require 'ronin/recon/dns_worker'
247
248
module Ronin
249
module Recon
250
module DNS
251
- class FooBar
+ class FooBar < DNSWorker
252
253
register 'dns/foo_bar'
254
lib/ronin/recon/worker.rb
@@ -52,12 +52,12 @@ module Recon
52
#
53
# ## Example
54
55
- # require 'ronin/recon/worker'
+ # require 'ronin/recon/dns_worker'
56
57
# module Ronin
58
# module Recon
59
# module DNS
60
- # class FooBar
+ # class FooBar < DNSWorker
61
62
# register 'dns/foo_bar'
63
0 commit comments