Nmap Development mailing list archives

PostgreSQL match lines


From: Patrik Karlsson <patrik () cqure net>
Date: Sun, 7 Feb 2010 11:16:27 +0100

I went through the source code for all PostgreSQL versions found here and updated the match lines:
http://ftp2.ua.freebsd.org/pub/FreeBSD/distfiles/postgresql/

The other match lines were based on actual responses, but the output from grep matched the lines I've already 
collected. There's one or two new additions, but I've mainly just updated the version to be 'wider' eg. 8.2.6 - 8.2.15, 
where the line returning the error was identical.  In short, this is what I did:
grep -nr "PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));" postgresql*

postgresql-7.4.19/src/backend/postmaster/postmaster.c:1293:                     
PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));
postgresql-7.4.21/src/backend/postmaster/postmaster.c:1293:                     
PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));
postgresql-7.4.23/src/backend/postmaster/postmaster.c:1293:                     
PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));
postgresql-7.4.24/src/backend/postmaster/postmaster.c:1293:                     
PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));
postgresql-7.4.25/src/backend/postmaster/postmaster.c:1293:                     
PG_PROTOCOL_MINOR(PG_PROTOCOL_LATEST))));

There are still some versions missing, which I might add later on.

//Patrik
--
Patrik Karlsson
http://www.cqure.net


Attachment: postgresql-matches.patch
Description:


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: