Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /var/zpanel/hostdata/ ====> Path of Websites.
- /zadmin/public_html/webmail_mydomain_com ====> our Target.
- /var/zpanel/temp/ =====> Path where we can read our Bypass.
- #For PHP Version 5
- Code:
- <IfModule mod_php5.c>
- php_admin_value open_basedir
- "/var/zpanel/hostdata/zadmin/public_html/webmail_mydomain_com:/var/zpanel/temp/"
- php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose,
- proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill,
- posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec" Options
- FollowSymLinks Indexes AllowOverride All Order Allow,Deny Allow from all
- </IfModule>
- #For PHP Version 4
- Code:
- <IfModule mod_php4.c>
- php_admin_value open_basedir
- "/var/zpanel/hostdata/zadmin/public_html/webmail_mydomain_com:/var/zpanel/temp/"
- php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose,
- proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill,
- posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec" Options
- FollowSymLinks Indexes AllowOverride All Order Allow,Deny Allow from all
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement