[cvesearch] / vulnsearch Repository:
ViewVC logotype

View of /vulnsearch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Fri Jun 2 04:59:29 2006 UTC (3 years, 5 months ago) by synack
File size: 183 byte(s)
Initial import
#!/bin/sh

for search in $*; do
	if [ `echo $search | grep "^CVE.*"` ]; then
		grep "$search" allitems.csv | tr ",|" "\n"
	else
		grep "$search" allitems.csv | cut -d, -f1,3
	fi
done

synack at csh.rit.edu
ViewVC Help
Powered by ViewVC 1.0.0