Skip to content

A script to take targets from a google spreadsheet and run a Nessus vulnerability scan

License

Notifications You must be signed in to change notification settings

mokuso/scan-gspread-targets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scan-gspread-targets

A script to take targets from a google spreadsheet and run a Nessus vulnerability scan

It calls out to google docs and pulls the info from the spreadsheet, extracts the first column, parses it and then executes the scan.

Google docs has its own API, I used gspread as I found it easier. Follow the install directions "here".

Dependencies

  • nessrest
  • gspread
  • oauth2client
  • pycrypto
  • requests

Installation of requirements

$ cd [your directory] $ pip install -r requirements.txt

About

A script to take targets from a google spreadsheet and run a Nessus vulnerability scan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages