shell bypass 403

GrazzMean Shell

: /usr/share/doc/libsodium-devel/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.219.53.18
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : core4.c

#define TEST_NAME "core4"
#include "cmptest.h"

static unsigned char k[32] = { 1,   2,   3,   4,   5,   6,   7,   8,
                               9,   10,  11,  12,  13,  14,  15,  16,
                               201, 202, 203, 204, 205, 206, 207, 208,
                               209, 210, 211, 212, 213, 214, 215, 216 };

static unsigned char in[16] = { 101, 102, 103, 104, 105, 106, 107, 108,
                                109, 110, 111, 112, 113, 114, 115, 116 };

static unsigned char c[16] = { 101, 120, 112, 97,  110, 100, 32, 51,
                               50,  45,  98,  121, 116, 101, 32, 107 };

static unsigned char out[64];

int
main(void)
{
    int i;

    crypto_core_salsa20(out, in, k, c);
    for (i = 0; i < 64; ++i) {
        if (i > 0) {
            printf(",");
        } else {
            printf(" ");
        }
        printf("%3u", (unsigned int) out[i]);
        if (i % 8 == 7) {
            printf("\n");
        }
    }
    return 0;
}
© 2025 GrazzMean