Results 8 comments of Jacob

I think you havent installed selenium or geckodriver properly. What Linux Flavour is that? Also what modification are you using for your bottom bar, i really like it!

For simplicity Social Mapper uses django.utils encoding: encoding.smart_str(bestprofilelink, encoding='ascii', errors='ignore') Which ignores non ascii characters. If someone wants to rewrite this part of Social Mapper to handle unicode characters properly,...

Thank you @b4cktr4ck2 for bringing this to my attention. I've updated the readme with additional info saying it is not possible to run smb mode on macOS. I've added this...

Same issue on a 5s running 12.4.3 with CheckRa1n: ``` iPhone:~ root# ./keychain_dumper dyld: Symbol not found: _objc_opt_new Referenced from: /private/var/root/./keychain_dumper (which was built for iOS 13.5) Expected in: /usr/lib/libobjc.A.dylib...

@ptoomey3 it would be great if you could replicate and add to the main project, so we have a fully trusted one in the official repo. No offence to @alyxferrari...

Awesome, thank you for the links.

Same error here with python3, had to downgrade to python2 to use. ``` # python3 Python 3.7.3 (default, Apr 24 2020, 18:51:23) [Clang 11.0.3 (clang-1103.0.32.62)] on yoursystem Type "help", "copyright",...

### Securing Against PoisonTap **Server-Side Security** If you are running a web server, securing against PoisonTap is simple: - Use HTTPS exclusively, at the very least for authentication and authenticated...