D
D
doublench212018-03-20 21:01:14
Facebook
doublench21, 2018-03-20 21:01:14

Probably not surprising of course, but is it generally legal?

Been trying unsuccessfully for a while to get through the SSL Pinning of the Facebook app. I wanted to get access to a private api. After some time, I managed to do it. After playing around, I noticed that every minute Facebook sends itself requests of this kind. I did not attach any importance to this, but after considering all the transmitted data, I was a little shocked. Wifi network name, network quality, internet speed, my SIM card details, operator name, towers, etc. Here and GPS is not needed to understand exactly where I am. What kind of beard is that? Do they have any right to do so?

{
  "0": {
    "app_use_state": "FOREGROUND",
    "device_id": "1944adac-00d6-4a28-a33d-f0c896222eff",
    "location_manager_info": {
      "locations": [
        {
          "latitude": *,**
          "longitude": 69.6008504,
          "accuracy_meters": 56.099998474121094,
          "age_ms": 51
        }
      ]
    },
    "wifi_info": {
      "scan_results": [
        {
          "hardware_address": "30:b5:c2:80:9e:b5",
          "network_name": "TP-LINK_809EB5",
          "rssi_dbm": -70,
          "age_ms": 13118
        }
      ],
      "connected": {
        "hardware_address": "30:b5:c2:80:9e:b5",
        "network_name": "TP-LINK_809EB5",
        "rssi_dbm": -71
      },
      "enabled": true
    },
    "bluetooth_info": {
      "enabled": false
    },
    "cell_info": {
      "phone_type": "GSM",
      "sim_country_iso": "***",
      "sim_operator_mcc_mnc": "***",
      "sim_operator_name": "***",
      "has_icc_card": true,
      "scan_results": [
        {
          "wcdma_info": {
            "cell_id": ***,
            "location_area_code": *,**
            "mobile_country_code": *,**
            "mobile_network_code": *,
            "primary_scrambling_code": ***,
            "rssi_dbm": -99
          },
          "age_ms": 0
        },
        {
          "wcdma_info": {
            "primary_scrambling_code": 25,
            "rssi_dbm": -101
          },
          "age_ms": 0
        },
        {
          "wcdma_info": {
            "primary_scrambling_code": 24,
            "rssi_dbm": -113
          },
          "age_ms": 0
        },
        {
          "wcdma_info": {
            "primary_scrambling_code": 222,
            "rssi_dbm": -113
          },
          "age_ms": 0
        }
      ],
      "connected": [
        {
          "wcdma_info": {
            "cell_id": ***,
            "location_area_code": ***,
            "mobile_country_code": ***,
            "mobile_network_code": ***,
            "primary_scrambling_code": ***,
            "rssi_dbm": -99
          },
          "network_type": "HSDPA",
          "network_operator_mcc_mnc": "***",
          "network_operator_name": "***",
          "network_country_iso": "***",
          "is_network_roaming": false
        }
      ]
    },
    "client_mutation_id": "0323c6ef-c00b-4eb0-8042-55bc8d857660",
    "actor_id": "***"
  }
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2018-03-20
@doublench21

And you read the user agreement - and you will find out whether it is legal or not.

X
xmoonlight, 2018-03-20
@xmoonlight

Don't worry - be happy .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question