Compare commits
10 Commits
0d16f954df
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
265fd6ab7f | ||
| c9c1914420 | |||
| 2ff5ed671a | |||
| 83e627b95c | |||
| cf30392ee8 | |||
| 9ee82d892d | |||
| 6ff62c0b83 | |||
| 20c4d70519 | |||
| fca09c6eb5 | |||
| 72b597847f |
3
customers/banned.csv
Normal file
3
customers/banned.csv
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
first_name,last_name,company,title
|
||||||
|
Ballan,Agrandian,Boots.lore,Protagonist
|
||||||
|
sam,ctrlman,closedai,ceo
|
||||||
|
3
customers/favs.md
Normal file
3
customers/favs.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Favorite Customers
|
||||||
|
* Jesse Pinkman, Heisenberg's Assistant
|
||||||
|
* Walter White, Heisenberg, Chemist
|
||||||
@@ -1 +1,3 @@
|
|||||||
partner list
|
partner list
|
||||||
|
SalesInc
|
||||||
|
TheStartup
|
||||||
|
|||||||
@@ -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
4
slander.md
Normal 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)
|
||||||
Reference in New Issue
Block a user