1747346072
This commit is contained in:
@@ -73,4 +73,10 @@ function runNmapScan() {
|
||||
console.log(nmapcmd);
|
||||
let postData = 'nmapcmd='+encodeURIComponent(nmapcmd);
|
||||
doXhr('run_scan.php', 'POST', postData);
|
||||
}
|
||||
|
||||
function pollFile(filePath) {
|
||||
var poll = setInterval(function() {
|
||||
doXhr(filePath);
|
||||
}, 1000);
|
||||
}
|
||||
Reference in New Issue
Block a user