FireBaseScanner
FireBaseScanner copied to clipboard
Facing connectivity issues. Please Check the Network Connectivity and Try Again.
Hello, I'm getting this issue when running a script using latest python2. I'm not having any issues with the internet. Is there any way to tell if it's a problem on my side or the tool itself?
Facing connectivity issues. Please Check the Network Connectivity and Try Again.
logs
Checking if the APK file path is valid.
APK File Found.
Initiating APK Decompilation Process.
The same APK is already decompiled. Skipping decompilation and proceeding with scanning application.
Firebase Instance(s) Found
Scanning Firebase Instance(s)
Facing connectivity issues. Please Check the Network Connectivity and Try Again.
Thank You For Using FireBase Scanner
Hi, the reason is the next error in urlopen:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
You can resolve it with adding the PYTHONHTTPSVERIFY variable to your environment:
export PYTHONHTTPSVERIFY=0