Class DevNullOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class DevNullOutputStream
    extends OutputStream
    Dummy implementation of an OutputStream. This one is used during the ssrf-response action to prevent remote-method-guesser from sending RMI messages to anywhere.
    Author:
    Tobias Neitzel (@qtc_de)