mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix
This commit is contained in:
parent
7b4c5aee18
commit
392251f218
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void create_core_packet(int control, char *ip, int port) {
|
|||
}
|
||||
} else {
|
||||
if (strlen(packet2) <= 0) {
|
||||
sprintf(packet2, "DESCRIBE rtsp://%s.260:%i RTSP/1.0\r\nCSeq: 3\r\n", target, port);
|
||||
sprintf(packet2, "DESCRIBE rtsp://%.260s:%i RTSP/1.0\r\nCSeq: 3\r\n", target, port);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue