Skip to content

Commit 32c0fab

Browse files
authored
Update README.md
1 parent 650d51f commit 32c0fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a basic bind shell script in python 2 , containing both server and clien
44
## Server Mode
55

66
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]`
88
This will open specified port and listen for incoming shell commands from a user running this script in Client mode.
99

1010
## Client Mode
@@ -14,7 +14,7 @@ Two things we should know before running this script in client mode are :
1414
1. IP of victim machine.
1515
2. Port on which this bind shell is running.
1616
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]`
1818
that will bind a port. Client mode should be
1919

2020
## Stoping Server Mode From Client Side

0 commit comments

Comments
 (0)