/* hzzp/core.h 04.27.2009 Hzzp Krakow Labs Development -> Hzzp Hypertext Transfer Protocol Fuzzer rush@KL (Jeremy Brown) Core Header -> hzzp.tar.gz Associated Files & Information: http://www.krakowlabs.com/dev/fuz/hzzp/hzzp http://www.krakowlabs.com/dev/fuz/hzzp/hzzp.c.txt http://www.krakowlabs.com/dev/fuz/hzzp/fuzz.c.txt http://www.krakowlabs.com/dev/fuz/hzzp/core.h.txt http://www.krakowlabs.com/dev/fuz/hzzp/fuzz.h.txt http://www.krakowlabs.com/dev/fuz/hzzp/http.h.txt http://www.krakowlabs.com/dev/fuz/hzzp/Makefile.txt http://www.krakowlabs.com/dev/fuz/hzzp/hzzp_doc.txt http://www.krakowlabs.com/dev/fuz/hzzp/hzzp.tar.gz http://www.krakowlabs.com/dev/fuz/hzzp/hzzp.jpeg http://www.krakowlabs.com/dev/fuz/hzzp/hzzp.avi hzzp/core.h */ #define BUFSIZE 1024 char exbanner[] = "# Krakow Labs Development [www.krakowlabs.com]\n# Exploit Generated by Hzzp"; int hzzp_client(int port, int m, int mo, int fzn, int hdn, char *cfd, char *chd, int cu, int vb, int db, int lg, char *lgf, int exg, int sc, int dir); void hzzp_resp(char *buf, int cli, int mo, int fzn, int hdn, char *cfd, char *chd, int cu, int db, int sc, int dir); void hzzp_resp_fuzz(char *buf, int cli, int mo, char *resp, int len, char *data, char *hdr, int sc, int dir); void hzzp_resp_lines(char *buf, int cli, int mo, char *resp, int len, char *data, int sc); void hzzp_resp_hdrs(char *buf, int cli, int mo, char *resp, int len, char *data, char *hdr, int sc); void hzzp_resp_httpauth(char *buf, int cli, int mo, char *resp, int len, char *data, int sc, int dir); int hzzp_server(char *tar, int port, int m, int mo, int fzn, int hdn, char *cfd, char *chd, int cu, int vb, int db, int lg, char *lgf, int exg, char *exf, char *mthd, int dir, char *path, char *bqd, char *ptf, char *eqd); void hzzp_req(char *tar, int port, int sock, int m, int mo, int fzn, int hdn, char *cfd, char *chd, int cu, int db, char *mthd, int dir, char *path, char *bqd, char *ptf, char *eqd); void hzzp_req_fuzz(char *tar, int port, int sock, int m, int mo, char *req, int len, char *fdat, char *hdr, char *mthd, int dir, char *path, char *bqd, char *ptf, char *eqd); void hzzp_req_lines(char *tar, int port, int sock, int mo, char *buf, char *req, int len, char *mthd, char *fdat); void hzzp_req_hdrs(char *tar, int sock, int mo, char *buf, char *req, int len, char *mthd, char *hdr, char *fdat); void hzzp_req_httpauth(char *tar, int port, int sock, int mo, char *buf, char *req, int len, char *mthd, char *fdat, int dir, char *path); void hzzp_req_query(char *tar, int sock, char *buf, char *req, int len, char *mthd, char *fdat, char *path, char *bqd, char *pft, char *eqd); void hzzp_exgen(char *tar, int port, int m, int mo, int fzn, int hdn, char *cfd, char *chd, int cu, char *exf, char *mthd, int sc, int dir, char *path, char *bqd, char *ptf, char *eqd); void hzzp_counter(int *n); void hzzp_fzof_gen(void); void hzzp_headline(int m, int mo, int exg, int mode, FILE *fd); void hzzp_log(char *tar, char *tarip, int port, int m, int mo, int fzn, int hdn, char *fzdt, char *hddt, int cu, int flen, int hlen, char *mthd, int dir, char *path, char *bqd, char *ptf, char *eqd, char *msg, char *lgf, int exg); void hzzp_list_fzosc(void); void hzzp_list_hdrs(void); void hzzp_list_digdirs(void); void hzzp_list_methods(void); void hzzp_list_scodes(void);