Guest User

Untitled

a guest
Jul 25th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. wget --user=admin --password='pass' http://www.mywebsite.com/test.php
  2.  
  3. --2012-05-02 10:14:01-- http://www.mywebsite.com/test.php
  4. Resolving www.mywebsite.com... IP
  5. Connecting to www.mywebsite.com|IP|:80... connected.
  6. HTTP request sent, awaiting response... 401 Authorization Required
  7. Reusing existing connection to www.mywebsite.com:80.
  8. HTTP request sent, awaiting response... 403 Forbidden
  9. 2012-05-02 10:14:01 ERROR 403: Forbidden.
  10.  
  11. wget admin:pass@http://www.mywebsite.com/test.php
  12.  
  13. http://yoururl.ext?auth=id:psw
  14.  
  15. */1 * * * * wget -O /dev/null --user admin --password pass "http://www.mywebsite.com/test.php" > /dev/null 2>&1
Add Comment
Please, Sign In to add comment