Skip to content

Commit

Permalink
fix typo in updated arachne php code
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Feb 7, 2024
1 parent 2da8bad commit 55b45f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/arachne/arachne/agent_code/arachne.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function process_message($full_message){
//echo count($pieces);
if( count($pieces) < 2 ){
if(count($pieces) > 0){
return $pieces[0] . | . "wrong number of pieces";
return $pieces[0] . "|" . "wrong number of pieces";
}
return "|wrong number of pieces";
}
Expand Down

0 comments on commit 55b45f9

Please sign in to comment.