Profile_bird

Hey there! sbrabez is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving sbrabez's tweets.

Already using Twitter
from your phone? Click here.

sbrabez

  1. Reading "The Geometry of Innocent Flesh on the Bone" by Hovav Shacham. Awesome old papers available at http://cseweb.ucsd.edu/~hovav/dist/
  2. @xorlgr it's the shodan effect :)
  3. Linux kernel hacking lessons http://www.linuxchix.org/content/courses/kernel_hacking/. Nice reading
  4. @EdiStrosar Yes, it seems it's just for MSFT Invisible Computing project. Thanks for you answer
  5. Visual binary diff command: vimdiff <(xxd binary1) <(xxd binary2). Quite usefull to look for binary differences
  6. RT @rpisec: iCTF answers being posted on http://rpisec.net/wiki/ictf09
  7. Seems Microsoft http://bit.ly/8Eh8FA use BSD ping source http://bit.ly/8rEGJq for his research
  8. Finally, we finished at 12th place http://www.cs.ucsb.edu/~vigna/ictf/.
  9. doing ucsb.edu ICTF2009 CTF
  10. This patch test return code of unsetenv() calls in rtld checks so it can't be bypassed anymore
  11. RT @cperciva: A FreeBSD Security Advisory will be coming soon for the recently announced local root bug: http://bit.ly/wFzfa
  12. Now need to debug it
  13. Finally as unsetenv() return -1, LD_PRELOAD in environ is not unset, so rtld check is bypassed. Great catch.
  14. if not __merge_environ() return -1 because environ is corrupted, so unsetenv() too because the check at line 672 in getenv.c
  15. In lib/libc/stdlib/getenv.c, unsetenv() call __merge_environ() which test if environ is well intialized with strchr(*env, '=')
  16. @kingcope bypass rtld check http://bit.ly/5pf79n unsetenv("LD_PRELOAD") line 149 because he corrupt environ with garbage data
  17. RT @kingcope: New exploit to be released: FreeBSD local r00t zeroday.
  18. Recents FreeBSD kernel vunlerabilities talk at CONFidence2009 http://bit.ly/5bZ4rX by Frasunek http://bit.ly/hY07m. Nice reading
  19. Again http://ideone.com/MhgqgXUO
  20. So clueless http://ideone.com/qK9EmxZd