Patrowl / PatrowlEngines

PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
244 stars 71 forks source link

Urlvoid error scan #95

Closed rzwolf closed 1 year ago

rzwolf commented 4 years ago

Hi,

I'm facing a problem when I try to scan a domain or URL with urlvoid

123559 ERROR [EngineTasks/startscan_task/4edd4437-f8df-4ca3-884f-6689a26be79d] AfterScan - something goes wrong in 'getfindings' call (request_status_code=500). Task aborted.

image

The engine is ready but I watch this error when the script on running

172.20.0.4 - - [15/Jun/2020 00:02:55] "GET /engines/urlvoid/getfindings/3901 HTTP/1.1" 500 - 172.20.0.4 - - [15/Jun/2020 00:10:55] "GET /engines/urlvoid/status HTTP/1.1" 200 - 172.20.0.4 - - [15/Jun/2020 00:10:55] "POST /engines/urlvoid/startscan HTTP/1.1" 200 - 172.20.0.4 - - [15/Jun/2020 00:10:55] "GET /engines/urlvoid/status/3902 HTTP/1.1" 200 - _scan_urls: API Connexion error (quota?)

Regards,

agrandville commented 4 years ago

Hi @H4ckW0lf, urlvoid api has change


$ curl 'http://api.urlvoid.com/api1000/apikey/host/google.com/'
curl: (6) Could not resolve host: api.urlvoid.com
``
rzwolf commented 4 years ago

hi @agrandville thank you!

So I should follow your open issue to see how it resolved

agrandville commented 4 years ago

URLVoid seems to be replaced by APIVoid. I've done a first release of this engine https://github.com/Patrowl/PatrowlEngines/pull/97 & https://github.com/Patrowl/PatrowlManager/pull/139

MaKyOtOx commented 4 years ago

Thnaks ! Will review that :)