mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
network --> python socket scripts
This commit is contained in:
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
2
Network_and_802.11/socket/netcat_simple.py
Normal file → Executable file
|
@ -5,7 +5,7 @@ __author__ = "bt3"
|
|||
|
||||
import socket
|
||||
|
||||
# Definning constants
|
||||
# Defining constants
|
||||
PORT = 12345
|
||||
HOSTNAME = '54.209.5.48'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue