Jump to content

cppisfun

Active Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cppisfun's Achievements

Newbie

Newbie (1/14)

  1. you're correct, but I guess theres my problem. I'm not sure how to inject the address of the start of the uncalled function. It seems that every site I've visited shows you how to get shell code, which can also be googled I guess. There hasn't been an example on how to get to the address of the uncalled function. I know you have to put the assembly into the so called "exploit buffer", but that's where I'm not too sure on how to handle. So I was hoping someone had a concrete example I could follow from and then produce something similiar on my own.
  2. Thanks for the suggestion reading, I've actually found quite a bit of tutorials online, but again the exploit is spawning a shell. My intent to learn about the BOF's is to just try to call an uncalled function in the vuln.c program, it's a little different than injecting the shell code to give back a shell once the exploit has been reached.
  3. Yea I've read the example at smash the stack and other examples online, but they only show you how to spawn a shell. I wanted to do a simple buffer overflow like the example you have posted, with just a small spin. Instead of spawning a shell, in the vuln.c would hold an uncalled function and exploit.c would exploit the vuln.c and jump to the uncalled function. I know have to find out where the SP starts at and look at the assembly, but I haven't found any examples how to make it jump to a certain part of code. I wanted to see if anyone had a solid example that shows this or detail tutorial that does this.
  4. hi, i'm taking a security course and I was wondering if there were any experts in C that could show me a small buffer overflow example. It can be something as simple as trying to copy a string that's longer than a character array that's defined in the program. I was also wondering if you can show me how a driver application could run that program and try to make a call to a function that was not originally used in program. I know that theres material online that I could find, but I wanted to a real world example and possibly an explanation. Thank you. =]
  5. I also found that site, but the lenght of my cipher is greater than 1000 characters. I haven't found any of the tools useful, specifically for transposition cipher.
  6. Hello everyone, I'm trying to decipher a few cryptograms for class assignment and we're allowed to use any tools necessary in trying to figure out the plaintext. I've already cracked the simple ones that were given to us such as linear cipher and vignere cipher. I've come across a possibly a transposition cipher and I haven't found any useful tools online that actually aide in finding any patterns or perhaps a brute force method. I was wondering if anyone knew of any working programs/sites that would permutate throught the combinations whether it be row/column transposition?
×
×
  • Create New...