Endermanch / MalwareDatabase

One of a few malware collections on the GitHub.
https://malwarewatch.org
2.34k stars 532 forks source link

ddom.py HTTP Error 500 #370

Closed ghost closed 9 months ago

ghost commented 10 months ago

When running ddos.py in a virtual penguin machine, an error occurs that states

Malc0de: HTTPSConnectionPool(host='malc0de.com', port=443): Max retries exceeded with url: /database/?&page=0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)'))) Malc0de: HTTPSConnectionPool(host='malc0de.com', port=443): Max retries exceeded with url: /database/?&page=1 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)'))) Malc0de: HTTPSConnectionPool(host='malc0de.com', port=443): Max retries exceeded with url: /database/?&page=2 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)'))) [] Malc0de - Done 0 [] VXVault - Done 0 Traceback (most recent call last): File "/home/maximumdevmode/MalwareDatabase/ddom.py", line 253, in h3x_clean(scount) File "/home/maximumdevmode/MalwareDatabase/ddom.py", line 184, in h3x_clean list = h3x_get(x) File "/home/maximumdevmode/MalwareDatabase/ddom.py", line 170, in h3x_get con_page = urllib.request.urlopen(req).readlines() File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(args) File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(args) File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 500: Internal Server Error

Yarpopcat08 commented 9 months ago

Most of the databases that ddom.py fetches malware from are dead. Guess it might be the reason

ghost commented 9 months ago

Most of the databases that ddom.py fetches malware from are dead. Guess it might be the reason

Alright.