<xssrays> small code cleanup and comments added

git-svn-id: https://beef.googlecode.com/svn/trunk@1247 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-08-31 11:11:42 +00:00
parent 4fc61d4c47
commit f228138fb2

View File

@@ -33,9 +33,8 @@
* Other aspects of the original code have been simplified and improved.
*/
beef.net.xssrays = {
// handler is needed when using beef.net.send
handler: "xssrays",
completed:0,
totalConnections:0,
@@ -99,7 +98,6 @@ beef.net.xssrays = {
+ "] - beef.net.xssrays.totalConnections [" + beef.net.xssrays.totalConnections + "]");
if (beef.net.xssrays.completed == beef.net.xssrays.totalConnections) {
beef.net.xssrays.printDebug("COMPLETE, notifying BeEF for scan id [" + beef.net.xssrays.xssraysScanId + "]");
//TODO: understand why this is never called
beef.net.send('/xssrays', beef.net.xssrays.xssraysScanId, "");
} else {
this.getNextJob();
@@ -116,8 +114,7 @@ beef.net.xssrays = {
}
}else{ //nothing to scan
beef.net.xssrays.printDebug("COMPLETE, notifying BeEF for scan id [" + beef.net.xssrays.xssraysScanId + "]");
//TODO: understand why this is never called
beef.net.send('/xssrays', beef.net.xssrays.xssraysScanId, "something");
beef.net.send('/xssrays', beef.net.xssrays.xssraysScanId, "");
}
},
scan:function() {