A command line tool used to find the SnapChat usernames for known or unknown phone numbers
$ python sc-findusers.py username password number1,number2
success: found 2 results: number: number1 username: number1s_username
number: number2 username: number2s_username
The following python libraries are required:
- requests
- hashlib
- simplejson
Thanks a lot to the following people and their resources, a majority of the work was already done by them
I used a few different tools to figure out what needed to be sent to the snapchat server, would have been much more difficult without them.
- APK dissasembler
- android-apktool
- ettercap