[–] leifg 5y ago ↗ Does this work with vanity usernames e.g. facebook.com/ChrisHughes [–] arnaudsm 5y ago ↗ Custom IDs were not part of the leak, only number IDs and phone numbers
[–] arnaudsm 5y ago ↗ I open-sourced the aggregation pipeline : https://github.com/arnaudsm/fbleakThe system I implemented is similar to https://haveibeenpwned.com/, and could evolve into an open-source clone of Troy Hunt's tool. [–] mikecoles 5y ago ↗ You may want to specify the phone number format you accept on the form, ie no dashes or other symbols [–] arnaudsm 5y ago ↗ Thanks, what is your browser? (I thought `<input type="number">`would be enough) [–] noahtallen 5y ago ↗ It allows you to input non-numbers (e.g. with paste). My recommendation would be to strip out any non-numeric characters after the user clicks the button
[–] mikecoles 5y ago ↗ You may want to specify the phone number format you accept on the form, ie no dashes or other symbols [–] arnaudsm 5y ago ↗ Thanks, what is your browser? (I thought `<input type="number">`would be enough) [–] noahtallen 5y ago ↗ It allows you to input non-numbers (e.g. with paste). My recommendation would be to strip out any non-numeric characters after the user clicks the button
[–] arnaudsm 5y ago ↗ Thanks, what is your browser? (I thought `<input type="number">`would be enough) [–] noahtallen 5y ago ↗ It allows you to input non-numbers (e.g. with paste). My recommendation would be to strip out any non-numeric characters after the user clicks the button
[–] noahtallen 5y ago ↗ It allows you to input non-numbers (e.g. with paste). My recommendation would be to strip out any non-numeric characters after the user clicks the button
9 comments
[ 2.4 ms ] story [ 13.8 ms ] threadThe system I implemented is similar to https://haveibeenpwned.com/, and could evolve into an open-source clone of Troy Hunt's tool.
:(