Skip to content

Commit

Permalink
Update CrossC2.cna
Browse files Browse the repository at this point in the history
  • Loading branch information
gloxec committed May 16, 2020
1 parent 9429ce8 commit ac4ba1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CrossC2.cna
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ sub dialogCallBack {
}


$genCc2 = "/xxx/xx/xx/genCrossC2.MacOS"; # <-------- fix
$genCC2 = "/xxx/xx/xx/genCrossC2.MacOS"; # <-------- fix



$genCc2 = $genCc2." ".$host." ". $port." ".$beaconKeyPath." ".$rebind_lib." ".$system." ".$arch." ".$outputFileName;
elog(genCc2);
$process = exec(genCc2);
$genCC2 = $genCC2." ".$host." ". $port." ".$beaconKeyPath." ".$rebind_lib." ".$system." ".$arch." ".$outputFileName;
elog($genCC2);
$process = exec($genCC2);
$data = readAll($process);
closef($process);
elog("genCrossC2 beacon -> ".$data[13]);
Expand Down

0 comments on commit ac4ba1b

Please sign in to comment.