Module Name:    src
Committed By:   maxv
Date:           Tue Sep  4 15:41:09 UTC 2018

Modified Files:
        src/doc: TODO.kaslr

Log Message:
more kernel address leaks


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/doc/TODO.kaslr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/TODO.kaslr
diff -u src/doc/TODO.kaslr:1.4 src/doc/TODO.kaslr:1.5
--- src/doc/TODO.kaslr:1.4	Fri Aug 24 17:09:30 2018
+++ src/doc/TODO.kaslr	Tue Sep  4 15:41:08 2018
@@ -17,9 +17,14 @@
 
 [DONE] -- PPPoE sends a kernel address as host unique. (What is this shit.)
 
--- "netstat -nat" leaks kernel addresses.
-
--- Investigate some other tools.
+-- Several entry points leak kernel addresses:
+       [DONE] - "modstat -k"
+       - "netstat -nat"
+       - kern.proc
+       - kern.proc2
+       - kern.file
+       - kern.file2
+       - kern.lwp
 
 -- Be careful with dmesg.
 

Reply via email to