Package eu.tneitzel.rmg.exceptions
Class SSRFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.tneitzel.rmg.exceptions.SSRFException
-
- All Implemented Interfaces:
Serializable
public class SSRFException extends Exception implements Serializable
Custom Exception class used to generate SSRF payloads. When an SSRFException is thrown, remote-method-guesser knows that the --ssrf option was used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSRFException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-