From 2c4f3d139c0822d1594fca5ae25a7cf3d9794e76 Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sat, 20 Dec 2025 23:36:17 +0200 Subject: [PATCH 1/9] 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..a091da2ef --- /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) \ No newline at end of file From 3a69ebc569e69b95c16480d1b9c73df14386758e Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sat, 20 Dec 2025 23:57:47 +0200 Subject: [PATCH 2/9] C: update customers and partners --- customers/all.csv | 1 + orgs/partners.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..ef48c262d 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ 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 8e5f2e4bd5c7d04a3c9c73b432f2ad01ec2a9d86 Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sat, 20 Dec 2025 23:58:52 +0200 Subject: [PATCH 3/9] 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 33a1bd44be696ebef37ef949dbe6e884a3267241 Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 00:37:48 +0200 Subject: [PATCH 4/9] F: deleted records --- 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 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..3954648de 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev + TheStartup From 016b2b7eb012770be543f5f913c394235b140ba1 Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 00:39:37 +0200 Subject: [PATCH 5/9] G: update records --- 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 84733a002055109e98c7877b8009f123e532cf7a Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 13:04:11 +0200 Subject: [PATCH 6/9] J: redacted --- customers/banned.csv | 3 +++ customers/favs.md | 4 ++++ 2 files changed, 7 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..b01b34169 --- /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 \ No newline at end of file diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..4dd94b602 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,4 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemist + From c53c76988823adff737c93a64417ea019a8c66ab Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 13:41:11 +0200 Subject: [PATCH 7/9] K: add scan script --- scripts/scan.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..0fb03d396 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 =========" \ No newline at end of file From 383e0e25adf31750217af9cf74ca1377fe453e90 Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 13:48:37 +0200 Subject: [PATCH 8/9] Revert "K: add scan script" --- scripts/scan.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index 0fb03d396..f4d9eb226 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1,10 +1 @@ -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 =========" \ No newline at end of file +# TODO: write the script From dacf2568e22a72a01b81b473e6491acdabceccee Mon Sep 17 00:00:00 2001 From: Eleftherios Chaniotakis Date: Sun, 21 Dec 2025 13:52:56 +0200 Subject: [PATCH 9/9] new scanner script --- scripts/scan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index 0fb03d396..a35a4d52c 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -7,4 +7,5 @@ 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 =========" \ No newline at end of file +echo "========= PHONE NUMBER SCAN COMPLETE =========" +