Hola. Doddy me dijo que prodían ayudarme con un problema que tengo con algunos
scripts de Perl aquí
Cuando inicio este
script con el cmd:
Using perl Syntax Highlighting
#!usr/bin/perl
#AOE2 Cheater 0.1
#Coded By Doddy H
#ppm install http://www.bribes.org/perl/ppm/Win32-GuiTest.ppd
use Win32::GuiTest qw(SendKeys);
head();
for my $se ( reverse 1 .. 10 ) {
sleep 1;
syswrite STDOUT, "[+] Wait $se seconds \r";
}
print "\n\n[+] Cheating ...\n";
cheatnow();
print "[+] Finished";
copyright();
sub cheatnow {
for ( 1 .. 30 ) {
SendKeys("{ENTER}lumberjack{ENTER}");
SendKeys("{ENTER}cheese steak jimmy's{ENTER}");
SendKeys("{ENTER}robin hood{ENTER}");
SendKeys("{ENTER}rock on{ENTER}");
}
}
sub head {
print "\n\n-- == AOE2 Cheater == --\n\n";
}
sub copyright {
print "\n\n(C) Doddy Hackman 2012\n\n";
<stdin>;
exit(1);
}
#The End ?
Coloreado en 0.002 segundos, usando
GeSHi 1.0.8.4
El CMD me dice este error:
Using text Syntax Highlighting
Can`t locate Win32/GuiTest.pm in @INC <@INC contains C:/Perl64/site/lib C:/Perl64/lib .> at C:/Users/hussein/Desktop/AOE.pl line 6.
BEGIN failed--compilation aborted at C:/Users/hussein/Desktop/AOE.pl line 6.
Coloreado en 0.000 segundos, usando
GeSHi 1.0.8.4
Entonces Doddy me dijo que intente poniendo esto en el CMD:
ppm install http://www.bribes.org/perl/ppm/Win32-GuiTest.ppdpero me salía esto:
ppm install failed: The PPD does not provide code to install for this platformentonces me dijo que intentara hacerlo manualmente bajándolo desde CPAN.
Cuando lo hice el error cambió a:
Using text Syntax Highlighting
Cant`t locate loadable object for module Win32::GuiTest in @INC <@INC contains: C:/Perl64/site/lib C:/Perl64/lib .> at C:/Users/hussein/Desktop/AOE.pl line 6
Compilation failed in require at C:/Users/hussein/Desktop/AOE.pl line 6
BEGIN failed--compilation aborted at C:/Users/hussein/Desktop/AOE.pl line 6
Coloreado en 0.000 segundos, usando
GeSHi 1.0.8.4
Doddy dijo que podría ser debido a que
mi Windows es de 64 bits.
Espero su ayuda, por favor, pues me gustaría poder usar los
scripts con normalidad
Otra duda:También quisiera preguntarte si me podrías decir cómo
desencripto un
password hash. Creo que en MD5 es este:
2B3PfDwzYCun7qVq6kwQxxOL0OBDZGvV. Pregunté en otros dos foros y nadie responde, busqué por Internet en algunas páginas y dice que no la encuentra y bajé el programa Cain & Abel y puede durar hasta 15 años intentando
crackearlo con fuerza bruta pero he leído que hay un algoritmo para calcularlo. ¿Cómo lo puedo hacer?
Espero que me ayuden, por favor