15Oca
cURL not returning status 302 after correct login for Hack the Box Machine ‘Crocodile’
cURL is returning a 200 status code after correct login. The common response code after user login should be 302. Why am I not receiving this status code? All information is provided below.
#!/usr/bin/env zsh
printf "\nsending raw re…