Skip to content

Commit 3980b29

Browse files
M: phone numbers too
1 parent 3ded938 commit 3980b29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/scan.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ echo "========= CREDIT CARD SCAN COMPLETE =========="
44
printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n"
55
grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number
66
echo "======= SOCIAL SECURITY SCAN COMPLETE ========"
7+
printf "\n========= SCANNING FOR PHONE NUMBERS =========\n"
8+
grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number
9+
grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number
10+
echo "========= PHONE NUMBER SCAN COMPLETE ========="

0 commit comments

Comments
 (0)