Created
October 8, 2014 06:01
-
-
Save shahifaqeer/6c2a76aff9d4f3a00811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
groupadd pcap | |
usermod -a -G pcap gtnoise | |
chgrp pcap /usr/sbin/tcpdump | |
chmod 750 /usr/sbin/tcpdump | |
setcap cap_net_raw,cap_net_admin=eip /usr/sbin/tcpdump | |
ln -s /usr/sbin/tcpdump /usr/local/bin/tcpdump | |
echo "file_caps=1" >> /boot/grub/menu.lst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment