jondonas / linux-exploit-suggester-2

Next-Generation Linux Kernel Exploit Suggester
GNU General Public License v2.0
1.86k stars 298 forks source link

Feature request #1

Closed Maleus closed 5 years ago

Maleus commented 5 years ago

Consider adding in an option to select which exploit and have the script wget the source code down for you.

i.e.

Possible Exploits:

  1. https://www.exploit-db.com/exploits/45010
  2. https://www.exploit-db.com/exploits/38390/

Select your exploit: 2

Obtaining code.... (background: the script performs wget https://www.exploit-db.com/raw/38390 -o 38390)

Just a thought.

jondonas commented 5 years ago

This is a great idea! I’ll definitely be adding it

jondonas commented 5 years ago

Changes merged in the latest commit. Thanks for the suggestion @Maleus!