How To Install preeny on Fedora 36
Introduction
In this tutorial we learn how to install preeny
on Fedora 36.
What is preeny
Preeny helps you pwn noobs by making it easier to interact with services locally. It disables fork(), rand(), and alarm() and, if you want, can convert a server application to a console one using clever/hackish tricks, and can even patch binaries.
We can use yum
or dnf
to install preeny
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install preeny.
Install preeny on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install preeny
using dnf
by running the following command:
sudo dnf -y install preeny
Install preeny on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install preeny
using yum
by running the following command:
sudo yum -y install preeny
How To Uninstall preeny on Fedora 36
To uninstall only the preeny
package we can use the following command:
sudo dnf remove preeny
preeny Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/93b8e66ece1b82bd3ef0f67965a5c3de1b9aae
/usr/lib/.build-id/27
/usr/lib/.build-id/27/460874092d52fbf3ce5840631e6e0fcb60256a
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/ecb9f806c27a14073d32e4810b853e95b4eb2e
/usr/lib/.build-id/32
/usr/lib/.build-id/32/0f9feaa573d63ec1aaf90d9ef3cb18c0802bdf
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/ca9c3f6ad10b51123b4e7d07bf88c50f71cc70
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/b69cf6fd0edc2d51cbdf1521e12315f7ff07cc
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/1e577afc122ff1554ba8dc14ce13ad1b47bd5c
/usr/lib/.build-id/53
/usr/lib/.build-id/53/6e29148fa9ab2f0849f4a3194c12e055f6e1d8
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/7849299fc47520bb066d839f51f838460c0861
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/07c7c628db5dd2021856837c9f2655ebcaeaf9
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/299fa6f2347a2a38132e68763defe4bef575c3
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/aeeaaaf6d7dd4bd315f52d3c8f0d17b16e4b58
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/7f41b15ec3e67f990b7d5e8fdc9f44da667adf
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/b339c158088696e69cd04bf69617ea81b1efb6
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/a3e0af68f7f2f4e749b4853332b6ec61d2f7a2
/usr/lib64/preeny
/usr/lib64/preeny/dealarm.so
/usr/lib64/preeny/defork.so
/usr/lib64/preeny/deptrace.so
/usr/lib64/preeny/derand.so
/usr/lib64/preeny/desigact.so
/usr/lib64/preeny/desleep.so
/usr/lib64/preeny/desock.so
/usr/lib64/preeny/desock_dup.so
/usr/lib64/preeny/desrand.so
/usr/lib64/preeny/ensock.so
/usr/lib64/preeny/logging.so
/usr/lib64/preeny/mallocwatch.so
/usr/lib64/preeny/patch.so
/usr/lib64/preeny/startstop.so
/usr/lib64/preeny/writeout.so
/usr/share/doc/preeny
/usr/share/doc/preeny/README.md
/usr/share/licenses/preeny
/usr/share/licenses/preeny/LICENSE
References
Summary
In this tutorial we learn how to install preeny
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).