Skip to content

Commit da8576e

Browse files
authored
Update README.md
1 parent b3163a4 commit da8576e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This will open specified port and listen for incoming shell commands from a user
99

1010
## Client Mode
1111

12-
Client mode od script should be used to communicate with victim machine running this script in server mode , inshort, we can run this script in client mode to communicate with device running this bind shell in server mode.
13-
Two things we should know before running this script in client mode are :
12+
Client mode od script should be used to communicate with victim machine running this script in server mode , inshort, we can run this script in client mode to communicate with device running this bind shell in server mode.<br />
13+
Two things we should know before running this script in client mode are :<br />
1414
1. IP of victim machine.
15-
2. Port on which this bind shell is running.
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]`
18-
that will bind a port. Client mode should be
15+
2. Port on which this bind shell is running.<br />
16+
Run bellow terminal command to start client mode :<br />
17+
`python shaker.py client [port on which bind shell is running] [IP of victim machine]`<br />
18+
This will connect with the victim machine
1919

2020
## Stoping Server Mode From Client Side
2121

22-
Now If we want to shut the bind shell running on victim machine, then you just have to type "exit" on shell at client side . It will stop the script on victim side and port will go free.
22+
Now we have the shell and want to shut the bind shell running on victim machine, then we just have to type "exit" on running shell at client side . It will stop the script on victim side and port will go free. So there will be no traces that somebody bind the port. Many a time people don't know how to shut the bind port off , this script will do this for you. <br />
2323

2424
If any issues or comments connect with me at twitter @_j0lt

0 commit comments

Comments
 (0)