Skip to content

Instantly share code, notes, and snippets.

View Cairnarvon's full-sized avatar

Koen Crolla Cairnarvon

View GitHub Profile
@Cairnarvon
Cairnarvon / cisco-cracker.pl
Created September 15, 2010 03:22
Cisco IOS configuration file password cracker.
#!/usr/bin/perl
use strict;
use File::Temp qw/tempfile/;
use Getopt::Long;
use constant PATH_TO_JTR => "";