Skip to content

Commit ae41f05

Browse files
authored
Update README.md
1 parent 7c9f501 commit ae41f05

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# bind-shell-python
2-
This is a basic bind shell script in python 2 , containing both server and client classes, i will upgrade it with time adding new features and make it look more lethal.
3-
usage is in
2+
This is a basic bind shell script in python 2 , containing both server and client classes. This bind shell can work on both Windows and Linux OS.
3+
4+
## Server Mode
5+
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]
8+
This will open specified port and listen for incoming shell commands from a user running this script in Client mode.
9+
10+
## Client Mode
11+
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 :
14+
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
19+
20+
## Stoping Server Mode From Client Side
21+
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.
23+
24+
If any issues or comments connect with me at twitter @_j0lt

0 commit comments

Comments
 (0)