Skip to content

Python script to create a TCP Server and an additional script to test connections with a client

Notifications You must be signed in to change notification settings

mark-angus-git/BHP-TCP-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BHP-TCP-client-server

An exercise from the book Black Hat Python by Justin Seitz and Tim Arnold.

It shows a way of developing hacking tools on the fly when all you have is python.

In this exercise a TCP server is created to send a message to any client that connects to it. This could be replaced with a payload or a required file.

A script to emulate a client connecting to this server was also written to ensure the server works as expected.

About

Python script to create a TCP Server and an additional script to test connections with a client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages