mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 20:53:37 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
04bc79b7cb
commit
88834dcf66
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public class RmiClient {
|
|||
|
||||
## Enumeration
|
||||
|
||||
Based on the fact that arbitrary java is being treated in a different Java VM, this may allow an attacker to **deserialize** a **payload** in this Java instance and **execute arbitrary code**.
|
||||
The default configuration of `rmiregistry`allows loading classes from remote URLs, which can lead to remote code execution.
|
||||
|
||||
**Basically this service could allow you to execute code.**
|
||||
|
|
Loading…
Reference in a new issue