Skip to content
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

Partial Kernel Version Not Matching #3

Open
sammbertram opened this issue Sep 7, 2014 · 0 comments
Open

Partial Kernel Version Not Matching #3

sammbertram opened this issue Sep 7, 2014 · 0 comments

Comments

@sammbertram
Copy link

It looks like the wildcard kernel version isn't working, or I'm doing something wrong.

See that version 0.9 is running on Kali (64-bit).

# ./Linux_Exploit_Suggester.pl --help
Linux Exploit Suggester 0.9
Usage:  ./Linux_Exploit_Suggester.pl  [-h] [-k kernel]

[-h] help (this message)
[-k] kernel number eg. 2.6.28

You can also provide a partial kernel version (eg. 2.4)
to see all exploits available.

<SNIP>

But when I specify 2.4, like the example, nothing gets shown.

root@kali:~/# ./Linux_Exploit_Suggester.pl -k '2.4'

Kernel local: 2.4

Searching among 65 exploits...

Possible Exploits:

Same thing for 2.6.

root@kali:~/# ./Linux_Exploit_Suggester.pl -k '2.6'

Kernel local: 2.6

Searching among 65 exploits...

Possible Exploits:

Now when specifying a full kernel version for 2.6.x, I receive exploits.

root@kali:~/# ./Linux_Exploit_Suggester.pl -k '2.6.32'

Kernel local: 2.6.32

Searching among 65 exploits...

Possible Exploits:
[+] american-sign-language
   CVE-2010-4347
   Source: http://www.securityfocus.com/bid/45408/
<SNIP>

If you need any more details, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant