Class 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 Detail

      • SSRFException

        public SSRFException()