Skip to content

Commit

Permalink
Fixed RDP decoy
Browse files Browse the repository at this point in the history
  • Loading branch information
bhdresh authored Aug 3, 2021
1 parent 1d4d042 commit c6d105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/Decoify/add-server-decoys-back.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
$ttl=$val["ttl"];
$decoy_type=$val["decoy_type"];
$customrdp=$val["customrdp"];
if(val_input($_POST["realRDPIP"])){
$realRDPIP = $_POST['realRDPIP'];
if(val_input($val["realRDPIP"])){
$realRDPIP = $val['realRDPIP'];
}

if($customssh == 'interactivessh'){
Expand Down

0 comments on commit c6d105d

Please sign in to comment.