From 497568d10e245cbb5f67e990b83064333c98df89 Mon Sep 17 00:00:00 2001 From: teo Date: Wed, 3 Jun 2026 09:20:17 +0200 Subject: [PATCH 1/7] B: slander --- 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 9c65b5337f9e9c3a2994bc63f9858dc848f5381f Mon Sep 17 00:00:00 2001 From: teo Date: Wed, 3 Jun 2026 12:26:23 +0200 Subject: [PATCH 2/7] C: update customers and partners --- customers/all.csv | 2 +- orgs/partners.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..0c2f1e6f7 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1 @@ -first_name,last_name,company,title +first_name,last_name,company,title,karson,yummy,intercooler,ceo diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..f72fee8b1 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +Boot.dev +TheStartup From e0fde7767b1ae24bd56b98c15f83e76900162a1f Mon Sep 17 00:00:00 2001 From: teo Date: Wed, 3 Jun 2026 12:27:29 +0200 Subject: [PATCH 3/7] D: add jayson to customers --- customers/all.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..fcc4419fb 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1 @@ -first_name,last_name,company,title +first_name,last_name,company,title,jayson,gross,htmz,contributor From eab692a208bc299c38cd28a8dafd24c727e0d0cf Mon Sep 17 00:00:00 2001 From: teo Date: Wed, 3 Jun 2026 14:26:13 +0200 Subject: [PATCH 4/7] F: deleted some shiyyy --- customers/all.csv | 1 - orgs/partners.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index cb95d1cfd..fd22f91b3 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..3954648de 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev + TheStartup From 0128ad5519f4947399ce07864331ac9183b757a2 Mon Sep 17 00:00:00 2001 From: teo Date: Wed, 3 Jun 2026 14:30:57 +0200 Subject: [PATCH 5/7] G: omgggg --- customers/all.csv | 4 ++-- orgs/partners.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index cb95d1cfd..7fd01fabe 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ -first_name,last_name,company,title, -jayson,gross,htmz,contributor +first_name,last_name,company,title0 +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 299199a9f15849d025f76368cb2400901933acf8 Mon Sep 17 00:00:00 2001 From: teo Date: Thu, 4 Jun 2026 11:25:57 +0200 Subject: [PATCH 6/7] J: stupid greg banned L: Pinky K: walter --- customers/banned.csv | 3 +++ customers/favs | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 customers/banned.csv create mode 100644 customers/favs diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..1d8e0738e --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,compny,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closedai,ceoa diff --git a/customers/favs b/customers/favs new file mode 100644 index 000000000..bfe19c681 --- /dev/null +++ b/customers/favs @@ -0,0 +1,3 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemist From 85a905392de41f2bd4f4a0a6eaa600c8feae5c5e Mon Sep 17 00:00:00 2001 From: teo Date: Thu, 4 Jun 2026 14:53:45 +0200 Subject: [PATCH 7/7] K: add_scan L: social sec M: ph num --- scripts/scan.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..c79500260 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,11 @@ # 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 ========="