This Python script performs HLR (Home Location Register) lookups to validate mobile phone numbers, check if they are active, and retrieve information about the carrier. It can be used to streamline SMS campaigns or for number verification purposes.
*note: only works for Indonesia Phone Numbers
_ _ _ _
| |_| |___| |___ ___| |_ _ _ ___
| | | _| | . | . | '_| | | . |
|_|_|_|_| |_|___|___|_,_|___| _|
Author: Gameye98 2024/10/16 |_|
Operator: Telkomunikasi Seluler (Telkomsel) - KartuHALO/Simpati/KartuAS
HLR : JAKARTA, Indonesia
- For Linux
$ sudo apt-get update && sudo apt-get upgrade -y
$ sudo apt-get install python3 git
$ git clone https://github.com/Gameye98/hlrlookup
$ python3 hlrlookup.py 08xxxxxxx
- For Termux
$ apt update && apt upgrade -y
$ apt install python git
$ git clone https://github.com/Gameye98/hlrlookup
$ python hlrlookup.py 08xxxxxxx