Go to content Go to navigation Go to search

Why Telnet is so Weak …

July 27th, 2008 by Florent

I have written a script in python, always with scapy, that captures in real time all the Telnet traffic accross the network.

The script, when reduced to its minimal needs, has 18 lines …

Here is the video.

All the datas captured are stored in a file: Client-Source IP - Server-Destination IP

The script does not manage very well when several telnet connections are launched to the same Telnet server by a unique host.

TFTP File Capture

July 16th, 2008 by Alex

The story continues using Scapy ( or how to create powerful tools in 5 minutes ).

Here’s the video of my new tool written with Scapy. The aim is to capture file configuration exported from cisco devices and walking on the wire in plain text.