cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Add support for PyCurl #248

Open MarioVilas opened 10 years ago

MarioVilas commented 10 years ago

Requests uses urllib2, which in turn uses the built-in SSL facilities in Python. They are terribly outdated:

We should use PyCurl instead, whenever possible.

Since some plugins are using Requests directly, we should add an API specifically for accessing external resources and REST APIs outside the scope of the audit.

MarioVilas commented 10 years ago

There is now an API for accessing external resources. However it's not necessarily easier to use than Requests, especially for web services.