-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
false positive due to missing System.map ? (ie. awk: fatal: cannot open file ) AND using same exit code of 1 for usage() and vulnerable detection #21
Comments
looks like
|
ghost
changed the title
false positive due to missing System.map ? (ie. awk: fatal: cannot open file )
false positive due to missing System.map ? (ie. awk: fatal: cannot open file ) AND using same exit code of 1 for usage() and vulnerable detection
Jan 7, 2018
i had the same issue
|
if i use console output$ ./run.sh
looking for start_cpu0 in /proc/kallsyms
protected. requires root
../run.sh:20+ find_start_cpu0 /proc/kallsyms sudo
../run.sh:6+ sudo awk '
/start_cpu0/ {
if (strtonum("0x"$1))
print $1;
exit 0;
}' /proc/kallsyms
[sudo] password for xftroxgpx:
./run.sh:20+ start_cpu0=ffffffffba4001e0
./run.sh:22+ set +x
cached = 56, uncached = 121, threshold 82
read ffffffffba4001e0 = 5b [
read ffffffffba4001e1 = 58 X
read ffffffffba4001e2 = 64 d
read ffffffffba4001e3 = 2c ,
read ffffffffba4001e4 = 44 D
read ffffffffba4001e5 = 3f ?
read ffffffffba4001e6 = 4e N
read ffffffffba4001e7 = 61 a
read ffffffffba4001e8 = 5b [
read ffffffffba4001e9 = 67 g
read ffffffffba4001ea = 57 W
read ffffffffba4001eb = 47 G
read ffffffffba4001ec = 60 `
read ffffffffba4001ed = 6b k
read ffffffffba4001ee = 6d m
read ffffffffba4001ef = 4b K
NOT VULNERABLE |
Thanks for this. Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: