Skip to content

Commit d9af6ac

Browse files
authored
Update shaker.py
1 parent 9c1de20 commit d9af6ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shaker.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

88
import socket
99
from 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\tUsage Format : twelvth.py [client/server] [port] [ip{just for client}]"
130+
print "The Parameter provided are wrong \n\n\tUsage Format : shaker.y [client/server] [port] [ip{just for client}]"
131131
_exit(1)
132132

0 commit comments

Comments
 (0)