Please someone cane give me a working exploit for this kernel . Have tried allot of exploits but could not get root.. All publix exploits are bad or i am dooing something wrong
@Hardcore-Gabber, I can't speak for the failure of the other exploits, but a permission denied error can be remedied by doing a, "chmod("/somedir/somefile", 777);" from your webshell (assuming you have one up). Also, take note that the chmod I'm talking about is the php chmod function. I've never ran into problems when doing it this way. As for your exploits, make sure they are utilizing resources from the same OS as your target's. A lot of those privilege escalation exploits will have a generic title, and use libraries/calls from a different OS. For example, you use an exploit that has SUSE libraries in it, and then you try and use it on a Debian OS and it doesn't work.