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