Skip to content

Commit 10e4668

Browse files
heydersjanusz-r7
andauthored
Update lib/msf/core/exploit/remote/http_server.rb
Co-authored-by: Simon Janusz <[email protected]>
1 parent dc282f5 commit 10e4668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/remote/http_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def start_service(opts = {})
125125
self.service = Rex::ServiceManager.start(
126126
Rex::Proto::Http::Server,
127127
(opts['ServerPort'] || bindport).to_i,
128-
opts['ServerHost'] || bindhost,
128+
opts['ServerHost'] || bindhost,
129129
opts['ssl'],
130130
{
131131
'Msf' => framework,

0 commit comments

Comments
 (0)