How to Install and Uninstall etherpuppet Package on Kali Linux

Last updated: May 16,2024

1. Install "etherpuppet" package

This tutorial shows how to install etherpuppet on Kali Linux

$ sudo apt update $ sudo apt install etherpuppet

2. Uninstall "etherpuppet" package

Please follow the guidelines below to uninstall etherpuppet on Kali Linux:

$ sudo apt remove etherpuppet $ sudo apt autoclean && sudo apt autoremove

3. Information about the etherpuppet package on Kali Linux

Package: etherpuppet
Version: 0.3-5
Installed-Size: 32
Maintainer: Vincent Bernat
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 10948
SHA256: f01c9ad83ea72becec5ee034818ff30570597b736c2193a49afc8b04b102d3a3
SHA1: fdea531da83e8f48a51c6126ed85e1f2537dad35
MD5sum: eac786d9e50549057a0f743d4e5d9213
Description: create a virtual interface from a remote Ethernet interface
Etherpuppet is a small program that will create a virtual interface
(TUN/TAP) on one machine from the ethernet interface of another
machine through a TCP connection. Everything seen by the real
interface will be seen by the virtual one. Everything sent to the
virtual interface will be emitted by the real one.
.
It has been designed because one often has a small machine as their
Internet gateway, and sometimes want to run some big applications
that need raw access to this interface, for sniffing (Wireshark,
etc.) or for crafting packets that do not survive being reassembled,
translated, routed, etc.
Description-md5:
Homepage: http://www.secdev.org/projects/etherpuppet/
Section: net
Priority: optional
Filename: pool/main/e/etherpuppet/etherpuppet_0.3-5_amd64.deb