added 5m cache to the parameters.php

This commit is contained in:
Jokob-sk
2022-12-31 15:23:04 +11:00
parent e7fe5f795a
commit 8a3acac3e1
2 changed files with 48 additions and 16 deletions

View File

@@ -1742,7 +1742,7 @@ def performPholusScan (timeout):
temp = subnet.split("--interface=")
if len(temp) != 2:
file_print(" Skip interface (need subnet in format '192.168.1.0/24 --inteface=eth0'), got: ", subnet)
file_print(" Skip scan (need subnet in format '192.168.1.0/24 --inteface=eth0'), got: ", subnet)
return
mask = temp[0].strip()