• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

HOW TO SPOOF CALLER ID TO ANYTHING

mikepeterson

Royal
Royal
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
22
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE
[HIDE]
You will need:
================================================
- Linux server (ubuntu, debian, whatever)
- X-Lite Softphone client (for making VoIP calls)
- Asterisk (free open source, to be installed on the server)
- PBX "host" that allows Caller ID to be set by you (free ones are hard to find)
================================================
SSH into your server and issue these commands:

sudo apt-get install asterisk
yum install asterisk



[*]pick one based on your distro

[*]

vi /etc/asterisk/sip.conf


[*]all asterisk connection info is here
[*]

[sipuser]
type=peer
host=dynamic
username=allan
secret=1234
context=outgoing




[*]this is what should be in the config
[*]modify it to your own PBX
[*]secret is your password
[*]
vi /etc/asterisk/extension.conf


[*]this is were we setup the callerID
[*]


[outgoing]
exten => _1NXXNXXXXXX,1,SetCallerID(2024561111)
exten => _1NXXNXXXXXX,n,Dial(IAX2/VoicePulse/${EXTEN})




[*]add this to the end of the config
[*]set callerID to whatever you want
[*]
service asterisk restart
[*]save and reload the service (using systemctl or whatever)
[*]


[*]now fire up X-Lite phone and enter your IP details
[*]


[*]server ip can be found by issuing this command:
hostname -I

[*]
And you're done.
[Image: biggrin.png]



[/HIDE]
This leak has been rated as not working 0 times this month. (2 times in total)
 

Her

magician
Divine
Her Rep
0
0
0
Rep
1404
Her Vouches
1
0
0
Vouches
1
Posts
5,964
Likes
3,043
3 YEARS
3 YEARS OF SERVICE
Thank you for this
 

kdflnglkdqf

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
22
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE
Thank you for sharing
 

idinesh

Premium member
Premium
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
22
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE
thankyousomuch
 

48,736

38,247

238,888

Top