Merge pull request #833 from aperum/master

NETW-3014: Report correct promisc interface
This commit is contained in:
Michael Boelen 2020-01-29 16:12:18 +01:00 committed by GitHub
commit b5f8c06653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -489,10 +489,10 @@
# Check if this interface was whitelisted
if [ ${WHITELISTED} -eq 0 ]; then
FOUNDPROMISC=1
ReportWarning "${TEST_NO}" "Found promiscuous interface (${I})"
ReportWarning "${TEST_NO}" "Found promiscuous interface (${ITEM})"
LogText "Note: some tools put an interface into promiscuous mode, to capture/log network traffic"
else
LogText "Result: Found promiscuous interface ${I} (*whitelisted via profile*)"
LogText "Result: Found promiscuous interface ${ITEM} (*whitelisted via profile*)"
fi
done
fi