2.33k likes | 2.43k Vues
CID.PPE is a utility designed to verify the security level of users and track Caller ID information for phone numbers. Developed by Gary Meeker and initiated in June 1993, this tool analyzes incoming calls based on configurable parameters. It allows users to specify a configuration file for settings, checks the Caller ID data against defined criteria, and logs any matches to a specified output file. This ensures that only users within a safe security range can access sensitive information, enhancing privacy and security.
E N D
; *****************************************************************
; * *
; * *
; * *
; * *
; * *
; *****************************************************************
; This .PPE checks the secrity level of a user and if within the specified
; range, checks the Caller ID info for the phone number. If a number is
; IF the configuration file is not specified, the CID.CFG in the same directory
STRING ConfigFile, CID, Private, Outside, Search, NameSearch, Temp
STRING CIDFile, PrivateFile, OutsideFile, NoMatchFile, LockOutFile
BYTE SecLow, SecHigh, Pos, Offset, NamePos, NameOffset, X, Length
BOOLEAN LogName, LogNoMatch, LogLockout, LogPCPursuit, HexFormat, CIDTest, Done
IF (ConfigFile = "") LET ConfigFile = PPEPATH() + PPENAME() + ".CFG"
IF (Private="") LET Private = "P" 'usually indicates a PRIVATE number
IF (Outside="") LET Outside = "O" 'usually indicates a OUTSIDE AREA number