Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. C:\Users\lcanady>curl -X POST --user "#75:xxxx" -H "Exec: @emit hi!" --head http://digibear.io:2222 -v
  2. * Rebuilt URL to: http://digibear.io:2222/
  3. * Trying 104.248.181.56...
  4. * TCP_NODELAY set
  5. * Connected to digibear.io (104.248.181.56) port 2222 (#0)
  6. * Server auth using Basic with user '#75'
  7. > POST / HTTP/1.1
  8. > Host: digibear.io:2222
  9. > Authorization: Basic Izc1OnRoaXNpc25vdGZvcnU=
  10. > User-Agent: curl/7.55.1
  11. > Accept: */*
  12. > Exec: @emit hi!
  13. >
  14. < HTTP/1.1 404 Not Found
  15. HTTP/1.1 404 Not Found
  16. < Content-type: text/plain
  17. Content-type: text/plain
  18. < Date: Fri Nov 22 23:46:33 2019
  19. Date: Fri Nov 22 23:46:33 2019
  20. < Exec: Error - Invalid target
  21. Exec: Error - Invalid target
  22. * Connection #0 to host digibear.io left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement