mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
network --> python socket scripts
This commit is contained in:
parent
ac171e1195
commit
183bf44e32
9 changed files with 371 additions and 41 deletions
|
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue