Skip to content

Commit d92a7ad

Browse files
committed
change module filename
1 parent 40a1039 commit d92a7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/etherpadduo_login.rb renamed to modules/auxiliary/scanner/http/etherpad_duo_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def do_login(user, pass)
7878
{
7979
'uri' => normalize_uri('/', 'config', 'configindex.ehtml'),
8080
'method' => 'GET',
81-
'authorization' => basic_auth(user,pass)
81+
'authorization' => basic_auth(user, pass)
8282
})
8383
rescue ::Rex::ConnectionRefused, ::Rex::HostUnreachable, ::Rex::ConnectionTimeout, ::Rex::ConnectionError, ::Errno::EPIPE
8484
vprint_error("#{peer} - HTTP Connection Failed...")

0 commit comments

Comments
 (0)