Home
last modified time | relevance | path

Searched refs:piOutput (Results 1 – 8 of 8) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-generic/
H A Dsch_generic_bielefeld_connect.cpp106 int32_t piOutput[10 * 3]; in handleShellcode() local
114 …lt = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput)/sizeof(… in handleShellcode()
122 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &match); in handleShellcode()
127 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 2, &match); in handleShellcode()
H A Dsch_generic_cmd.cpp95 int32_t piOutput[10 * 3]; in handleShellcode() local
97 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput in handleShellcode()
104 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &pRemoteCommand); in handleShellcode()
H A Dsch_generic_url.cpp118 int32_t piOutput[10 * 3]; in handleShellcode() local
121 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput in handleShellcode()
126 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &pUrl); in handleShellcode()
H A Dsch_generic_mainz_bind.cpp101 int32_t piOutput[10 * 3]; in handleShellcode() local
109 …lt = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput)/sizeof(… in handleShellcode()
115 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &match); in handleShellcode()
H A Dsch_generic_winexec.cpp94 int32_t piOutput[10 * 3]; in handleShellcode() local
96 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput in handleShellcode()
100 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &pRemoteCommand); in handleShellcode()
H A Dsch_generic_createprocess.cpp119 int32_t piOutput[10 * 3]; in handleShellcode() local
121 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput in handleShellcode()
125 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &pRemoteCommand); in handleShellcode()
H A Dsch_generic_wget.cpp102 int32_t piOutput[10 * 3]; in handleShellcode() local
105 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput in handleShellcode()
109 pcre_get_substring((char *) shellcode, (int *)piOutput, (int)iResult, 1, &pUrl); in handleShellcode()
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-optix/
H A DOPTIXDownloadDialogue.cpp119 int32_t piOutput[10 * 3]; in incomingData() local
121 …(char *) m_Buffer->getData(), m_Buffer->getSize(), 0, 0, (int *)piOutput, sizeof(piOutput)/sizeof(… in incomingData()
124 pcre_get_substring((char *) m_Buffer->getData(), (int *)piOutput, (int)iResult, 2, &filepath); in incomingData()
127 pcre_get_substring((char *) m_Buffer->getData(), (int *)piOutput, (int)iResult, 3, &filesize); in incomingData()