Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

porkbind

Google
 

porkbind

In light of the new DNS cache poisoning issue and now that everyone has had plenty of time to apply patches, I've decided to release a new version of my nameserver security scanner called porkbind. It is a multi-threaded nameserver scanner that can recursively query nameservers of subdomains for version strings. (i.e. sub.host.dom's nameservers then host.dom's nameservers) After acquiring the version strings it tests them against version numbers from CERT advisories and reports back to the user. Zone transfer capability is also tested for.


Site: http://innu.org/~super/
Source URL: files/Vulnerability/porkbind/porkbind-1.3.tar.gz
Category: Vulnerability
Hits: 1686
Rating: 10
Added: 2008-07-31 21:04:00
Updated: 2009-10-25 20:48:48
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
10
11
Ubuntu    install.sh
7.10
8.10
9.10

Comments:

When you encounter the following error message:

cc -g -O2 -Wall -o porkbind axfrtest.o main.o chkver.o vercmp.o skiptodata.o skipname.o report.o vcheck.o usage.o vexit.o spin.o -pthread || cc -g -O2 -Wall -o porkbind axfrtest.o main.o chkver.o vercmp.o skiptodata.o skipname.o report.o vcheck.o usage.o vexit.o spin.o -pthread -lresolv
main.o(.text+0x208): In function `main:
/usr/local/src/porkbind-1.2/main.c:110: undefined reference to `__res_query
main.o(.text+0x528):/usr/local/src/porkbind-1.2/main.c:131: undefined reference to `__dn_expand
skipname.o(.text+0x1f): In function `skipname:
/usr/local/src/porkbind-1.2/skipname.c:16: undefined reference to `__dn_expand
vcheck.o(.text+0xe0): In function `vcheck:
/usr/local/src/porkbind-1.2/vcheck.c:86: undefined reference to `__res_query
collect2: ld returned 1 exit status

You will need to edit the Makefile and remove the following from the make line:
$(CC) $(FLAGS) -o $(EXE) $(OBJS) $(LIBS) ||
up to and including the or sign (||)

by marc at 2008-07-31 21:24:29

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy