- Request https://malshare.com/daily
- Save all information in this link to your device.
First, we must installation Goquerry.
go get github.com/PuerkitoBio/goquery
Second, run file main.go
crawl data to your device.
go run main.go
- Request to https://malshare.com/daily.
- Extract HTML response and get date data by get element table -> tr -> td.
- Classify data is the md5, sha1,sha256 save to map.
- Create and write the file.
Note: Because the data set is too big, output
example as the first 5 days.