• Log In
↓ Skip to Main Content

Bazz's Code Developments

Main Navigation

  • Home
Home › Archive for Sparc/Solaris › Page 2

Category: Sparc/Solaris

Smashing the Stack+Data sections PT. VII

By michaelbazzinott001 Posted on October 17, 2014 Posted in Asm, buffer overflow, C, Sparc/Solaris, Uncategorized No Comments

Remote Info. Disclosure for LibC Today, I am seeking information disclosure through a global variable buffer overflow, which conveniently overflows into a long chain of data structures purely char* . I use this technique I am developing to obtain disclosure …

Smashing the Stack+Data sections PT. VII Read more »

Hacking Apply — Pt. VI

By michaelbazzinott001 Posted on October 16, 2014 Posted in Asm, buffer overflow, C, Sparc/Solaris, Uncategorized No Comments

./pty_apply_final is my latest pty program :) uses CTRL-S to fluctuate around the stack space, starting from the middle and then alternating up and down the size of the NOPsled -16 for being safe. works on Blade72 with the following …

Hacking Apply — Pt. VI Read more »

Hacking Apply – Pt. V

By michaelbazzinott001 Posted on October 15, 2014 Posted in Asm, Bash, buffer overflow, C, Sparc/Solaris, Uncategorized No Comments

crucial address: right after the gets() in Acct: 0x11518 The exploit wasn’t working. The segfault was caused by another thing. Reg mess. Luckily, the only reg we need to restore to normal is %o3 must put a good value into …

Hacking Apply – Pt. V Read more »

Pearl — Hacking Apply — pt. IV

By michaelbazzinott001 Posted on October 15, 2014 Posted in Asm, buffer overflow, C, Sparc/Solaris, Uncategorized No Comments

So had previously showed the filling of the buffer with 0x41 but that doesn’t help us locate any offset into the buffer. this will: [[[hidden PTY code]]] That code is stripped from an old version of a userspace keylogger I …

Pearl — Hacking Apply — pt. IV Read more »

Pearl — Hacking Apply Pt III

By michaelbazzinott001 Posted on October 15, 2014 Posted in Bash, buffer overflow, C, Sparc/Solaris No Comments

First was to obtain the source code from blade72, /sources/apply-1.2 This wasn’t advertised, I happened to be digging around the filesystem one day and accidently stumbled upon it :) fortunately it’s pre-compiled.. I move the sources to my own box.. …

Pearl — Hacking Apply Pt III Read more »

Holy Mother of Pearl – Pt. II

By michaelbazzinott001 Posted on October 15, 2014 Posted in Bash, buffer overflow, Sparc/Solaris No Comments

Now let’s start perfecting our exploit: STACK RANGE 0xFFBEE000 . . 0xFFBEE800 . . 0xFFBEF000 . . 0xFFBEF800 . 0xFFBF0000 The above is the typical Stack range for a 32-bit sparc app in 64-bit kernel. That’s as specific as I …

Holy Mother of Pearl – Pt. II Read more »

Holy Mother of Pearl — SPARC Exploitation Excerpts!

By michaelbazzinott001 Posted on October 14, 2014 Posted in Bash, buffer overflow, Sparc/Solaris No Comments

SO, back to exploiting the userland gets() function. Vulnerable Test Prog #include <stdio.h> unsigned long get_sp( void ) { __asm__("or %sp,%sp,%r1"); // %r1 may have to be %i0 in some circumstances?? weirdness.. } void copy( ){ char buf[256]; gets(buf); } …

Holy Mother of Pearl — SPARC Exploitation Excerpts! Read more »

Making Sense of Sun Blades and the UltraSPARC-IIe

By michaelbazzinott001 Posted on October 6, 2014 Posted in Sparc/Solaris No Comments

Okies, so if you haven’t heard, I am hacking the Sun Blade 150, it’s a machine at school they still run that’s 10 years old. Pathetic. But it’s a good challenge for me to conquer and learn about operating systems …

Making Sense of Sun Blades and the UltraSPARC-IIe Read more »

Kernel Arch. Solaris 7 vs. Solaris 8

By michaelbazzinott001 Posted on October 5, 2014 Posted in Sparc/Solaris No Comments

I am reading the book Solaris Internals 1st edition where majority covers Solaris 7. I maintain this blog post as a place to show the differences I have found along the way.   Solaris 7 data structure for an address …

Kernel Arch. Solaris 7 vs. Solaris 8 Read more »

Grep Love + Less Love

By michaelbazzinott001 Posted on October 5, 2014 Posted in Sparc/Solaris No Comments

Some grep things that I found handy: man grep Seriously. So yummy. Some handy things that I’m using right now. -A, -B, -C print an arbitrary number of lines After, Before, or Before/After the matched string line. Super cool. –no-filename, …

Grep Love + Less Love Read more »

Posts pagination

Previous 1 2 3 Next
Copyright © 2025 Bazz's Code Developments | Powered by Responsive Theme