mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04: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
|
# default port 443
|
||||||
$port = '443';
|
$port = '443';
|
||||||
|
|
||||||
if(isset($_REQUEST[$ip])){
|
if(isset($_REQUEST[$port])){
|
||||||
$port = $_REQUEST[$port];
|
$port = $_REQUEST[$port];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue