InteliSecureLabs / Linux_Exploit_Suggester

Linux Exploit Suggester; based on operating system release number
GNU General Public License v2.0
1.78k stars 407 forks source link

Output does not show exploits just shows searching and exits #5

Open nhajiyani opened 7 years ago

nhajiyani commented 7 years ago

Hi, I tested this on a local box, here is the output I got

$ perl ./Linux_Exploit_Suggester.pl -k 4.2.0

Kernel local: 4.2.0

Searching among 65 exploits...

Possible Exploits:

and then it immediately exited.

Unsure whether its unable to search from any exploits or just could not find any.

allamiro commented 5 years ago

Reading the perl scripts the script does compile kernel vulnerabilities form different databases then output the corresponding vulenrability so 4.0.0 doesnt exist in the script i think you can add it and point to the corresponding vulnerability I t hink its a great effort if you ask me