PLA Forums
Other Stuff That Has Little To Do With PLA => General Discussions => Topic started by: Aaron6611 on April 28, 2011, 10:45:58 PM
-
Yo,
Didn't really know where to post this but anyway.
Does anyone know of a good, Anonymous, CallerID Spoofing service, with unrestricted numbers. I have tried spoofcard.com, it and its sub companys have some restricted numbers which they don't allow you to call.
Is there any other less popular service that allows you to choose a number to display on call and allows you to call ANY number in the world?
Thanks.
-
What numbers are showing up as restricted?
-
What numbers are showing up as restricted?
Wondering this myself.. who are you trying to call that its blocking?
-
Last I checked, spoofcard wouldn't let you spoof the same number you're calling. This was to prevent voicemail hacking. Maybe they've blocked those backdoor voicemail access numbers for each of the carriers too.
-
i hacked someone's voicemail via Spoofcard, doing exactly what you just described, about 1 month ago
-
i know that last time i checked you could not spoof the number that you are calling with bluffmycall.com either... and trying to spoof a number, then use slydial to call to the same numbers voicemail does not work either.. perhaps if you can find the pilot number for the voicemail system?
i tested this calling my own VMB.. i do not recommend "hacking" someone elses VMB in this way...
-
I can't call chase bank on spoofcard or bluffmynumber :( It just says "Calls to this number are unavailable".
Is there any other way I can hide my ID or spoof someone elses?
-
If you are good with linux, you could try to set-up a pbx
on your machine, and tie it to a voip service provider.
Then you can manually edit caller id/ani to anything
you want. As long as you push the data to the switch
or outbound service your caller id should display as
whatever you want.
Furthermore if you have inbound routing configured
you could dial into your own pbx, and use the extensions
to spoof out, to do so from your cellphone.
SIPgate = free sip service 60 minute limit for direct connection non for transfers
pbxes.com = free pbx service allowing you to create inbound and outbound routing
as well as extensions.
I recommend Asterisk.
quote...
Overview of the process:
1. Follow the instructions in Andy Powell's, "Getting Started With Asterisk" (http://www.automated.it/guidetoasterisk.htm) guide for the initial Linux install.
2. Add the following lines to your extension config file in the same context as your SIP phone.
exten => 33,1,Answer
exten => 33,2,AGI(cidspoof.agi)
4. Sign up with a VoIP provider.
5. Add appropriate details into your IAX config file (as issued by your VoIP service provider).
6. Download the cidspoof.agi (http://www.rootsecure.net/content/temp/cidspoof.agi) script changing line 77 to the correct username / hostname for your VoIP IAX service provider, and copy it to /var/lib/asterisk/agi-bin/.
7. Start Asterisk
8. Check your SIP phone has correctly registered / verify you are able to make a SIP to PSTN call.
9. Call extension 33, enter the 10 digit number you wish to spoof from, followed by the 10 digit number you wish to spoof to.
A simpler alternative is to use the command SetCallerID(2121111111) in the "extensions.conf" file direct however it will have to be manually edited and Asterisk reloaded for every call.
may be outdated