Un excelente lenguaje para el scripting es Python, y si se necesita realizar scripts relacionados redes usamos la libreria Scapy!
Aquí tenemos un articulo sobre un script en Python usando scapy.
Y aquí la página oficial del proyecto
- Script NatProbe (Python – Scapy)

octubre 10, 2009 a las 11:37 pm
I am getting an error !!
Traceback (most recent call last):
File “C:\Documents and Settings\JSK\Desktop\natprobe\natprobe.py”, line 65, in
ping = ping_constructor (options.ip_dest)
File “C:\Documents and Settings\JSK\Desktop\natprobe\natprobe.py”, line 10, in __in
it__
self.ether = scapy.Ether()
AttributeError: ‘module’ object has no attribute ‘Ether’
octubre 11, 2009 a las 3:31 pm
do you have prove with the code of http://code.google.com/p/natprobe/ ?
Do you have installed libscapy to python?
You are running windows, the script was designed to linux, but anyway you could run it on windows…