Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Again: perl version of that tin opener (IOS decrypt.c)

Again: perl version of that tin opener (IOS decrypt.c)

From: Riku Meskanen <mesrik_at_CC.JYU.FI>
Date: Mon, 12 Jan 1998 01:40:36 +0200

On Mon, 12 Jan 1998, Riku Meskanen wrote:
> Howdy,
>
> Squeezed the decrypt.c[1] with perl a bit, just for seeing

Sorry about commenting my self but, just noticed a flaw in
the perl script I posted <blush>.

Following patch should be applied (hopefully before
posting the script to BUGTRAQ if possible!)

--- ios7decrypt.pl.orig Mon Jan 12 01:17:07 1998
+++ ios7decrypt.pl Mon Jan 12 01:08:36 1998
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: ios7decrypt.pl,v 1.1 1998/01/11 21:31:12 mesrik Exp $
+# $Id: ios7decrypt.pl,v 1.3 1998/01/11 23:08:36 mesrik Exp $
 #
 # Credits for orginal code and description hobbit_at_avian.org,
 # SPHiXe, .mudge et al. and for John Bashinski <jbash_at_CISCO.COM>
@@ -20,7 +20,7 @@
                for ($i = 0; $i < length($e); $i+=2) {
                    $dp .= sprintf "%c",hex(substr($e,$i,2))^$xlat[$s++];
                }
- s/$ep/$dp/;
+ s/7\s+$ep/$dp/;
            }
        }
        print;

just in case anybody tries to reload a -confg file. Just apply
the patch (or add "7\s+" in front of $ep on line 23), please.

*****************************************************************
* Without this patch the script will not strip that seven (7) *
* and then reloading the confg -file will mess up your device! *
*****************************************************************

I'm sorry the inconvinience caused.

:-) riku

--
    [ This .signature intentionally left blank ]
Received on Jan 11 1998
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos