Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.target/sparc/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     sparc-ret-3.c (1.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR target/80968 */
/* { dg-do compile } */
/* { dg-skip-if "no register windows" { *-*-* } { "-mflat" } { "" } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-mcpu=ultrasparc -O" } */

/* Make sure references to the stack frame do not slip into the delay slot
   of a return instruction.  */

struct crypto_shash {
    unsigned int descsize;
};
struct crypto_shash *tfm;

struct shash_desc {
    struct crypto_shash *tfm;
    unsigned int flags;

    void *__ctx[] __attribute__((aligned(8)));
};

static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm)
{
    return tfm->descsize;
}

static inline void *shash_desc_ctx(struct shash_desc *desc)
{
    return desc->__ctx;
}

#define SHASH_DESC_ON_STACK(shash, ctx)                  \
    char __##shash##_desc[sizeof(struct shash_desc) +      \
                  crypto_shash_descsize(ctx)] __attribute__((aligned(8))); \
    struct shash_desc *shash = (struct shash_desc *)__##shash##_desc

extern int crypto_shash_update(struct shash_desc *, const void *, unsigned int);

unsigned int bug(unsigned int crc, const void *address, unsigned int length)
{
    SHASH_DESC_ON_STACK(shash, tfm);
    unsigned int *ctx = (unsigned int *)shash_desc_ctx(shash);
    int err;

    shash->tfm = tfm;
    shash->flags = 0;
    *ctx = crc;

    err = crypto_shash_update(shash, address, length);

    return *ctx;
}
/* { dg-final { scan-assembler "ld\[ \t\]*\\\[%\[a-z0-9\]*\\+\[0-9\]*\\\], %i0\n\[^\n\]*return\[ \t\]*%i7\\+8" } } */

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0053 ]--