File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ def initialize()
46
46
# Not compatible today
47
47
def support_ipv6?
48
48
false
49
- end
50
-
49
+ end
51
50
def setup
52
51
super
53
52
@state = { }
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ def switchdns(target)
69
69
end
70
70
end
71
71
end
72
- end
73
-
72
+ end
74
73
def wildcard ( target )
75
74
rendsub = rand ( 10000 ) . to_s
76
75
query = @res . query ( "#{ rendsub } .#{ target } " , "A" )
@@ -84,7 +83,7 @@ def wildcard(target)
84
83
return false
85
84
end
86
85
end
87
-
86
+
88
87
def genrcd ( target )
89
88
print_status ( "Retrieving general DNS records" )
90
89
query = @res . search ( target )
@@ -166,7 +165,7 @@ def genrcd(target)
166
165
end
167
166
end
168
167
end
169
-
168
+
170
169
def tldexpnd ( targetdom , nssrv )
171
170
target = targetdom . scan ( /(\S *)[.]\w *\z / ) . join
172
171
target . chomp!
@@ -323,7 +322,7 @@ def reverselkp(iprange,nssrv)
323
322
tl . delete_if { |t | not t . alive? }
324
323
end
325
324
end
326
-
325
+
327
326
# SRV Record Enumeration
328
327
def srvqry ( dom , nssrv )
329
328
print_status ( "Enumerating SRV records for #{ dom } " )
You can’t perform that action at this time.
0 commit comments