Skip to content

Commit b0dbf2f

Browse files
Update README.md
1 parent 62926bf commit b0dbf2f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,20 @@ Attacker Side :
135135

136136
The screenshot is put in a directory named "files" in the same directory as the Attacker Script file :
137137
![alt text](https://i.imgur.com/38VFHG4.jpg)
138+
139+
## Exec ##
140+
141+
Command to execute a file on the Victim machine. You can specify arguments. The syntax is :
142+
- exec::{FILE_TO_EXECUTE_PATH}::{FILE_TO_EXECUTE_ARGUMENTS}
143+
144+
#### Example:
145+
146+
Here, I will simply execute the file we previously uploaded on the Victim machine desktop (python-3.7.1-installer.exe). If it work, you will see a message telling you everything worked. If it failed, it would have also told you :
147+
148+
##### IMPORTANT NOTE: Until the remote file you executed get closed, the Attacker Side Server will wait a response from the Victim Side. This can either be a good or bad thing (for example a script you execute remotely, you can tell when it's over), but it is what it is for now. If i see someone complaining about it I will fix it.
149+
150+
Attacker Side :
151+
![alt text](https://i.imgur.com/lE4pecK.jpg)
152+
153+
On the victim side, you can see that the file executed successfully :
154+
![alt text](https://i.imgur.com/gMnOyPA.jpg)

0 commit comments

Comments
 (0)