Skip to content

Commit 2f11796

Browse files
committed
Fix typo
[SeeRM rapid7#7800]
1 parent 391f7f1 commit 2f11796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/apache_mod_isapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def initialize(info = {})
6161
def run
6262

6363
serverIP = datastore['RHOST']
64-
if (datastore['RPORT'].o_i != 80)
64+
if (datastore['RPORT'].to_i != 80)
6565
serverIP += ":" + datastore['RPORT'].to_s
6666
end
6767
isapiURI = datastore['ISAPI']

0 commit comments

Comments
 (0)