Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Fix for Windigo on Ubuntu/Debian variants that use new SSH version #2

Merged
merged 1 commit into from
Aug 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chkrootkit
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,8 @@ ${find} ${ROOTDIR}usr/sbin -name in.slogind`
printn "Searching for Linux/Ebury - Operation Windigo ssh... "; fi
if $ssh -G 2>&1 | grep -e illegal -e unknow > /dev/null; then
if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
elif $ssh -G 2>&1 | grep usage > /dev/null; then
if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
else
echo "Possible Linux/Ebury - Operation Windigo installetd"
fi
Expand Down