Skip to content

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

Notifications You must be signed in to change notification settings

APWG/post-cli-wget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

 wget --quiet \
  --method POST \
  --header 'Authorization: <your eCX API token key goes here>' \
  --header 'Content-Type: application/json' \
  --body-data '{"url": "http://schoolbusinessalert.space/sd/","brand": "University of South Wales","date_discovered": 1539429978,"confidence_level": 100}' \
  --output-document \
  - https://api.ecrimex.net/phish

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published