All Projects → Narasimha1997 → Fake Sms

Narasimha1997 / Fake Sms

Licence: gpl-2.0
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.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Fake Sms

Ricochet
Anonymous peer-to-peer instant messaging
Stars: ✭ 3,570 (+762.32%)
Mutual labels:  privacy
Lightcord
A simple - customizable - Discord Client
Stars: ✭ 366 (-11.59%)
Mutual labels:  privacy
Encrypted Dns Server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 398 (-3.86%)
Mutual labels:  privacy
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+845.65%)
Mutual labels:  privacy
Go Libtor
Self-contained Tor from Go
Stars: ✭ 368 (-11.11%)
Mutual labels:  privacy
Email2phonenumber
A OSINT tool to obtain a target's phone number just by having his email address
Stars: ✭ 379 (-8.45%)
Mutual labels:  privacy
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+828.26%)
Mutual labels:  privacy
Tutanota
Tutanota is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
Stars: ✭ 4,326 (+944.93%)
Mutual labels:  privacy
Cingulata
Cingulata (pronounced "tchingulata") is a compiler toolchain and RTE for running C++ programs over encrypted data by means of fully homomorphic encryption techniques.
Stars: ✭ 369 (-10.87%)
Mutual labels:  privacy
Libreddit
Private front-end for Reddit written in Rust
Stars: ✭ 387 (-6.52%)
Mutual labels:  privacy
Jivesearch
A search engine that doesn't track you.
Stars: ✭ 364 (-12.08%)
Mutual labels:  privacy
Firefox Profilemaker
Tool to create firefox profiles with good defaults.
Stars: ✭ 361 (-12.8%)
Mutual labels:  privacy
Lookyloo
Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
Stars: ✭ 381 (-7.97%)
Mutual labels:  privacy
Substratumnode
WE ARE THE FOUNDATION OF THE DECENTRALIZED WEB.
Stars: ✭ 359 (-13.29%)
Mutual labels:  privacy
Arx
ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.
Stars: ✭ 398 (-3.86%)
Mutual labels:  privacy
Gitmask
Contribute Code Anonymously
Stars: ✭ 355 (-14.25%)
Mutual labels:  privacy
Yotter
Youtube and Twitter with privacy.
Stars: ✭ 376 (-9.18%)
Mutual labels:  privacy
Quorum
A permissioned implementation of Ethereum supporting data privacy
Stars: ✭ 4,054 (+879.23%)
Mutual labels:  privacy
Hosts
Hostfile blocklist for ads and tracking, updated regularly
Stars: ✭ 398 (-3.86%)
Mutual labels:  privacy
Offen
The fair and lightweight alternative to common web analytics tools.
Stars: ✭ 385 (-7%)
Mutual labels:  privacy

Fake-SMS

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.

Note-1: This is just an experimental tool, do not use this in any banking transactions. Unethical use of this tool is strictly not encouraged."

Note-2: The tool uses upmasked, A Eurpoean service provider, data will be stored on their servers, make sure you agree to EU Data governance laws and GDPR. I recommend you not to use this for any personal transaction which reveals your identity.

Features:

  • Written in Go-1.15 (with modules support enabled)
  • Provides an interactive CLI, which is easier to use.
  • Provides a local file based DB to save and manage a list of fake phone numbers to help you remember and reuse.
  • Unofficial client of upmasked

Requirements:

  • Go programming language - 1.15+

To build:

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/

Steps to use:

  1. Register a number in local DB: You can register a number by selecting one of the available numbers as shown below.

register-number

  1. Get the messages from any registered number: You can select a number which was saved in step-1 and view its messages as a list. The tool will also save the dump as json in the format ${PWD}/selected-phone-number.json. As shown below:

get-messages

  1. Optionally, you can choose to delete the rembered numbers or list them.

Acknowledgements

The similar tool is also available in pure shell script. Check this out.

Contributing

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!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].