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

Was this helpful?

  1. By Vulnerability
  2. Deserialization
  3. By Language
  4. .NET

Regex

((JavaScript|Xml|(Net)*DataContract)Serializer|(Binary|ObjectState|Los|Soap|Client|Server)Formatter|Json.Net|YamlDotNet|FastJson|Xaml|TypeNameHandling|SimpleTypeResolver|(Serialization|Deerialize|UnsafeDeserialize)|(ComponentModel.Activity|Load|Activity.Load)|ResourceReader|(ProxyObject|DecodeSerializedObject|DecodeValue)|ServiceStack.Text)

List

  • (JavaScript|Xml|(Net)*DataContract)Serializer

  • (Binary|ObjectState|Los|Soap|Client|Server)Formatter

  • Json.Net

  • YamlDotNet

  • FastJson

  • Xaml

  • TypeNameHandling

  • SimpleTypeResolver

  • (Serialization|Deerialize|UnsafeDeserialize)

  • (ComponentModel.Activity|Load|Activity.Load)

  • ResourceReader

  • (ProxyObject|DecodeSerializedObject|DecodeValue)

  • ServiceStack.Text

Previous.NETNextSummary

Last updated 4 years ago

Was this helpful?