hiibolt / dykm

3 stars 0 forks source link

Create the Sherlock Call #6

Closed hiibolt closed 5 days ago

hiibolt commented 5 days ago

In the apis_sherlock.go file, create a helper function which calls the OSINT backend.

Since Sherlock can only take usernames, you only need to provide the PII via arguments.

hiibolt commented 5 days ago

For example:

curl --header 'Authorization: <key here>' \
-d 'hiibolt' \
-X POST \
https://osint.hiibolt.com/api/sherlock/username