Skip to content

Commit

Permalink
Merge pull request #6 from stfbk/grep-issue
Browse files Browse the repository at this point in the history
PR Grep issue
  • Loading branch information
NetBender committed Jul 28, 2021
2 parents ca4b57a + 7f13f61 commit 313098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Evaluator/enumerator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function mallodroid_enumerator {
function testssl_enumerator {

#3SHAKE
if ! grep -q "extended master secret/#23" $toolReports/testssl_report.txt ; then
if ! grep -Pzq "e\s*x\s*t\s*e\s*n\s*d\s*e\s*d\s*m\s*a\s*s\s*t\s*e\s*r\s*s\s*e\s*c\s*r\s*e\s*t\s*/\s*#\s*2\s*3" $toolReports/testssl_report.txt ; then
echo "3SHAKE">> $root_folder/vulnerabilityList.txt
echo "- detected: 3SHAKE"
fi
Expand Down

0 comments on commit 313098b

Please sign in to comment.