Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Latest commit

 

History

History
 
 

tcp-receiver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Simple Python TCP receiver

Simple TCP receiver, which logs and writes in output.txt file any IP trying to connect on it (port 80, most common).

It is for --custom-tcp-callback-host option usage of log4j-scan.

Usage:

nohup python3 log4ShellReceiver.py 2>&1 &