mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-09 10:31:27 +00:00
Update README.md
This commit is contained in:
@@ -5,7 +5,12 @@ You can use this module to **automatically execute a PEASS script from a meterpr
|
|||||||
## Manual Installation
|
## Manual Installation
|
||||||
Copy the `peass.rb` file to the path `modules/post/multi/gather/` inside the metasploit installation.
|
Copy the `peass.rb` file to the path `modules/post/multi/gather/` inside the metasploit installation.
|
||||||
|
|
||||||
In Kali: `sudo cp ./peass.rb /usr/share/metasploit-framework/modules/post/multi/gather/`
|
In Kali:
|
||||||
|
```bash
|
||||||
|
sudo cp ./peass.rb /usr/share/metasploit-framework/modules/post/multi/gather/
|
||||||
|
# or
|
||||||
|
sudo wget https://raw.githubusercontent.com/carlospolop/PEASS-ng/master/metasploit/peass.rb -O /usr/share/metasploit-framework/modules/post/multi/gather/peass.rb
|
||||||
|
`
|
||||||
|
|
||||||
Now you can do `reload_all` inside a running msfconsole or the next time you launch a new msfconsole the peass module will be **automatically loaded**.
|
Now you can do `reload_all` inside a running msfconsole or the next time you launch a new msfconsole the peass module will be **automatically loaded**.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user