Add port 5432 to tcp_target_ports in config.py

This commit is contained in:
Shreya 2020-11-28 23:33:12 +05:30
parent 2203e5f1d3
commit 4aa6095839
1 changed files with 2 additions and 1 deletions

View File

@ -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