Skip to content

Commit 4818d83

Browse files
authored
Update readme.md
1 parent 2ca83ac commit 4818d83

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
##
2+
3+
* Create a text file named commands.txt with the PowerShell commands you want to execute. Each command should be on a new line. For example:
4+
```
5+
Get-Process
6+
Get-Service
7+
Get-EventLog -LogName Application -Newest 10
8+
```
9+
10+
* If you haven't already, install dialog in Termux:
11+
```
12+
pkg install dialog
13+
```
14+
15+
* If you haven't already, you need to install netcat to send and receive data over the network:
16+
```
17+
pkg install netcat
18+
```
19+
20+
* Make sure the script is executable:
21+
```
22+
chmod +x send_commands.sh
23+
```
24+
25+
*
26+
27+
128
## This is an example of what you can do with this. In this example i have made something like a remote bomb, when pinged it will execute malitiouse code to destroy an operating systems infistructure and data (is still being editied)
229

330
Here's a breakdown of what the script does:

0 commit comments

Comments
 (0)