Skip to content

Commit aae5356

Browse files
committed
Updates the docs
1 parent 38f81e0 commit aae5356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/modules/exploit/linux/local/ndsudo_cve_2024_32019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `ndsudo` is a tool shipped with Netdata Agent. Versions v1.45.0 and below co
44

55
Installation steps:
66

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`
88
1. `wget https://github.com/netdata/netdata-nightlies/releases/download/v1.45.0-8-nightly/netdata-latest.tar.gz`
99
1. `gunzip netdata-latest.tar.gz`
1010
1. `tar -xf netdata-latest.tar`

modules/exploits/linux/local/ndsudo_cve_2024_32019.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55

66
class MetasploitModule < Msf::Exploit::Local
7-
Rank = NormalRanking # https://docs.metasploit.com/docs/using-metasploit/intermediate/exploit-ranking.html
7+
Rank = NormalRanking
88

99
include Msf::Post::Linux::Priv
1010
include Msf::Post::Linux::System

0 commit comments

Comments
 (0)