File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
documentation/modules/exploit/linux/local
modules/exploits/linux/local Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The `ndsudo` is a tool shipped with Netdata Agent. Versions v1.45.0 and below co
4
4
5
5
Installation steps:
6
6
7
- 1 . ` sudo apt install cmake libelf-dev git bison flex build-essential libssl-dev libsystem-dev liblz4-dev libzstd-dev libbrotli-dev uuid-dev libuv1-dev `
7
+ 1 . ` sudo apt install cmake libelf-dev git bison flex build-essential libssl-dev pkg-config liblz4-dev libzstd-dev libbrotli-dev uuid-dev libuv1-dev `
8
8
1 . ` wget https://github.com/netdata/netdata-nightlies/releases/download/v1.45.0-8-nightly/netdata-latest.tar.gz `
9
9
1 . ` gunzip netdata-latest.tar.gz `
10
10
1 . ` tar -xf netdata-latest.tar `
Original file line number Diff line number Diff line change 4
4
##
5
5
6
6
class MetasploitModule < Msf ::Exploit ::Local
7
- Rank = NormalRanking # https://docs.metasploit.com/docs/using-metasploit/intermediate/exploit-ranking.html
7
+ Rank = NormalRanking
8
8
9
9
include Msf ::Post ::Linux ::Priv
10
10
include Msf ::Post ::Linux ::System
You can’t perform that action at this time.
0 commit comments