Fwd: Vhost Patch
Erik Stephens <[email protected]> Wed, 15 Jun 2005 15:55:59 -0700
| Newsgroups | gmane.comp.security.nessus.devel |
|---|---|
| Message-ID | <[email protected]> |
Haven't heard anything about this yet. I was going to wait to bug you guys about this until I saw some new nessus-cvs emails. I thought everyone was on vacation because I haven't seen a cvs checkin email in what seems like a month now. Two Q's: 1. How likely is it that this patch will get incorporated? 2. Are cvs checkin emails still going out? Thanks, Erik Begin forwarded message: > From: Erik Stephens <[email protected]> > Date: June 8, 2005 12:49:55 PM MST > To: [email protected] > Subject: Vhost Patch > > > Attached is a very simple patch to keep nessus from overriding the > given IP address with the DNS'd IP address of a given domain name, > as when the host list contains something like: > > 10.0.0.1[www.foo.com] > > Can we get this included? > > > Best regards, > Erik > > > _______________________________________________ Nessus-devel mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus-devel
vhost.patch
(application/octet-stream, 278 B)
--- nessus-libraries/libhosts_gatherer/hg_add_hosts.c.orig 2005-06-08 12:50:55.000000000 -0700
+++ nessus-libraries/libhosts_gatherer/hg_add_hosts.c 2005-06-08 12:49:53.000000000 -0700
@@ -279,5 +279,4 @@
{
t[0] = '\0';
- ip = hg_resolv (&q [1]);
q[0] = '\0';
}