Skip to content

Commit

Permalink
Sample update
Browse files Browse the repository at this point in the history
  • Loading branch information
scr34m committed May 22, 2024
1 parent 7ac65c0 commit c542a74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions definitions/patterns_raw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,10 @@ xtract($_REQUEST)&&@$

# uncompress cafted content
gzuncompress(strrev(substr(

# disable error reporting
<?php error_reporting(0);?>

# infected file include attached on the top of a legit file
<?php if (file_exists(dirname(__FILE__) . '/class.theme-modules.php')) include_once(dirname(__FILE__) . '/class.theme-modules.php'); ?>
<?php if (file_exists(dirname(__FILE__) . '/class.plugin-modules.php')) include_once(dirname(__FILE__) . '/class.plugin-modules.php'); ?>

0 comments on commit c542a74

Please sign in to comment.