[Python] WhoPingMe by LordRNA.

Iniciado por [L]ord [R]NA, 19 Septiembre 2010, 06:46 AM

0 Miembros y 2 Visitantes están viendo este tema.

bizco

se pueden usar pero hay limitaciones, no recuerdo cual eran exactamente ahora mismo pero si se limita el uso.

[L]ord [R]NA

Entendido


Fuente: http://msdn.microsoft.com/en-us/library/ms740548(VS.85).aspx


Limitations on Raw Sockets

On Windows 7, Windows Server 2008 R2, Windows Vista, and Windows XP with Service Pack 2 (SP2), the ability to send traffic over raw sockets has been restricted in several ways:

1) TCP data cannot be sent over raw sockets.
2) UDP datagrams with an invalid source address cannot be sent over raw sockets. The IP source address for any outgoing UDP datagram must exist on a network interface or the datagram is dropped. This change was made to limit the ability of malicious code to create distributed denial-of-service attacks and limits the ability to send spoofed packets (TCP/IP packets with a forged source IP address).
3) A call to the bind function with a raw socket is not allowed.


Traduzco:
1) No se pueden enviar paquetes TCP.
2) No se pueden enviar paquetes UDP con  una direccion de origen invalida.
3) No se puede utilizar bind con un socket RAW.

Posiblemente tenga el mismo requisito de Linux que es que para poder usar Sockets Raw debes de ser el administrador.

SnakingMax

#12
mmmmmmm... IDS en python... me gusta la idea de karcrack :P
Muy chulo el código, muy elegante ^.^

braulio--

Cita de: SnakingMax en  5 Octubre 2010, 23:01 PM
mmmmmmm... IDS en python... me gusta la idea de karcrack :P
Muy chulo el código, muy elegante ^.^
mmmm... la idea fue mia