mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
Update hydra.c
This commit is contained in:
parent
81533865bf
commit
9fdb9e3d2d
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -1557,7 +1557,7 @@ int hydra_lookup_port(char *service) {
|
|||
{"asterisk", PORT_ASTERISK, PORT_ASTERISK_SSL},
|
||||
{"s7-300", PORT_S7_300, PORT_S7_300_SSL},
|
||||
{"rtsp", PORT_RTSP, PORT_RTSP_SSL},
|
||||
{"rpcap", PORT_RTSP, PORT_RTSP_SSL},
|
||||
{"rpcap", PORT_RPCAP, PORT_RPCAP_SSL},
|
||||
// ADD NEW SERVICES HERE - add new port numbers to hydra.h
|
||||
{"", PORT_NOPORT, PORT_NOPORT}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue