AWAE - OSWE Preparation / Resources
  • TL;DR
  • General
    • Resources
      • BurpSuite
      • WhiteBox
    • POCs
      • Deserialization
        • PHP
        • Java
          • Ysoserial
      • SQL Injection
      • Type Juggling
      • CSRF
  • By Vulnerability
    • SQL Injection
      • Summary
      • Types
      • Injection by clause
      • Bypassing Character Restrictions
      • By Language
        • JAVA
          • Regex
          • Summary
      • Regex
      • Resources
    • Deserialization
      • By Language
        • PHP
          • Regex
          • Summary
          • Practice
        • JAVA
          • Regex
          • Summary
          • Practice
          • Resources
        • .NET
          • Regex
          • Summary
          • Resources
      • Resources
    • XSS
    • XXE
      • By Language
        • PHP
          • Practice
          • Resources
        • Java
          • Vulnerable Libraries' Implementation
      • Resources
    • SSTI
      • Summary
      • Practice
      • Resources
    • File Upload Restrictions Bypass
      • Tricks
      • File Extension Filters Bypass List
      • Resources
  • REGEX
  • By Language
    • PHP
      • Regex
      • Type Juggling
        • Summary
        • Practice
    • Java
      • Decompiling
      • Compiling & Running
    • NodeJS
      • Practice
  • Random
  • Other Repositories
Powered by GitBook
On this page
  • PHP
  • ASP
  • PERL
  • JSP

Was this helpful?

  1. By Vulnerability
  2. File Upload Restrictions Bypass

File Extension Filters Bypass List

PHP

  • .php

  • .pht

  • .phtm

  • .phtml

  • .phar

  • .phpt

  • .pgif

  • .phps

  • .phtml

  • .php2

  • .php3

  • .php4

  • .php5

  • .php6

  • .php7

  • .php16

  • .inc

ASP

  • .asp

  • .aspx

  • .cer

  • .asa

PERL

  • .pl

  • .pm

  • .cgi

  • .lib

JSP

  • .jsp

  • .jspx

  • .jsw

  • .jsv

  • .jspf

PreviousTricksNextResources

Last updated 4 years ago

Was this helpful?