APWG / get-cli-wget

Example of how to GET data from the eCX /phish endpoint using wget on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wget --quiet \
  --method GET \
  --header 'Authorization: <your eCX API token goes here>' \
  --header 'Content-Type: application/json' \
  --output-document \
  - https://api.ecrimex.net/phish

About

Example of how to GET data from the eCX /phish endpoint using wget on the command line