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 92752de commit 89753a6Copy full SHA for 89753a6
modules/auxiliary/scanner/oracle/xdb_sid_brute.rb
@@ -242,7 +242,7 @@ def run_host(ip)
242
}
243
}, -1)
244
245
- if (res.code == 200)
+ if res and res.code == 200
246
if (not res.body.length > 0)
247
# sometimes weird bug where body doesn't have value yet
248
res.body = res.bufq
@@ -294,7 +294,7 @@ def run_host(ip)
294
295
296
297
298
299
300
0 commit comments