It looks like you're new here. If you want to get involved, click one of these buttons!
known unfortunately , i was just practicing some exploitation rather than finding some.
Ahh I see. Mind sharing the vuln I wanna try ;)
Btw.... Not pointing fingers but this looks awfully similar to
http://www.corelan.be:8800/index.php/20 ... overflows/
known unfortunately , i was just practicing some exploitation rather than finding some.
Ahh I see. Mind sharing the vuln I wanna try ;)
Btw.... Not pointing fingers but this looks awfully similar to
http://www.corelan.be:8800/index.php/20 ... overflows/
known unfortunately , i was just practicing some exploitation rather than finding some.
Ahh I see. Mind sharing the vuln I wanna try ;)
Btw.... Not pointing fingers but this looks awfully similar to
http://www.corelan.be:8800/index.php/20 ... overflows/
Every Stack based simple buffer overflow will look awfully similar :) .
Also few key differences
--->Different Scripting language used
--->Different Debugger used
and as far as concept is concerned it will always be the same in this kind of exploit :)
Ahh I see. Mind sharing the vuln I wanna try ;)
Btw.... Not pointing fingers but this looks awfully similar to
http://www.corelan.be:8800/index.php/20 ... overflows/
Every Stack based simple buffer overflow will look awfully similar :) .
Also few key differences
--->Different Scripting language used
--->Different Debugger used
and as far as concept is concerned it will always be the same in this kind of exploit :)
True. Although it's not that hard to change perl to python. And just to add, the guide wasn't explained as well as the guide on the site. I'd add more of an explanation to this.
Well I got round to looking deeper into shellcoding tonight. I read through this tutorial and the one on the site (went through the entire tut) and I've gotta say I'm definitely going to buy a book on shellcoding. I still see no need to change from perl to python :P however that's probably due to the amount of coding in perl i've done recently which I love.
You did the tutorial well as learning this kinda thing without pictures would be a challenge to say the least (in my opinion). I can actually say I've learned a lot tonight so thanks
Well I got round to looking deeper into shellcoding tonight. I read through this tutorial and the one on the site (went through the entire tut) and I've gotta say I'm definitely going to buy a book on shellcoding. I still see no need to change from perl to python :P however that's probably due to the amount of coding in perl i've done recently which I love.
You did the tutorial well as learning this kinda thing without pictures would be a challenge to say the least (in my opinion). I can actually say I've learned a lot tonight so thanks
i think buffer overflow tuts have now been done to death. i'd like to see more talk about heap overflows (something which doesn't get mentioned enough)