Skip to content

Instantly share code, notes, and snippets.

View davidpcahill's full-sized avatar

David Cahill davidpcahill

View GitHub Profile
### Keybase proof
I hereby claim:
* I am tagwolf on github.
* I am tagwolf (https://keybase.io/tagwolf) on keybase.
* I have a public key whose fingerprint is 5FDE 44E2 A7F3 AF3F 94EA 8301 9C15 A0BC BAF7 88DD
To claim this, I am signing this object:
@davidpcahill
davidpcahill / update_vulscan.sh
Created February 6, 2015 21:50 — forked from jeffgeiger/update_vulscan.sh
Updated to use array and config variables
#!/bin/bash
# Config
source="http://www.computec.ch/mruef/software/nmap_nse_vulscan"
databases=( "cve" "exploitdb" "openvas" "osvdb" "scipvuldb" "securityfocus" "securitytracker" "xforce" )
location=/usr/local/Cellar/nmap/6.47/share/nmap/scripts/vulscan
echo "Updating vulscan database..."
for database in "${databases[@]}"
do