File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Bind shell by j0lt
33# This script is just for giving reference that how bind shell look like in python, you can modify as per your need.
44# Usage Format :
5- # For Running Server : twelvth .py server [port]
6- # For Running client : Usage Format : twelvth .py client [port] [ip of server]
5+ # For Running Server : shaker .py server [port]
6+ # For Running client : shaker .py client [port] [ip of server]
77
88import socket
99from sys import argv
@@ -127,6 +127,6 @@ def start(self):
127127 s .start ()
128128
129129 except :
130- print "The Parameter provided are wrong \n \n \t Usage Format : twelvth.py [client/server] [port] [ip{just for client}]"
130+ print "The Parameter provided are wrong \n \n \t Usage Format : shaker.y [client/server] [port] [ip{just for client}]"
131131 _exit (1 )
132132
You can’t perform that action at this time.
0 commit comments