diff --git a/contributors/pixeloff.txt b/contributors/pixeloff.txt new file mode 100644 index 000000000..fd9c24c69 --- /dev/null +++ b/contributors/pixeloff.txt @@ -0,0 +1 @@ +htttps://github.com/thepixeloff diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..787fb95d2 --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots,Protagonist +sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..45e9356a7 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,3 @@ +# Favorite Characters +* Jesse Pinkman, Heisenbers's Assistant +* Walter White, Heisenberg, Chemist diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..114a93814 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +SalesInc +The Startup diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..f18204f7f 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,36 @@ -# TODO: write the script +echo -e "\n====== SCANNING FOR CREDIT CARD NUMBERS ======" + +grep -rEn --color=always \ +'(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' \ +. \ +--exclude-dir=.git + +echo "==== CREDIT CARD SCAN COMPLETE ====" + +echo -e "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====" + +grep -rE \ + --color=always \ + --exclude-dir=.git \ + --line-number \ + '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . + +echo "==== SOCIAL SECURITY SCAN COMPLETE ====" + +echo -e "\n==== SCANNING FOR PHONE NUMBERS ====" + +# Matches 123-456-7890 +grep -rE \ + --color=always \ + --line-number \ + --exclude-dir=.git \ + '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . + +# Matches (123) 456-7890 +grep -rE \ + --color=always \ + --line-number \ + --exclude-dir=.git \ + '\([0-9]{3}\) [0-9]{3}-[0-9]{4}\b' . + +echo "==== PHONE NUMBER SCAN COMPLETE ====" diff --git a/slander.md b/slander.md new file mode 100644 index 000000000..ef0ec802f --- /dev/null +++ b/slander.md @@ -0,0 +1 @@ +Sladarious file