From 5c0ea1aeee5f145ff007f21b80522f1d0aef4132 Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Tue, 6 Jan 2026 11:19:14 +0000 Subject: [PATCH 1/7] B: recovery --- slander.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 slander.md diff --git a/slander.md b/slander.md new file mode 100644 index 000000000..30fbe30f2 --- /dev/null +++ b/slander.md @@ -0,0 +1,4 @@ +# Breaking News + +MegaCorp CEO Lane enjoyed the live-action Last Airbender movie +MegaCorp CTO ThePrimeagen is a fan of The Notebook (and most other Nicholas Sparks content) From 2e4888b3bd039568abb3286eb0e43958317c06aa Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Thu, 8 Jan 2026 14:30:05 +0000 Subject: [PATCH 2/7] C: update customers and partners --- customers/.all.csv.swp | Bin 0 -> 4096 bytes customers/all.csv | 2 ++ orgs/partners.txt | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 customers/.all.csv.swp diff --git a/customers/.all.csv.swp b/customers/.all.csv.swp new file mode 100644 index 0000000000000000000000000000000000000000..18045c0bba4b46e6aaf59396a5b8d4c79aa8b58c GIT binary patch literal 4096 zcmYc?2=nw+u+%eT00IF9hRKg(GOq=Ou!~2>=(@VDAwB09~U{cTd+a zf1Il8zy|6U6y;~7CYKcJr)QRAlqTsV=jZC@rluz*=NA>|CzlqN Date: Thu, 8 Jan 2026 14:30:40 +0000 Subject: [PATCH 3/7] D: add jayson to customers --- customers/all.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..734dbd659 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +jayson,gross,htmz,contributor From 39d188692b097d1e49c2e086dcd636840d6ea5a7 Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Thu, 8 Jan 2026 15:01:08 +0000 Subject: [PATCH 4/7] G: --- customers/all.csv | 2 +- orgs/partners.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..91ac78526 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor +carson,gross,htmx,creator diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev +SalesInc TheStartup From 3036ad6d0bb57af99171d8051274e626e7c2debb Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Thu, 8 Jan 2026 15:08:19 +0000 Subject: [PATCH 5/7] F: --- customers/all.csv | 1 - orgs/partners.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..16dd7b21e 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..69876f5e3 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,2 @@ partner list -Boot.dev TheStartup From 3e3bdc4e5a3e70e31ae93b8c583cdd92dc7d5e33 Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Thu, 8 Jan 2026 15:42:34 +0000 Subject: [PATCH 6/7] J: redacted L: K: --- customers/banned.csv | 3 +++ customers/favs.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 customers/banned.csv create mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..5b13c1afc --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..87764e687 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,2 @@ +# Favorite Customers +* Walter White, Heisenberg, Chemist From baa35211838b91df7118e06a9d987caedd237a7b Mon Sep 17 00:00:00 2001 From: Leo-zang000 Date: Fri, 9 Jan 2026 11:10:18 +0000 Subject: [PATCH 7/7] K: --- scripts/scan.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..be676a78a 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,10 @@ -# TODO: write the script +printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" +grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "========= CREDIT CARD SCAN COMPLETE ==========" +printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "======= SOCIAL SECURITY SCAN COMPLETE ========" +printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number +echo "========= PHONE NUMBER SCAN COMPLETE ========="