TeamFiltration
TeamFiltration copied to clipboard
SSL error in enumeration module
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 ! :)

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

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.
Having the same issue here as well.
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 :)
Same issue here, just adding moral support.
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.
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.
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