Script to automatically search for Metasploit Modules from Rapid7 Vulnerability Database.
- The script works on selenium so geckodriver/chromedriver
- An excel file with list of CVE-IDs
- selenium, pandas, time and csv libraries
- Mention path of geckodriver
- Mention path of excel file
- Mention path of output file (end of python document csvfile variable)
- Change data.parse(<2>) to data.parse()