Skip to content

Commit

Permalink
Create runme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tg12 committed Aug 14, 2019
1 parent 0a359a2 commit eb42a08
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions runme.sh
@@ -0,0 +1,14 @@
rm outfile.csv #remove old
wget http://www.jamessawyer.co.uk/outfile.csv #download sample
#run the downloader to generate your own
#cameras, cameras and more cameras
grep "DVR" outfile.csv > DVR.txt
#search for index of files
grep "Index of" outfile.csv > index_of.txt
#Scary stuff!! Industrial Control systems, France has LOADS!!!
grep "Schneider" outfile.csv > Schneider.txt
grep "Industrial" outfile.csv > industrial.txt
#loads of printers!!!
grep "HP" outfile.csv > printers.txt
#Elastic(search)
grep "search" outfile.csv > search.txt

0 comments on commit eb42a08

Please sign in to comment.