lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 31 Dec 2004 19:09:02 +0100
From: Alberto Garcia Hierro <tcpdevil@...uxlover.org>
To: bugtraq@...urityfocus.com
Subject: Re: [EXPL] (MS04-031) NetDDE buffer overflow vulnerability PoC

El Viernes, 31 de Diciembre de 2004 00:39, houseofdabus HOD escribió:
> ---snip---
> /* HOD-ms04031-netdde-expl.c: 2004-12-30: PUBLIC v.0.2
>  *
>  * Copyright (c) 2004 houseofdabus.
>  *
>  * (MS04-031) NetDDE buffer overflow vulnerability PoC
 I needed to add a few lines to build it on Linux. Here is the diff:

@@ -11,6 +11,9 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
+#include <netdb.h>
+#define Sleep(x) sleep(x)
+#define closesocket(x) close(x)
 #endif


Regards,
 Alberto

-- 
/* Alberto García Hierro (Skyhusker) */

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ