Compare commits

..

10 Commits

Author SHA1 Message Date
RDarius
265fd6ab7f Merge pull request #1 from rdarius/add_scanner
K: Scanner things
2025-03-16 18:12:13 +02:00
c9c1914420 K: Scanner things 2025-03-16 18:10:14 +02:00
2ff5ed671a J: redacted 2025-03-16 18:01:02 +02:00
83e627b95c H: Joining thing 2025-03-16 17:21:34 +02:00
cf30392ee8 G: Updates! 2025-03-16 17:20:00 +02:00
9ee82d892d F: cleanup 2025-03-16 17:18:59 +02:00
6ff62c0b83 E: fine, Greg can have this one 2025-03-16 17:16:10 +02:00
20c4d70519 D: add jayson to customers 2025-03-16 16:56:45 +02:00
fca09c6eb5 C: update customers and partners 2025-03-16 16:56:08 +02:00
72b597847f B: recovery 2025-03-16 16:29:48 +02:00
5 changed files with 24 additions and 1 deletions

3
customers/banned.csv Normal file
View File

@@ -0,0 +1,3 @@
first_name,last_name,company,title
Ballan,Agrandian,Boots.lore,Protagonist
sam,ctrlman,closedai,ceo
1 first_name last_name company title
2 Ballan Agrandian Boots.lore Protagonist
3 sam ctrlman closedai ceo

3
customers/favs.md Normal file
View File

@@ -0,0 +1,3 @@
# Favorite Customers
* Jesse Pinkman, Heisenberg's Assistant
* Walter White, Heisenberg, Chemist

View File

@@ -1 +1,3 @@
partner list partner list
SalesInc
TheStartup

View File

@@ -1 +1,12 @@
# 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 ========="

4
slander.md Normal file
View File

@@ -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)