Package org.owasp.jbrofuzz.payloads

Examples of org.owasp.jbrofuzz.payloads.PayloadsPanel


    tb = new JBroFuzzToolBar(this);

    // The panels must be below the toolBar and menuBar
    gp = new GraphingPanel(this);
    fp = new FuzzingPanel(this);
    pp = new PayloadsPanel(this);
    cp = new SystemPanel(this);
   
   

    // Set the corresponding borders for each panel
View Full Code Here

TOP

Related Classes of org.owasp.jbrofuzz.payloads.PayloadsPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.