Created
November 1, 2016 22:34
-
-
Save sr-ix/929d55013752fc8db0a73a52ec9d6f6e to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| while [ true ]; do | |
| curl -s 'https://lumerico.mx/api/' -H 'Host: lumerico.mx' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Content-Type: application/json' -H 'X-Requested-With: XMLHttpRequest' -H 'Referer: https://lumerico.mx/admin' -H 'Content-Length: 218' -H 'Cookie: lumerico=eyJpZCI6ImQ2NWEzNjNlLWVhYjItNDdkMC05MmFmLTExOGVkMWMxNjhhOCIsImF1dGhlbnRpY2F0ZWQiOnRydWUsInVzZXIiOnsidXNlcm5hbWUiOiJNSmltZW5leiIsInJvbGUiOiJhZG1pbiJ9LCJzdGVwIjo0LCJ1bmxvY2tlZCI6MX0=; lumerico.sig=cUp9_SAXD6ByH-SBOMxcSwjIq6A' -H 'Connection: keep-alive' -d '{"method":"exec","step":4,"message":"Activation Code: ","params":["U2FsdGVkX1+vupppZksvRf5pq5g5XjFRIipRkwB0K1Y96Qsv2Lm+31cmzaAILwytX/z66ZVWEQM/ccf1g+9m5Ubu1+sit+A9cenDxxqkIaxbm4cMeh2oKhqIHhdaBKOi6XX2XDWpa6+P5o9MQw=="]}' | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment