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-6a9dad34d6bfc558367947/]
  2. Create a wireshark group
    [crayon-6a9dad34d6c02365547567/]
  3. Add your username to the wireshark group
    [crayon-6a9dad34d6c04260807035/]
  4. Change the group ownership of the file dumpcap to wireshark
    [crayon-6a9dad34d6c05681952614/]
  5. Chage the mode of the file dumpcap to allow execution by the group wireshark
    [crayon-6a9dad34d6c07094309129/]
  6. Grant capabilities with setcap
    [crayon-6a9dad34d6c08930298542/]
  7. Verify the change
    [crayon-6a9dad34d6c0a762540163/]

config_wireshark-ubuntu_user.txt


Attachments:


Previous versions:

| 1 | 2 |