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

2
Network_and_802.11/socket/netcat_simple.py Normal file → Executable file
View file

@ -5,7 +5,7 @@ __author__ = "bt3"
import socket
# Definning constants
# Defining constants
PORT = 12345
HOSTNAME = '54.209.5.48'