nesca/BasicAuth.h

23 lines
485 B
C
Raw Normal View History

2015-03-13 14:27:21 +00:00
#ifndef BASICAUTH_H
#define BASICAUTH_H
#include <BruteUtils.h>
#include <mainResources.h>
class BA : BruteUtils{
private:
lopaStr _BABrute(char *cookie,
char *ip,
int port,
char *pathT,
char *method);
lopaStr _BALobby(char *cookie,
char *ip,
int port,
char *path,
char *method);
};
#endif // BASICAUTH_H