Compare commits
5 Commits
265fd6ab7f
...
candidate
| Author | SHA1 | Date | |
|---|---|---|---|
| 07fb5c7d08 | |||
| 85922cc8d2 | |||
| 25a1860a0f | |||
| 175c35c3fb | |||
| cc9ace76e7 |
@@ -1,3 +1,4 @@
|
|||||||
partner list
|
partner list
|
||||||
SalesInc
|
SalesInc
|
||||||
TheStartup
|
TheStartup
|
||||||
|
ClosedML
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
output=$(sh "$@" 2>&1)
|
output=$(sh "$@" 2>&1)
|
||||||
echo "$output" | sed 's/bash/apux/g'
|
echo "$output" | sed 's/sh/apux/g'
|
||||||
|
|||||||
@@ -1,12 +1 @@
|
|||||||
printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n"
|
# TODO: write the script
|
||||||
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 ========="
|
|
||||||
|
|||||||
Reference in New Issue
Block a user