forked from p15670423/monkey
Island: Remove tcp scan interval option
This commit is contained in:
parent
b9219e3783
commit
c2e76b6462
|
@ -96,12 +96,6 @@ INTERNAL = {
|
||||||
"description": "List of TCP ports the monkey will check whether "
|
"description": "List of TCP ports the monkey will check whether "
|
||||||
"they're open",
|
"they're open",
|
||||||
},
|
},
|
||||||
"tcp_scan_interval": {
|
|
||||||
"title": "TCP scan interval",
|
|
||||||
"type": "integer",
|
|
||||||
"default": 0,
|
|
||||||
"description": "Time to sleep (in milliseconds) between scans",
|
|
||||||
},
|
|
||||||
"tcp_scan_timeout": {
|
"tcp_scan_timeout": {
|
||||||
"title": "TCP scan timeout",
|
"title": "TCP scan timeout",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
|
Loading…
Reference in New Issue