Skip to content

traitimtrongvag/Spam-phone-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.py

Linux

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.py

⚠️ Disclaimer

This 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.

About

Program to attack mobile devices through victim's phone number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published