App - System

Thursday 15 December 2016, 12:30  #1
App - System_ELF32 - Stack buffer overflow basic 1
red
red
  • 1 posts

If I run /bin/dash from bash then I do not get permission to open the .passwd file. But when /bin/dash runs from the executable then I get permission to open the .passwd file. Why does this happen?

Wednesday 18 January 2017, 00:01  #2
App - System_ELF32 - Stack buffer overflow basic 1
kaisr
  • 3 posts

When a program runs a command its run as the owner of the program which in this case is the cracked account

Wednesday 22 February 2017, 03:52  #3
App - System_ELF32 - Stack buffer overflow basic 1
HappySoft
  • 1 posts

Hey, guys
Can anyone explain why I got the message "Yeah dude ! You win !" but didn’t get dash shell?

Friday 21 July 2017, 23:54  #4
App - System_ELF32 - Stack buffer overflow basic 1
Shizen
  • 4 posts

I tried this on my Linux Mint 18.2, gave the binary suid bit, owner is a sudo user, group is the current user etc.
But ch13 is still executed as current user, not the file owner. What am I missing here?