To check for vulnerability CVE-2019-13272# ptrace-vuln
To check for vulnerability CVE-2019-13272
***


It is just a sample proof of concept generated by LLM and does not cover all cases.
The basic idea is if the system is not hardened and ptrace is not removed, the vulnerability should be considered applicable.


***


Steps to compile code and run it:
```
gcc poc.c -o test
chmod +x test
./test
```
***


Sample output:
```
<..SNIP..>
Syscall: 158
Syscall: 158
Syscall: 218
Syscall: 218
Syscall: 273
Syscall: 2
Syscall: 5
Syscall: 1
Hello, ptrace!
Syscall: 1
Syscall: 3
<..SNIP..>
```
***


[4.0K] /data/pocs/c520e43e76f0766c7ac4550a1ebb640cdbd60fe9
├── [1.0K] LICENSE
├── [ 771] poc.c
└── [ 595] README.md
0 directories, 3 files