Skip to content

x00itachi/metasploit-exploit-search-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online MSF reference checker

This script will get the input of any reference and give you the msf exploit name and it's howto

Input

USAGE:./msf-chk.sh <reference>
Eg: ./msf-chk.sh CVE-1999-0256
Eg: ./msf-chk.sh BID-36075
Eg: ./msf-chk.sh OSVDB-18830
Eg: ./msf-chk.sh MSB-MS02-039

To get the output as csv format

USAGE:./msf-chk.sh <reference> csv
Eg: ./msf-chk.sh CVE-1999-0256 csv
Eg: ./msf-chk.sh BID-36075 csv

Output

[1/1]Reference :
===============
CVE-2005-2120
MSB-MS05-047
BID-15065
OSVDB-18830

[1/1]Usage Information :
=======================
$ msfconsole
msf > use auxiliary/dos/windows/smb/ms05_047_pnp
msf auxiliary(ms05_047_pnp) > set RHOST [TARGET IP]
msf auxiliary(ms05_047_pnp) > run

[1/1]Download Exploit :
======================
http://dev.metasploit.com/redmine/projects/framework/repository/revisions/master/raw/modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb

CSV format output

CVE-1999-0256,exploit/windows/ftp/warftpd_165_pass;exploit/windows/ftp/warftpd_165_user

About

this script search exploit online using shell script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages