Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spoofing Warning #1

Open
namuol opened this issue May 8, 2016 · 6 comments
Open

Spoofing Warning #1

namuol opened this issue May 8, 2016 · 6 comments

Comments

@namuol
Copy link

namuol commented May 8, 2016

Granted that nowhere in your README do you use the words "authentication", it's still probably a good idea to note in the README that this isn't meant to be a form of secure authentication, as it's trivially easy for Bad Guys to spoof caller ID.

@alexslade
Copy link

It also means any bad actors can verify phone numbers. Only way to prevent that is to place a call/text to them with a code or similar.
This is still really cool, but +1 for a very clear warning about spoofing.

@pandrewhk
Copy link

With enough numbers (10k+), one could initiate a call from twilio and request user to enter the phone number or just return the call.

@alexslade
Copy link

alexslade commented May 8, 2016

That would cost thousands of dollars!
This is tool is great as-is, it should just be used in the right way.

@pandrewhk
Copy link

pandrewhk commented May 8, 2016

Oh, scratch that. Spoof a number, leave a missed call, ask user to enter. Twilio does not officially support it, but maybe other services do and don't charge for making a missed call.

SpoofCard.com: «Timing on calls begins when your call is connected»

@natsu90
Copy link
Owner

natsu90 commented May 9, 2016

In Malaysia, customize caller ID is not allowed, telcos are forced to display the real number to receiver (usually in SMS, but not sure if it apply to phone call as well). Maybe this will do if Twilio provide phone number from Malaysia or other country which have similar regulation.

@ctorresr
Copy link

ctorresr commented May 9, 2016

I think this is a great start, in the sense that at the least you got a phone number from the user and you are able to "verify" a call from that number was made. I will also implement a second step, send the user an sms with code so the user can confirm. Will be forking an playing around with some posibilities. But CID spoofing is very real, no matter what telco you have if you know what you are doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@alexslade @pandrewhk @namuol @natsu90 @ctorresr and others