Skip to content

Commit

Permalink
Merge pull request #21 from bhdresh/v11.0-dev
Browse files Browse the repository at this point in the history
V11.0 dev
  • Loading branch information
bhdresh authored Aug 3, 2021
2 parents c6d105d + 3041241 commit 82d09d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Engine/Decoify/add-client-decoys.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@
$ARPMITM = 'on';
}

if(val_ip($_POST["imap_server"]) && val_ip($_POST["imap_port"]) {

if($_POST["decoy_type_val"] == 'emailclient'){

if($_POST["decoy_type_val"] == 'emailclient') {
$imap_email = escapeshellarg($_POST["imap_email"]);
$imap_pass = escapeshellarg($_POST['imap_pass']);
$imap_server = escapeshellarg($_POST['imap_server']);
Expand All @@ -75,7 +74,7 @@
$EMAILCLIENT = 'on';
}

}




Expand Down
2 changes: 1 addition & 1 deletion Engine/Decoify/add-server-decoys.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function showFiles()
return $event;
}

elsee
else{
while($row = $result->fetch_array()) {

$event[] = $row;
Expand Down

0 comments on commit 82d09d9

Please sign in to comment.