Guest User

Untitled

a guest
Jul 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. groupadd wireshark &> /dev/null
  4. chgrp wireshark /usr/bin/dumpcap
  5. chmod 754 /usr/bin/dumpcap
  6. setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
Add Comment
Please, Sign In to add comment