Skip to content

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

Notifications You must be signed in to change notification settings

APWG/get-cli-wget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published