mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01:00
fix logic bug setting port number
This commit is contained in:
parent
168584fdc6
commit
60ac224950
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if(isset($_REQUEST[$cmd])) {
|
|||
# default port 443
|
||||
$port = '443';
|
||||
|
||||
if(isset($_REQUEST[$ip])){
|
||||
if(isset($_REQUEST[$port])){
|
||||
$port = $_REQUEST[$port];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue