Merge pull request #128 from minetaro12/scanui-fix
Changed to clear previous results when starting port scan
This commit is contained in:
commit
b37d5c2a9b
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ async function scanAddr() {
|
|||
let begin = document.getElementById("begin").value;
|
||||
let end = document.getElementById("end").value;
|
||||
|
||||
document.getElementById('foundPorts').innerHTML = "";
|
||||
|
||||
if (begin == "") {
|
||||
begin = 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue