Tag Archives: perl

Perl CPAN PowerDNS modules released.

I have released several PowerDNS modules to CPAN: http://search.cpan.org/~augie/ PowerDNS::Backend::MySQL Provides an interface to manipulate PowerDNS data in the MySQL Backend. PowerDNS::Control::Client Provides an interface to control the PowerDNS daemon. PowerDNS::Control::Server Provides an interface to control the PowerDNS daemon. The … Continue reading

Posted in General, work | Tagged , , , | 2 Comments

Replay DNS traffic – dnsreplay.pl

The following is a handy little script for replaying DNS traffic and thus verifying that a Name Server will answer as you expect it to. Updated: Tue Apr 15 16:12:59 PDT 2008. #!/usr/bin/perl # Augie Schwer # dnsreplay.pl – replay … Continue reading

Posted in General, work | Tagged , | Leave a comment

Count bandwidth

Here’s a script I wrote to count the bandwidth used from the Apache access_log. Continue reading

Posted in General, work | Tagged , , , , , , | 2 Comments

Vulnerable phpBB : Find and Disable.

Here’s a little script I wrote that attempts to find and disable old phpBB instances that may be vulnerable to the recent phpBB Worm in the wild. #!/usr/bin/perl # Name: Augie Schwer # File: find-vuln.pl # Date: 18, July 2005 … Continue reading

Posted in General, work | Tagged , , , , | 6 Comments