diff --git a/contributors/AtomicShadow04.txt b/contributors/AtomicShadow04.txt new file mode 100644 index 000000000..d223a15c8 --- /dev/null +++ b/contributors/AtomicShadow04.txt @@ -0,0 +1 @@ +https://www.github.com/AtomicShadow04.com diff --git a/contributors/slander.md b/contributors/slander.md new file mode 100644 index 000000000..b413f2727 --- /dev/null +++ b/contributors/slander.md @@ -0,0 +1,4 @@ +#Breaking News + +MeagCorp CEO Lane enjoyed the live-action Last Airbender movie +MegaCorp CTO ThePrimeagen is a fan of The Notebook (and most other Nicholas Sparks content) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..cebc042af 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,3 @@ first_name,last_name,company,title + + diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..8ec91a8d3 --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closeedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..5ea1af2b4 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,4 @@ +# Favourite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemsit + diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +SalesInc +TheStartup diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..e83ff899e 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,10 @@ -# TODO: write the script +echo "\n========= SCANNING FOR CREDIT CARD NUMBER ======" +grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "======== CREDIT CARD SCAN COMPLETE =========" +echo "\n========= SCANNING FOR SOCIAL SECURITY NUMBERS =====" +grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "========= SCOIAL SECURITY SCAN COMPLETE =========" +echo "\n============= SCANNING FOR PHONE NUMBERS =======" +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 ======="