How to Install and Uninstall trinity Package on Kali Linux

Last updated: May 14,2024

1. Install "trinity" package

Please follow the instructions below to install trinity on Kali Linux

$ sudo apt update $ sudo apt install trinity

2. Uninstall "trinity" package

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

$ sudo apt remove trinity $ sudo apt autoclean && sudo apt autoremove

3. Information about the trinity package on Kali Linux

Package: trinity
Version: 1.9+git20230728.e71872454d26-1
Installed-Size: 10665
Maintainer: gustavo panizzo
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 143036
SHA256: a589559824f6847e3d85f2f6d099151955c62d72b682587e6c98189814d1a300
SHA1: 06dcca6a4b9a5975ffb202af0c4a88f95dbc3f46
MD5sum: 8614fd28a83c82653c4fe99e6da58067
Description: system call fuzz tester
As 'fuzz testing' suggests, trinity calls syscalls at random, with random
arguments. Where Trinity differs is that the arguments it passes are not
purely random.
.
If a syscall took, for example, a file descriptor as an argument,
one of the first things kernels does is validate that fd, if is not valid the
kernel would just reject it as -EINVAL.
.
So on startup, Trinity creates a list of file descriptors, by opening pipes,
scanning sysfs, procfs, /dev, and creates a bunch of sockets using random
network protocols. Then when a syscall needs an fd, it gets passed one of
these at random.
.
Trinity also shares those file descriptors between multiple threads, which
causes havoc sometimes.
.
Warning: This program may seriously corrupt your files, including any of those
that may be writable on mounted network file shares. It may create network
packets that may cause disruption on your local network.
Run at your own risk.
Description-md5:
Homepage: https://github.com/kernelslacker/trinity
Section: utils
Priority: optional
Filename: pool/main/t/trinity/trinity_1.9+git20230728.e71872454d26-1_amd64.deb