Seven Years of Service
Posts: 235
Threads: 16
RE: Getting 504'd 07-01-2019, 12:27 AM
#3
try to flush dns open cmd and type: ipconfig /flushdns
β’
Nine Years of Service
Posts: 186
Threads: 20
RE: Getting 504'd 07-01-2019, 04:15 AM
#4
As @"KBytes" said, if that doesn't work then you might have to wait since it could be a server issue right now. Also you could let someone else try
β’
Seven Years of Service
Posts: 286
Threads: 22
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)
Ransomware is more about manipulating vulnerabilities in human psychology than the adversaryβs technological sophistication.
β’