TeamFiltration icon indicating copy to clipboard operation
TeamFiltration copied to clipboard

SSL error in enumeration module

Open def-q opened this issue 3 years ago • 2 comments
trafficstars

Hello, I'm trying to test TeamFiltration, everything goes fine until I choose the email format. Then I have an SSL connection issue (see the screen shot below). I'm clearly not sure where this is coming from, I tried different test domain but the same error is showing up.

Any clues on what could be the cause ?

Thank you ! :)

image

def-q avatar Sep 26 '22 11:09 def-q

Here is the requests when using the --debug flag:

image

def-q avatar Sep 26 '22 12:09 def-q

I have the same issue ENUM] 10/8/2022 10:43:52 PM EST SOFT ERROR ENUM => The SSL connection could not be established, see inner exception.

kluo84 avatar Oct 09 '22 02:10 kluo84

Having the same issue here as well.

T3rm1nal23 avatar Nov 17 '22 15:11 T3rm1nal23

This is probably related to the fireprox URL in the config not working / invalid. To easily debug this, fire up Burp on port 8080 and use '--debug' with Teamfiltration. That way you can actually inspect the requests. I will look into to, i got some dedicated time for this project coming up real soon :)

Flangvik avatar Nov 18 '22 20:11 Flangvik

Same issue here, just adding moral support.

jsarkisian avatar Nov 21 '22 15:11 jsarkisian

Use the windows version. It failed on OSX and Linux versions for me as well with the same exact error message. So tested the same config on a Windows VM and suddenly all worked like intended.

scaery avatar Nov 23 '22 21:11 scaery

For now please use a Windows machine / VM when running into this issue, best guess is that's it related to how the cross-platform-compile handles SSL/TLS libs for the different operating systems.

Flangvik avatar Dec 13 '22 15:12 Flangvik

Had this same issue. Your openssl.conf file is probably borked:

sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf

queencitycyber avatar Jan 14 '23 20:01 queencitycyber