=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== midge-0.2.41/midge.pl-3198- print 'running eval code in sandbox', "\n" if $debug; midge-0.2.41/midge.pl:3199: $output = $sandbox->reval($tokens); midge-0.2.41/midge.pl-3200- die "Error during sandbox eval: $@\n" if $@; ############################################## midge-0.2.41/midge.pl-3203- print 'running eval code', "\n" if $debug; midge-0.2.41/midge.pl:3204: $output = eval($tokens); midge-0.2.41/midge.pl-3205- die "Error during eval: $@\n" if $@; ############################################## midge-0.2.41/midge.pl-5039- if (defined $gen_quote) { midge-0.2.41/midge.pl:5040: $msg .= "`$gen_quote' \ngenerated from `$real_quote'"; midge-0.2.41/midge.pl-5041- }