Skip to content

Commit

Permalink
Merge pull request #54 from xoro/master
Browse files Browse the repository at this point in the history
Update update.sh
  • Loading branch information
marcruef authored Jul 17, 2024
2 parents 0c793c4 + 01d541c commit 2640d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
#!/bin/sh

declare -a databases=("cve" "exploitdb" "openvas" "osvdb" "scipvuldb" "securityfocus"
"securitytracker" "xforce")

for DB in "${databases[@]}"; do
/usr/bin/wget https://www.computec.ch/projekte/vulscan/download/${DB}.csv
wget https://www.computec.ch/projekte/vulscan/download/${DB}.csv

if [ -f ${DB}.csv.1 ]; then
mv ${DB}.csv.1 ${DB}.csv
Expand Down

0 comments on commit 2640d62

Please sign in to comment.