network --> python socket scripts

This commit is contained in:
Mari Wahl 2014-12-16 18:07:32 -05:00
parent ac171e1195
commit 183bf44e32
9 changed files with 371 additions and 41 deletions

View file

@ -20,12 +20,14 @@
### socket
- Several scripts with Python's **socket** module:
* netcat
* cracking linksys
* reading socket
* A very simple netcat client
* A full netcat client and server
* Cracking linksys
* Reading socket
* TCP Client
* TCP Server
* UDP Client
* TCP Proxy
### telnetlib
@ -39,6 +41,12 @@
* traceroute
### paramiko
- Several scripts for SSH connections:
* command
* tunneling
---