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-6a61ff570ec6b113483516/] - Create a wireshark group
[crayon-6a61ff570ec72152819187/] - Add your username to the wireshark group
[crayon-6a61ff570ec74068062322/] - Change the group ownership of the file dumpcap to wireshark
[crayon-6a61ff570ec76864584464/] - Chage the mode of the file dumpcap to allow execution by the group wireshark
[crayon-6a61ff570ec77784891005/] - Grant capabilities with setcap
[crayon-6a61ff570ec78325983737/] - Verify the change
[crayon-6a61ff570ec7a913638371/]
config_wireshark-ubuntu_user.txt