File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a basic bind shell script in python 2 , containing both server and clien
4
4
## Server Mode
5
5
6
6
Server mode of script should be started at victim machine by executing bellow commands in terminal of victim machine:
7
- ''' python shaker.py server [ port to bind] '''
7
+ ` python shaker.py server [port to bind] `
8
8
This will open specified port and listen for incoming shell commands from a user running this script in Client mode.
9
9
10
10
## Client Mode
@@ -14,7 +14,7 @@ Two things we should know before running this script in client mode are :
14
14
1 . IP of victim machine.
15
15
2 . Port on which this bind shell is running.
16
16
Run bellow terminal command to start client mode :
17
- python shaker.py client [ port on which bind shell is running] [ IP of victim machine]
17
+ ` python shaker.py client [port on which bind shell is running] [IP of victim machine] `
18
18
that will bind a port. Client mode should be
19
19
20
20
## Stoping Server Mode From Client Side
You can’t perform that action at this time.
0 commit comments