Does anybody have a way to look for Rapid 7 and it's version? it doesn't seem to put anything in the /Applications folder.
Solved
EA for Rapid 7?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Does anybody have a way to look for Rapid 7 and it's version? it doesn't seem to put anything in the /Applications folder.
Best answer by mm2270
I would probably do this
grep "Agent Info" /opt/rapid7/ir_agent/components/insight_agent/common/agent.log | tail -n1 | tr ' ' '
' | awk '/Version:/{getline; print}'
That should print out just 1.4.84 based on your example above. But you'll need to test it to see of course.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.