mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-18 05:05:48 +00:00
fix logic bug setting port number
This commit is contained in:
committed by
GitHub
parent
168584fdc6
commit
60ac224950
@@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user