Am Exploit liegt es nicht, werden ja auch ganz normal die ARGV Vars benutzt:
C:\Users\X_\Desktops>perl test.pl fred
################################################## #
##
## Woltlab Burning Board 2.3.6 <= / Lite Exploit
##
################################################## #
##
## Coded by 666
## Bug by trew
##
################################################## #
<~> Exploiting...
<~> Hash:
Kommt mit Parametern nicht, da =>
Code:
if($#ARGV < 0)
{
print "[x] Usage: wbbsploit.pl [Target] [Userid] [Searchstring]\n";
exit;
}
Was sagt bei dir denn z.B. in C:
printf("%s",argv[1]);