forked from p34709852/monkey
Add port 5432 to tcp_target_ports in config.py
This commit is contained in:
parent
2203e5f1d3
commit
4aa6095839
|
@ -189,7 +189,8 @@ class Configuration(object):
|
||||||
443,
|
443,
|
||||||
8008,
|
8008,
|
||||||
3306,
|
3306,
|
||||||
9200]
|
9200,
|
||||||
|
5432]
|
||||||
tcp_target_ports.extend(HTTP_PORTS)
|
tcp_target_ports.extend(HTTP_PORTS)
|
||||||
tcp_scan_timeout = 3000 # 3000 Milliseconds
|
tcp_scan_timeout = 3000 # 3000 Milliseconds
|
||||||
tcp_scan_interval = 0 # in milliseconds
|
tcp_scan_interval = 0 # in milliseconds
|
||||||
|
|
Loading…
Reference in New Issue