Wireshark en la filtración de WikiLeaks (Vault 7: CIA Hacking Tools Revealed)

Configure Wireshark on Ubuntu

By default, wireshark can not be run as a non-root user when attempting to capture traffic on an interface.  The following steps can rectify this issue:

  1. Install Wireshark
    [crayon-6a61ff570ec6b113483516/]
  2. Create a wireshark group
    [crayon-6a61ff570ec72152819187/]
  3. Add your username to the wireshark group
    [crayon-6a61ff570ec74068062322/]
  4. Change the group ownership of the file dumpcap to wireshark
    [crayon-6a61ff570ec76864584464/]
  5. Chage the mode of the file dumpcap to allow execution by the group wireshark
    [crayon-6a61ff570ec77784891005/]
  6. Grant capabilities with setcap
    [crayon-6a61ff570ec78325983737/]
  7. Verify the change
    [crayon-6a61ff570ec7a913638371/]

config_wireshark-ubuntu_user.txt


Attachments:


Previous versions:

| 1 | 2 |