Changed to clear previous results when starting port scan
This commit is contained in:
parent
1eaf237ba6
commit
30532a0e32
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