#ifndef BASICAUTH_H #define BASICAUTH_H #include #include #include #include #include class BA : BruteUtils{ private: static bool checkOutput(const string *buffer); static lopaStr _BABrute(const char *ip, const int port); public: static lopaStr _BALobby(const char *ip, const int port); }; #endif // BASICAUTH_H