Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Basic Scanner for Vulnerabilities Related to HiddenWasp Malware on GNU/Linux

License

NotificationsYou must be signed in to change notification settings

bongochong/waspscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic Scanner for Vulnerabilities Related to HiddenWasp Malware on GNU/Linux. DownloadWaspScannerUtil.sh and run from anywhere.

Dependencies:perl

Usage:./WaspScannerUtil.sh

That's it. It will output the results, and you will see them. This script simply creates a list of the files on your system that could be affected by HiddenWasp, then generates another script around that list which scans said files using thereadelf tool to detect missing strings that would indicatepotential vulnerability to, or manipulation by, HiddenWasp.

Image

Notes: Thestandard tool now utilizes thelocate command to gather files. This is very fast, and not subject to the limitations offind. I have retained the old version which uses thefind command instead (located here), for those who prefer it or do not utilizelocate. If using said version, due to the nature of thefind command, it may take a while to gather results the first time, and quite long if you have huge external drives connected before running. Subsequent runs will only take one or two seconds, but to speed up scan time on a first run, one can temporarily unmount or disconnect external drives. Enjoy.

On some systems there is a caveat when usingfind instead oflocate as well: If a.so file turns out to be a symbolic link, then thereadelf command will not be able to scan it, saying that there isno such file instead. This is nothing to worry about, and the.so file any symbolic link points to will still be scanned by this script. Most users will not encounter this issue, and you should be using the main / standard version of my tool anyway, which useslocate.

Inspired by the intelligence gathered about it so far:

This bash script-based scanner is dedicated to my dear and dead friendJaime Cochran, who motivated me to get back into GNU/Linux many years ago while talking after a Phish show. I don't think I'll ever have the chops she had, but I do enjoy writing useful scripts, so there.

About

A Basic Scanner for Vulnerabilities Related to HiddenWasp Malware on GNU/Linux

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp