Sunday, March 25, 2018

eve-ng how to open telnet:// capture:// docker:// rdp://

There is an article on how to setup your operating system to open telnet:// capture:// docker:// rdp:// from eve-ng.

ttps://github.com/SmartFinn/eve-ng-integration/blob/master/README.md

You are asked to enter eve-ng root password and then it gives below error
"couldn't run /usr/bin/dumpcap in child process: Permission Denied"

For me, it is fixed by below lines.

sudo apt-get install libcap2-bin wireshark
sudo chgrp <myusername> /usr/bin/dumpcap
sudo chmod 750 /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin+eip /usr/bin/dumpcap

No comments:

Post a Comment