shell bypass 403

Cubjrnet7 Shell

: /etc/ [ drwxr-xr-x ]

name : exim.pl
BEGIN {
    unshift @INC, '/etc/exim/perl';
}

if ( -e '/usr/share/amavis/amavis-filter' && !-e '/etc/noamavis' ) {
    do '/usr/share/amavis/amavis-filter';
}

if ( -e '/etc/exim.pl.local' ) {
    do '/etc/exim.pl.local';
}

1;


© 2025 Cubjrnet7