How To Install preeny on Fedora 34

preeny is Some helpful preload libraries for pwning stuff

Introduction

In this tutorial we learn how to install preeny on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install preeny.

Install preeny on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install preeny using dnf by running the following command:

sudo dnf -y install preeny

Install preeny on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the preeny package we can use the following command:

sudo dnf remove preeny

preeny Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/a98aabf2a9fa9c870af05282f1480e65873b84
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/9dc8396ccecc90e270fed5d58b310634f89a7d
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/cb6358d89c4d32bea28f1861e5e6f7b7587c95
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/7ee5c907b7a4e98cf8a1190b31560b49f9a0fb
/usr/lib/.build-id/62
/usr/lib/.build-id/62/e241649e76348b5c0de618364c5f47d5980a8c
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/622b6f24d929e3d4df17a725585459c45cb40e
/usr/lib/.build-id/73
/usr/lib/.build-id/73/1dfad4b83d462888439a18f2bc050bf0085448
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/eb20d4254a4658bb4c6d3d10ba843b4bfac1f7
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/31526556ba2427ea72ebe819927bd41e956673
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/a7f0bca6434175e92e334eb93f55234d1ab81e
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/27fed5ddf551fa279381384c6b53deadf0538b
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/d16d2f700d71af358b1664b52402fc384d8c9c
/usr/lib/.build-id/de
/usr/lib/.build-id/de/3692b4c999cf259bf7a8b60f574edc4f152968
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/18888274bdbdf8f62e050bbfd9a9179c625143
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/fba4608be6dc6daa6ec146c314ac871a00fb07
/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 34 using yum and dnf.