File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ Security:
9090
9191- [ lesson 24-hide] ( src/24-hide/README.md ) Hiding Process or File Information
9292- [ lesson 25-signal] ( src/25-signal/README.md ) Using bpf_send_signal to Terminate Malicious Processes in eBPF
93- - [ lesson 26-sudo] ( src/26-sudo/README.md ) Using eBPF to add sudo user
94- - [ lesson 27-replace] ( src/27-replace/README.md ) Replace Text Read or Written by Any Program with eBPF
93+ - [ lesson 26-sudo] ( src/26-sudo/README.md ) Privilege Escalation via File Content Manipulation
94+ - [ lesson 27-replace] ( src/27-replace/README.md ) Transparent Text Replacement in File Reads
9595- [ lesson 28-detach] ( src/28-detach/README.md ) Running eBPF After Application Exits: The Lifecycle of eBPF Programs
9696- [ lesson 34-syscall] ( src/34-syscall/README.md ) Modifying System Call Arguments with eBPF
9797
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ Security:
8181
8282- [ lesson 24-hide] ( src/24-hide/README.md ) Hiding Process or File Information
8383- [ lesson 25-signal] ( src/25-signal/README.md ) Using bpf_send_signal to Terminate Malicious Processes in eBPF
84- - [ lesson 26-sudo] ( src/26-sudo/README.md ) Using eBPF to add sudo user
85- - [ lesson 27-replace] ( src/27-replace/README.md ) Replace Text Read or Written by Any Program with eBPF
84+ - [ lesson 26-sudo] ( src/26-sudo/README.md ) Privilege Escalation via File Content Manipulation
85+ - [ lesson 27-replace] ( src/27-replace/README.md ) Transparent Text Replacement in File Reads
8686- [ lesson 28-detach] ( src/28-detach/README.md ) Running eBPF After Application Exits: The Lifecycle of eBPF Programs
8787- [ lesson 34-syscall] ( src/34-syscall/README.md ) Modifying System Call Arguments with eBPF
8888
You can’t perform that action at this time.
0 commit comments