Diagnostic

class Diagnostic(rasp: RASP)

Class used for the system and the network diagnostic, and to check for attacks. You can for instance check if the NFC is enabled, if geolocation tracking is enabled, if the device is connected to an open WiFi network or an VPN connection, etc. And you can check if certain attacks occur like a Man-In-The-Middle or a Rogue Cell Tower.

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Types

Link copied to clipboard
data class Network(val rasp: RASP)
Link copied to clipboard
data class System(val rasp: RASP)

Properties

Link copied to clipboard
Link copied to clipboard