Author Topic: Win7 to write exploits  (Read 1366 times)

0 Members and 1 Guest are viewing this topic.

Offline fr0wnR

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 0
    • View Profile
Win7 to write exploits
« on: November 18, 2012, 01:28:42 pm »
On which OS do you write your exploits (e.g. for a Filezilla Server or in general windows applications)?
I started to try out some tutorials about writing exploits, but on Windows 7, and i cant figure it out to exploit a Buffer Overflow Vuln. Is this because of the ASLR thingy on win7 or am i just too stupid?
This is the tutorial: https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/
« Last Edit: November 18, 2012, 01:49:27 pm by fr0wnR »

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: Win7 to write exploits
« Reply #1 on: November 18, 2012, 01:36:52 pm »
Take a look here for some info.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Win7 to write exploits
« Reply #2 on: November 18, 2012, 03:14:04 pm »
Buffer overflows are also caught by DEP if im not mistaking.
https://en.wikipedia.org/wiki/DEP
« Last Edit: November 18, 2012, 03:14:34 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Win7 to write exploits
« Reply #3 on: November 19, 2012, 10:12:22 am »
I guess the question is not on what OS you are writing your exploit, as it makes no difference. The question is what OS you are targeting, with DEP and ASLR and all that. So either you write your exploit on the target platform or on something else, does it matter? You still have to deal with DEP, ASLR and whatnot if you want to make a usable exploit anyway.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true