mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
moved relevant header macros and functions into http header file
This commit is contained in:
parent
a6db85b963
commit
4b1a945c45
2 changed files with 10 additions and 7 deletions
|
@ -49,15 +49,8 @@ Added fail or success condition, getting cookies, and allow 5 redirections by da
|
|||
|
||||
*/
|
||||
|
||||
#include "hydra-mod.h"
|
||||
#include "hydra-http.h"
|
||||
|
||||
/* HTTP Header Types */
|
||||
#define HEADER_TYPE_USERHEADER 'h'
|
||||
#define HEADER_TYPE_USERHEADER_REPL 'H'
|
||||
#define HEADER_TYPE_DEFAULT 'D'
|
||||
#define HEADER_TYPE_DEFAULT_REPL 'd'
|
||||
|
||||
extern char *HYDRA_EXIT;
|
||||
char *buf;
|
||||
char *cond;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue