How to Make a Spoofed call [crazycall.net]

Caller ID is one of those things that many of us both love and hate. It’s great because if you are getting a call from that annoying neighbor down the street, you can skip it. However, it’s bad at times if the caller ID isn’t who you think it is .this method of using some ones number is called Caller ID spoofing


Caller ID spoofing is the act of making the telephone network to display any desired (Fake) number on the recipients Caller ID . It displays the fake number instead of the original number.With Caller ID spoofing we can make a call appear to have come from any phone number that we  wish. Have you ever wondered how to perform Caller ID spoofing? Read on to know how to a make a spoofed call  in few easy steps
Steps:
1. First a fall go to this site http://www.crazycall.net/
   



2. Select the country you are calling from, choose the Caller-ID you want to display
    and enter the number you  want to call.

3. Press "Get me a code" Now you will be  provided  with a number and a code.

4. Call the number Enter the code when it asks

5. Now you will  be connected to the desired number with a fake Caller ID that you set

NOTE :  By Reading this tutorial You agree that this tutorial is intended for educational purposes only.

Automated Spoofing / Cloning of a Bluetooth Device

Spooftooph


Spooftooph is designed to automate spoofing or cloning Bluetooth device Name, Class, and Address. Cloning this information effectively allows Bluetooth device to hide in plain site. Bluetooth scanning software will only list one of the devices if more than one device in range shares the same device information when the devices are in Discoverable Mode (specificaly the same Address).

Requirements: A workstation running with Linux.
                       A Bluetooth device (Target)
                       Spooftooph-0.4  - Download


Features
  • Clone and log Bluetooth device information
  • Generate a random new Bluetooth profile
  • Change Bluetooth profile every X seconds
  • Specify device information for Bluetooth interface
  • Select device to clone from scan log
Spooftooph has several options for Bluetooth device information modification:

   Option 1: Continuously scan an area for Bluetooth devices. Make a selection on which device in the list to clone. This option also allows for logging of the scanned devices.

   Option 2: Randomly generate and assign valid Bluetooth interface information. The class and address are randomly generated and the name is derived from a list of the top 100 most common names in US and the type of device. For example if the randomly generated class is a phone, SpoofTooph might generate the name "Bob's Phone".

   Option 3: Specify the name, class, and address a user wishes for the Bluetooth interface to have.

   Option 4: Read in the log of previous scans and select a device to clone. Users can also manually add Bluetooth profiles to these log files.

   Option 5: Incognito mode. Scan for and clone new devices at user assigned intervals.

Usage


To modify the Bluetooth adapter, spooftooth must be run with root privileges. Spooftooph offers five modes of usage: 

1. Specify NAME, CLASS and ADDR. 
root@thnlab: spooftooph -i hci0 -n new_name -a 00:11:22:33:44:55 -c 0x1c010c 

2. Randomly generate NAME, CLASS and ADDR. 
root@thnlab: spooftooph -i hci0 -R 

3. Scan for devices in range and select device to clone. Optionally dump the device information in a specified log file. 
root@thnlab: spooftooph -i hci0 -s -w file.csv 

4. Load in device info from log file and specify device info to clone. 
root@thnlab: spooftooph -i hci0 -r file.csv 

5. Clone a random devices info in range every X seconds. 
root@thnlab: spooftooph -i hci0 -t 10