vertoforce / gourlhaus

URLhaus wrapper for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLHaus Go Wrapper

Go Report Card Documentation

Simple library to fetch URLHaus URLs in go

Usage

Getting URLs

urlhaus.GetRecentURLs()
urlhaus.GetAllURLs()
urlhaus.GetAllOnlineURLs()

Getting hashes of the content hosted at those URLs

URLHaus also provides the hashes that were found on the urls. However it's a separate endpoint, so to populate the URLEntries with the hash data, call FillInURLHashDetails() on the URLEntry list.

About

URLhaus wrapper for go


Languages

Language:Go 100.0%