Last active
August 29, 2015 14:12
-
-
Save nad2000/64b5b8819fe8603bc161 to your computer and use it in GitHub Desktop.
example how to use curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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