How to Install and Uninstall netsed Package on Kali Linux

Last updated: May 19,2024

1. Install "netsed" package

Please follow the instructions below to install netsed on Kali Linux

$ sudo apt update $ sudo apt install netsed

2. Uninstall "netsed" package

Here is a brief guide to show you how to uninstall netsed on Kali Linux:

$ sudo apt remove netsed $ sudo apt autoclean && sudo apt autoremove

3. Information about the netsed package on Kali Linux

Package: netsed
Source: netsed (1.2-3)
Version: 1.2-3+b1
Installed-Size: 55
Maintainer: Mats Erik Andersson
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 20944
SHA256: c3f812d870ef2648984705bd4089384b8356b65222333f19f33a0dba5c11bbda
SHA1: 809b281e16f3bad47424d93eacf140b414d72410
MD5sum: 276b01e67880f43ac40677d7fac49b31
Description: network packet-altering stream editor
NetSED is a small and handy utility designed to alter, in real time,
the contents of packets forwarded through your network. It is really
useful for network packet alteration, forging, or manipulation.
NetSED supports:
.
* black-box protocol auditing - whenever there are two or more
proprietary boxes communicating using some undocumented protocol.
By enforcing changes in ongoing transmissions, you will be able
to test if the examined application can be claimed secure;
* fuzz generating experiments, integrity tests - whenever you do
stability tests of an application to see how it cares for data
integrity;
* other common use-cases: deceptive transfers, content filtering,
protocol conversion - whatever best fits your task at hand.
.
It ideally complements a tool suite based on ngrep, netcat, and tcpdump.
Description-md5:
Homepage: http://silicone.homelinux.org/projects/netsed/
Tag: interface::commandline, role::program, scope::utility, use::editing
Section: net
Priority: optional
Filename: pool/main/n/netsed/netsed_1.2-3+b1_amd64.deb