Ravenrx7 Posted July 23, 2015 Share Posted July 23, 2015 Hi Guys, I figured I'd give this site try, you guys seem very knowledgeable. I'm on two straights weeks of researching exploits for my Red hat 2.4.20-8 version and hoping the end result being escalated local privileges from a standard user. Everything keeps pointing back to the following code for that older OS. https://www.exploit-db.com/exploits/22362/ And the Mremap.c code, Ive seen remap.c and also mremap .c Unfortunately im not a programmer, yet I've learned about the gcc compiler , versions of gcc and so on in the recent weeks through my trials. My studies end here, it boils down to running this exploit without errors and gaining root access. Here's my question, where should I look to resolve this errors? Any direction is helpful. Ive attached a sample of the output Im receiving when running the remap code. I'm lost... appreciate it in advance. Quote Link to comment Share on other sites More sharing options...
Ravenrx7 Posted July 23, 2015 Author Share Posted July 23, 2015 Great, I just saw it looks like this post needs to be under mods or exploits. Admins can this be moved, or I need to recreate? Quote Link to comment Share on other sites More sharing options...
cooper Posted July 23, 2015 Share Posted July 23, 2015 (edited) You're showing the bottom end of the compiler error. Scroll up to the very first error. It's very common in C that a misinterpretation of a line gets flagged, the line gets ignored as a result but then the compiler continues, now missing a potentially vital piece of information causing a HUGE set of errors completely unrelated to the actual problem. And the best forum for this issue I'd say would be "Applications & Coding". Edited July 23, 2015 by Cooper Quote Link to comment Share on other sites More sharing options...
fugu Posted July 25, 2015 Share Posted July 25, 2015 (edited) edit: bad example Edited July 25, 2015 by fugu Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.