t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
611 stars 81 forks source link

Strange Error with OSINT Module. #41

Open AkabaneSEN opened 1 year ago

AkabaneSEN commented 1 year ago

2023-06-03 15:24:23,027 - StalkPhish.py - INFO - Proceeding to OSINT modules launch 2023-06-03 15:24:23,099 - urlscan.py - ERROR - Urlscan connection error: SOCKSHTTPSConnectionPool(host='urlscan.io', port=443): Max retries exceeded with url: /api/v1/search/?q=page.url:webmail%20OR%20page.domain:webmail (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x0000022A22AC98B0>: Failed to establish a new connection: [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant')) 2023-06-03 15:24:23,099 - urlscan.py - ERROR - HTML parser Error: name 'HTMLText' is not defined 2023-06-03 15:24:23,140 - urlscan.py - ERROR - Urlscan connection error: SOCKSHTTPSConnectionPool(host='urlscan.io', port=443): Max retries exceeded with url: /api/v1/search/?q=page.url:secure%20OR%20page.domain:secure (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x0000022A22AEA2B0>: Failed to establish a new connection: [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant')) 2023-06-03 15:24:23,140 - urlscan.py - ERROR - HTML parser Error: name 'HTMLText' is not defined 2023-06-03 15:24:23,181 - urlscan.py - ERROR - Urlscan connection error: SOCKSHTTPSConnectionPool(host='urlscan.io', port=443): Max retries exceeded with url: /api/v1/search/?q=page.url:email%20OR%20page.domain:email (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x0000022A22AEA040>: Failed to establish a new connection: [WinError 10054] Une connexion existante a dû être fermée par l’hôte distant')) 2023-06-03 15:24:23,181 - urlscan.py - ERROR - HTML parser Error: name 'HTMLText' is not defined

Thanks you

t4d commented 1 year ago

It happens sometimes Urlscan.io have some connexion issues, just retry.

t4d commented 6 months ago

@AkabaneSEN is it ok for you now? Can I close this issue?