Narasimha1997 / fake-sms
- вторник, 25 июля 2023 г. в 00:00:08
A simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy.
A simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy.
Latest update : The tool no longer uses upmasked.com, as the service went down. We are using another provider which provides more phone numbers across more countries. Make sure you pull the main branch before compiling.
The build process is simple, it is just like building any other Go module. Follow the steps below:
export GOBIN=$PWD/bin
go install
This will build the binary and place it in bin/
.
You can also consider using the pre-built binary which is available under bin/
${PWD}/selected-phone-number.json
. As shown below:The similar tool is also available in pure shell script. Check this out.
The tool is very simple and I don't think there is any major feature missing. But I would welcome any kind of suggestion, enhancements or a bug-fix from the community. Please open an issue to discuss or directly make a PR!!