Fix typo .blank to .blank?

bug/bundler_fix
Christian Sanders 2015-07-22 09:05:16 -05:00
parent 121fe1adda
commit 50074c4617
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class Metasploit3 < Msf::Auxiliary
"DNSKEY,DHCID,NSEC3,NSEC3PARAM,HIP,NINFO,RKEY," <<
"TALINK,SPF,UINFO,UID,GID,UNSPEC,TKEY,TSIG," <<
"IXFR,AXFR,MAILA,MAILB,*,TA,DLV,RESERVED"
@fuzz_rr = datastore['RR'].blank ? fuzz_rr_queries : datastore['RR']
@fuzz_rr = datastore['RR'].blank? ? fuzz_rr_queries : datastore['RR']
end
def run_host(ip)