Skip to content

Commit 87b2795

Browse files
authored
Fixed some build errors
1 parent 79a84fb commit 87b2795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/ie_sandbox_findfiles.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def on_request_uri(cli, request)
138138
print_error("The file " + f + " does not exist")
139139
send_response(cli, '')
140140
when "/"
141-
resp = create_response(200, "OK")
141+
resp = create_response(200, "OK")
142142
resp.body = %Q|<html>
143143
<head>
144144
<script type="text/javascript">
@@ -377,4 +377,4 @@ def gen_datestamp(ttype=nil)
377377
def run
378378
exploit
379379
end
380-
end
380+
end

0 commit comments

Comments
 (0)