Skip to content

Commit 43c57c3

Browse files
authored
Update README.md
1 parent a5eeef6 commit 43c57c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
## Reverse Shell Scripts
6767
1. **keylogger.py**: A simple keylogger that can be run on the target machine to record all the keystrokes the target types while using the target machine.
6868

69-
2. **server.py v1.0**: A simple Python script designed to listen for incoming connections on the host machine.\
69+
2. **reverseShell.py**: Works in conjunction with server.py. This script is designed to be placed on the target machine and establish a connection with the command system, waiting to receive commands to execute and send back.
70+
71+
3. **server.py v1.0**: A simple Python script designed to listen for incoming connections on the host machine.\
7072
![reverseShell Screenshot 1](README_Screenshots/reverseShell_Screenshot1.png)
7173

7274
**server.py v1.1**: Upgrade of the script. Allows the script to connect to a remote system (in this case it's the local machine) and send and receive messages between the two programs.\
@@ -93,6 +95,4 @@
9395
**server.py v2.0**: Implement multiple new functions. Added the ability to download files to that target PC, capture screeenshots of the target's monitor, check if the user has admin privileges on the target, allow the user to start programs on the target, and start and dump the contents of a keylogger. Below is an example of the newly added help section and the user checking if they have admin privileges./
9496
![reverseShell Screenshot 9](README_Screenshots/reverseShell_Screenshot9.png)
9597

96-
2. **reverseShell.py**: Works in conjunction with server.py. This script is designed to be placed on the target machine and establish a connection with the command system, waiting to receive commands to execute and send back.
97-
9898
4. **threaded.py**: An extension of the server.py file that acts as a Command and Control Center that can connect to multiple target machines and execute commands on them individually or execute commands on all the machines at once.

0 commit comments

Comments
 (0)