[GH-ISSUE #14] Socialscan failure - BreachDirectory showing no data after API key entered #187

Closed
opened 2026-03-13 23:07:34 +03:00 by kerem · 4 comments
Owner

Originally created by @opticoax747 on GitHub (Feb 3, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/14

xxxxxxxxxxxxxxx@gmail.com Use?
ERROR:asyncio:SSL error in data received
protocol: <asyncio.sslproto.SSLProtocol object at 0x7f09f0116278>
transport: <_SelectorSocketTransport fd=12 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
self._sslobj.unwrap()
File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)

Originally created by @opticoax747 on GitHub (Feb 3, 2022). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/14 xxxxxxxxxxxxxxx@gmail.com Use? ERROR:asyncio:SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7f09f0116278> transport: <_SelectorSocketTransport fd=12 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata self._sslobj.unwrap() File "/usr/lib/python3.7/ssl.py", line 767, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
kerem closed this issue 2026-03-13 23:07:39 +03:00
Author
Owner

@opticoax747 commented on GitHub (Feb 3, 2022):

Password Leaks:
[-] Error!

<!-- gh-comment-id:1028841614 --> @opticoax747 commented on GitHub (Feb 3, 2022): Password Leaks: [-] Error!
Author
Owner

@opticoax747 commented on GitHub (Feb 3, 2022):

Maybe cloudflare as my breachdirectory api monitoring is showing

"x-powered-by":

"PHP/7.4.27"
"cf-ray":

"6d7af8b0aa0f38c1-VIE"
"expect-ct":

"max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct""
"x-ratelimit-requests-remaining":

"46"
"report-to":

"{"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v3?s=Xr1HiHdVCwHT464jDwI1wGqvFOdUNkXRpEHKyn3Ozm0dOGdzkHZRR9URsHSOcT8yAUrFpVRm8GmDaZ8%2Bm8B3WW9d6ySWAV%2Bqo1IyY33J9oUCzxC%2FHH6%2BO9ZeyqN9B1ZQy2dfgYNZ"}],"group":"cf-nel","max_age":604800}"
"strict-transport-security":

"max-age=63072000; includeSubDomains"
"x-ratelimit-requests-reset":

"2418985"
"x-rapidapi-version":

"1.2.8"
"x-turbo-charged-by":

"LiteSpeed"
"transfer-encoding":

"chunked"
"content-type":

"application/json"
"connection":

"close"
"nel":

"{"success_fraction":0,"report_to":"cf-nel","max_age":604800}"
"x-frame-options":

"SAMEORIGIN"

<!-- gh-comment-id:1028846615 --> @opticoax747 commented on GitHub (Feb 3, 2022): Maybe cloudflare as my breachdirectory api monitoring is showing "x-powered-by": "PHP/7.4.27" "cf-ray": "6d7af8b0aa0f38c1-VIE" "expect-ct": "max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"" "x-ratelimit-requests-remaining": "46" "report-to": "{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Xr1HiHdVCwHT464jDwI1wGqvFOdUNkXRpEHKyn3Ozm0dOGdzkHZRR9URsHSOcT8yAUrFpVRm8GmDaZ8%2Bm8B3WW9d6ySWAV%2Bqo1IyY33J9oUCzxC%2FHH6%2BO9ZeyqN9B1ZQy2dfgYNZ"}],"group":"cf-nel","max_age":604800}" "strict-transport-security": "max-age=63072000; includeSubDomains" "x-ratelimit-requests-reset": "2418985" "x-rapidapi-version": "1.2.8" "x-turbo-charged-by": "LiteSpeed" "transfer-encoding": "chunked" "content-type": "application/json" "connection": "close" "nel": "{"success_fraction":0,"report_to":"cf-nel","max_age":604800}" "x-frame-options": "SAMEORIGIN"
Author
Owner

@opticoax747 commented on GitHub (Feb 3, 2022):

When I run -ss i get this
sudo pip3 install -r requirements.txt runs with no errors

protocol: <asyncio.sslproto.SSLProtocol object at 0x7fa0b85f32b0>
transport: <_SelectorSocketTransport fd=12 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
self._sslobj.unwrap()
File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)

<!-- gh-comment-id:1028953023 --> @opticoax747 commented on GitHub (Feb 3, 2022): When I run -ss i get this sudo pip3 install -r requirements.txt runs with no errors protocol: <asyncio.sslproto.SSLProtocol object at 0x7fa0b85f32b0> transport: <_SelectorSocketTransport fd=12 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata self._sslobj.unwrap() File "/usr/lib/python3.7/ssl.py", line 767, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
Author
Owner

@alpkeskin commented on GitHub (Feb 5, 2022):

I think the problem is with your python3 version or the libraries you are using. You can update to the latest versions. It's also the first time I see the SSL error. It may be related to your computer's network settings.

<!-- gh-comment-id:1030611538 --> @alpkeskin commented on GitHub (Feb 5, 2022): I think the problem is with your `python3` version or the libraries you are using. You can update to the latest versions. It's also the first time I see the **SSL** error. It may be related to your computer's network settings.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#187
No description provided.