wireshark
File write
This executable can write data to local files.
- This function can be performed by any unprivileged user.
wireshark -c 1 -i lo -k -f 'udp port 12345' & echo DATA | nc -u 127.127.127.127 12345This function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.wireshark -c 1 -i lo -k -f 'udp port 12345' & echo DATA | nc -u 127.127.127.127 12345
Inherit
This executable can inherit functions from another.
- This function can be performed by any unprivileged user.
wiresharkThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.wireshark