jondonas / linux-exploit-suggester-2

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

dead links #6

Closed meir555 closed 4 years ago

meir555 commented 4 years ago
root@kali:# ./linux-exploit-suggester-2.pl -k 2.6.18 -d

...

Exploit Download
  (Download all: 'a' / Individually: '2,4,5' / Exit: ^c)
  Select exploits to download: a

  Can't download exploit for american-sign-language
  Downloading https://www.exploit-db.com/raw/14814 -> exploit_can_bcm
  Can't download exploit for do_pages_move
  Downloading https://www.exploit-db.com/raw/6851 -> exploit_ftrex
  Downloading https://www.exploit-db.com/raw/17787 -> exploit_half_nelson1
  Downloading https://www.exploit-db.com/raw/17787 -> exploit_half_nelson2
  Downloading https://www.exploit-db.com/raw/17787 -> exploit_half_nelson3
  Downloading https://www.exploit-db.com/raw/27297 -> exploit_msr
  Can't download exploit for pipe.c_32bit
  Downloading https://www.exploit-db.com/raw/15150 -> exploit_pktcdvd
  Downloading https://www.exploit-db.com/raw/12130 -> exploit_reiserfs
  Downloading https://www.exploit-db.com/raw/9435 -> exploit_sock_sendpage
  Downloading https://www.exploit-db.com/raw/9436 -> exploit_sock_sendpage2
  Can't download exploit for udp_sendmsg_32bit
  Downloading https://www.exploit-db.com/raw/15024 -> exploit_video4linux
  Downloading https://www.exploit-db.com/raw/5092 -> exploit_vmsplice1
jondonas commented 4 years ago

You're seeing that message for exploits that don't have applicable exploit-db code. I changed the message from Can't download exploit to No exploit code available to make it clearer.

Thanks for the feedback!