Announcement
Collapse
No announcement yet.
How do I check if my Linux server or desktop machine is vulnerable?
Collapse
X
-
Thanks for the share. Even I wanted to know the same. Is the above mentioned solution the only way to check vulnerability? Are there any other ways as well?
-
The following command may help you to analyse the vulnerability of your Linux server
Code:env VAR='() { :;}; echo Bash is vulnerable!’ bash -c “echo Bash Test”
Bash is vulnerable!
You should then take the essential steps to shield your server by applying the newest Bash patch.
Leave a comment:
-
How do I check if my Linux server or desktop machine is vulnerable?
Hello,
It would be great if someone tells me, how do I check my Linux server or desktop machine is vulnerable?
Thank you
Leave a comment: