shell bypass 403

GrazzMean Shell

: /usr/include/net-snmp/agent/ [ 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: 13.59.24.183
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : scalar.h
/*
 * scalar.h 
 */
#ifndef NETSNMP_SCALAR_H
#define NETSNMP_SCALAR_H

#ifdef __cplusplus
extern "C" {
#endif

/*
 * The scalar helper is designed to simplify the task of adding simple
 * scalar objects to the mib tree.
 */

/*
 * GETNEXTs are auto-converted to a GET.
 * * non-valid GETs are dropped.
 * * The client can assume that if you're called for a GET, it shouldn't
 * * have to check the oid at all.  Just answer.
 */

int netsnmp_register_scalar(netsnmp_handler_registration *reginfo);
int netsnmp_register_read_only_scalar(netsnmp_handler_registration *reginfo);

#define SCALAR_HANDLER_NAME "scalar"

netsnmp_mib_handler *netsnmp_get_scalar_handler(void);

Netsnmp_Node_Handler netsnmp_scalar_helper_handler;

#ifdef __cplusplus
}
#endif

#endif /** NETSNMP_SCALAR_H */
© 2025 GrazzMean