Skip to content

Instantly share code, notes, and snippets.

@nad2000
Last active August 29, 2015 14:12
Show Gist options
  • Save nad2000/64b5b8819fe8603bc161 to your computer and use it in GitHub Desktop.
Save nad2000/64b5b8819fe8603bc161 to your computer and use it in GitHub Desktop.
example how to use curl
CURL="curl -k -b cookies.txt -c cookies.txt"
$CURL --data "d_user_id=user_id&t_user_id=string&c_user_id=string&e_user_id=true&f_user_id=admin&f_password=injab0xn&Login=Login" "http://${TARGET_HOST}/admin/launch?script=rh&template=login&action=login"
$CURL "http://${TARGET_HOST}/vision/visualizations"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment