Spam-phone-number
A security research proof‑of‑concept demonstrating how unsolicited message requests can be triggered through mobile phone numbers. This project is intended strictly for educational and testing purposes, helping developers understand mobile security risks and telecom abuse vectors.
⚙️ Setup
Termux
git clone https://github.com/traitimtrongvag/Spam-phone-number \
&& cd Spam-phone-number \
&& pkg update \
&& pkg install python git -y \
&& sh install.sh \
&& python Main.pyLinux
git clone https://github.com/traitimtrongvag/Spam-phone-number \
&& cd Spam-phone-number \
&& sudo apt update \
&& sudo apt install python3 git python3-pip -y \
&& sh install.sh \
&& python3 Main.pyThis project is a research and educational proof‑of‑concept (PoC). It is not designed or intended for harmful use, harassment, unauthorized actions, or disruption of mobile devices and services.
Before using this software, ensure you comply with the laws and regulations in your country. The authors take no responsibility for any misuse of this project.