Skip to content

Commit 452ebcf

Browse files
committed
travis
1 parent be829e7 commit 452ebcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/auxiliary/fuzzers/ftp/client_ftp.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def initialize()
4646
# Not compatible today
4747
def support_ipv6?
4848
false
49-
end
49+
end
50+
5051
def setup
5152
super
5253
@state = {}

modules/auxiliary/gather/enum_dns.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def switchdns(target)
6969
end
7070
end
7171
end
72-
end
72+
end
73+
7374
def wildcard(target)
7475
rendsub = rand(10000).to_s
7576
query = @res.query("#{rendsub}.#{target}", "A")

0 commit comments

Comments
 (0)