Skip to content

Instantly share code, notes, and snippets.

View NBG0x1's full-sized avatar
💭
В теории нет разницы между теорией и практикой, а на практике есть.

ilya lutkov "NBG0x1" NBG0x1

💭
В теории нет разницы между теорией и практикой, а на практике есть.
View GitHub Profile

STEPS

  • Click on Help menu

  • Select Enter License

  • Then paste given KEY given at bottom

  • Finally click on Use License

@NBG0x1
NBG0x1 / xss.js
Created December 16, 2017 23:59 — forked from claudijd/xss.js
An adaption of NVisium's xssValidator Burp Extension to support an offline mode
var DEBUG = false
// Create xss object that will be used to track XSS information
var xss = new Object();
xss.value = 0;
xss.msg = "";
/**
* parse incoming HTTP responses that are provided via BURP intruder.
* data is base64 encoded to prevent issues passing via HTTP.
@NBG0x1
NBG0x1 / gist:e10663ab0813f65d3661b27d3dd30a62
Created November 15, 2017 00:13
hi I have a problem with the installation burpkit how to solve?
java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)