mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
Notifications removed.
This commit is contained in:
parent
93e4f2e141
commit
3b756c675b
@ -67,24 +67,17 @@ lopaStr BA::BABrute(const char *ip, const int port, bool digestMode) {
|
||||
else if (isDig == 1) {
|
||||
if (digestMode != true) {
|
||||
digestMode = true;
|
||||
stt->doEmitionRedFoundData("Digest selector mismatch - <a style=\"color:orange;\" href=\"http://" + QString(ip).mid(0, QString(ip).indexOf("/")) + ":" + QString::number(port) + "/\">" +
|
||||
QString(ip) + ":" + QString::number(port) + "</a>");
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (digestMode != false) {
|
||||
digestMode = false;
|
||||
stt->doEmitionRedFoundData("Digest selector mismatch - <a style=\"color:orange;\" href=\"http://" + QString(ip).mid(0, QString(ip).indexOf("/")) + ":" + QString::number(port) + "/\">" +
|
||||
QString(ip) + ":" + QString::number(port) + "</a>");
|
||||
};
|
||||
}
|
||||
|
||||
std::string buffer;
|
||||
|
||||
if (commenceHikvisionEx1(ip, port, digestMode)) {
|
||||
//stt->doEmitionGreenFoundData("Hikvision exploit triggered! (" +
|
||||
// QString(ip) + ":" +
|
||||
// QString::number(port) + ")");
|
||||
strcpy(lps.login, "anonymous");
|
||||
strcpy(lps.pass, "\177\177\177\177\177\177");
|
||||
return lps;
|
||||
|
@ -1225,6 +1225,7 @@ int _specBrute(const char *ip, int port,
|
||||
char *finalstr, int flag,
|
||||
char *path, char *comment, char *cp, int size, const std::string *buffer)
|
||||
{
|
||||
int y = strcmp(comment, "[DIGEST]");
|
||||
const lopaStr &lps = BA::BALobby((string(ip) + string(path)).c_str(),
|
||||
port,
|
||||
(strcmp(comment, "[DIGEST]") == 0 ? true : false));
|
||||
|
@ -1,3 +1,4 @@
|
||||
Benvenuti!
|
||||
ssl vpn
|
||||
Ref1=http
|
||||
hello. goodbye.
|
||||
|
Loading…
Reference in New Issue
Block a user