RE: Getting 504'd 07-01-2019, 10:03 AM
#5
Usually I'd say that you can't fix it since 504 is not your problem but server side.
However, I see that you haven't specified timeout which is disabled by default. I think that your request to the server is timing out in its communication with your endpoint server, hence the 504.
You should use the timeout parameter r = requests.post(url, data=payload, timeout=4.5)
However, I see that you haven't specified timeout which is disabled by default. I think that your request to the server is timing out in its communication with your endpoint server, hence the 504.
You should use the timeout parameter r = requests.post(url, data=payload, timeout=4.5)
Ransomware is more about manipulating vulnerabilities in human psychology than the adversary’s technological sophistication.




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)