Re: curl attack prevention



K. wrote:
Well, nothing special about curl.
It is just PHP's way of making http requests.

If the portals are hacked, they are NOT HACKED via Curl, but just USING Curl.
The portals were unsafe to start with.

Regards,
Erwin Moller

Yes, I have made a mistake with saying that they are hacked via curl.
I meant that how to prevent from hacking by using curl.

What things should I apply to make my site safe and be sure that nobody
who uses curl will not hacked my site?

Please answer.
I will be very grateful for help
M.




You can't. You can't even tell if the user is using cURL, unless he tells you.

Make your site safe and no one will be able to hack it - with or without cURL. But if it isn't safe, it can be hacked - with or without cURL.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================

.



Relevant Pages

  • Re: curl attack prevention
    ... It is just PHP's way of making http requests. ... If the portals are hacked, they are NOT HACKED via Curl, but just USING ... What things should I apply to make my site safe and be sure that nobody ...
    (comp.lang.php)
  • Re: curl attack prevention
    ... It is just PHP's way of making http requests. ... I have made a mistake with saying that they are hacked via curl. ... The same way you prevent every other type of HTTP mediated attack. ...
    (comp.lang.php)
  • Re: Strange widget
    ... /generally/ speaking they're basically little clients of some web ... So making HTTP requests is pretty expected ... grabs off the Web, in response to a user request for it to send that ... But another interesting thing to try is to try and find out what process started curl, ...
    (uk.comp.sys.mac)