mirror of
https://github.com/frankwxu/mobile-pii-discovery-agent.git
synced 2026-02-20 13:40:41 +00:00
add postal address to config
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
db_files = [
|
||||
# "test2.db",
|
||||
# "users.db",
|
||||
"A1_commerce.db",
|
||||
# "A1_commerce.db",
|
||||
"A1_msgstore.db",
|
||||
"A1_wa.db",
|
||||
"A2_core.db",
|
||||
"A2_journal.db",
|
||||
"A2_main.db",
|
||||
"A3_account1cache4.db",
|
||||
"A3_account2cache4.db",
|
||||
"A3_account3cache4.db",
|
||||
"A4_gmm_myplaces.db",
|
||||
"A4_gmm_storage.db",
|
||||
"A4_peopleCache_sharononeil368@gmail.com_com.google_14.db",
|
||||
"A5_SBrowser.db",
|
||||
"A5_SBrowser2.db",
|
||||
"A5_searchengine.db",
|
||||
"I1_CallHistory.sqlite",
|
||||
"I1_ChatStorage.sqlite",
|
||||
"I1_ContactsV2.sqlite",
|
||||
"I2_AddressBook.sqlitedb",
|
||||
"I2_AddressBookImages.sqlitedb",
|
||||
"I3_sms.db",
|
||||
"I4_CloudTabs.db",
|
||||
"I4_History.db",
|
||||
"I5_Calendar.sqlitedb",
|
||||
"I5_Extras.db",
|
||||
# "A1_wa.db",
|
||||
# "A2_core.db",
|
||||
# "A2_journal.db",
|
||||
# "A2_main.db",
|
||||
# "A3_account1cache4.db",
|
||||
# "A3_account2cache4.db",
|
||||
# "A3_account3cache4.db",
|
||||
# "A4_gmm_myplaces.db",
|
||||
# "A4_gmm_storage.db",
|
||||
# "A4_peopleCache_sharononeil368@gmail.com_com.google_14.db",
|
||||
# "A5_SBrowser.db",
|
||||
# "A5_SBrowser2.db",
|
||||
# "A5_searchengine.db",
|
||||
# "I1_CallHistory.sqlite",
|
||||
# "I1_ChatStorage.sqlite",
|
||||
# "I1_ContactsV2.sqlite",
|
||||
# "I2_AddressBook.sqlitedb",
|
||||
# "I2_AddressBookImages.sqlitedb",
|
||||
# "I3_sms.db",
|
||||
# "I4_CloudTabs.db",
|
||||
# "I4_History.db",
|
||||
# "I5_Calendar.sqlitedb",
|
||||
# "I5_Extras.db",
|
||||
]
|
||||
|
||||
PII_CONFIG = {
|
||||
@@ -42,7 +42,7 @@ PII_CONFIG = {
|
||||
"USERNAME": {
|
||||
"type":"username",
|
||||
"regex": r"\b[a-zA-Z][a-zA-Z0-9._-]{2,51}\b",
|
||||
"desc": "a username (also called a login name, user ID, or account name) is a unique string of characters that identifies a user on a computer system, website, application, or online platform. It is often created by the user during the registration process and is used in combination with a password to authenticate the user's identity"
|
||||
"desc": "a username is a unique string of characters without any space —often a combination of letters, numbers, and symbols—used by a system to identify a user during the Authentication, Authorization, and Accounting (AAA) process"
|
||||
},
|
||||
"PERSON_NAME": {
|
||||
"type":"person name",
|
||||
|
||||
Reference in New Issue
Block a user