!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-headers-5.15.0-1040/include/linux/isdn/   drwxr-xr-x
Free 83.24 GB of 96.73 GB (86.06%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     capiutil.h (1.96 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $Id: capiutil.h,v 1.5.6.2 2001/09/23 22:24:33 kai Exp $
 *
 * CAPI 2.0 defines & types
 *
 * From CAPI 2.0 Development Kit AVM 1995 (msg.c)
 * Rewritten for Linux 1996 by Carsten Paeth <[email protected]>
 *
 * This software may be used and distributed according to the terms
 * of the GNU General Public License, incorporated herein by reference.
 *
 */

#ifndef __CAPIUTIL_H__
#define __CAPIUTIL_H__

#include <asm/types.h>

#define CAPIMSG_BASELEN        8
#define CAPIMSG_U8(m, off)    (m[off])
#define CAPIMSG_U16(m, off)    (m[off]|(m[(off)+1]<<8))
#define CAPIMSG_U32(m, off)    (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24))
#define    CAPIMSG_LEN(m)        CAPIMSG_U16(m,0)
#define    CAPIMSG_APPID(m)    CAPIMSG_U16(m,2)
#define    CAPIMSG_COMMAND(m)    CAPIMSG_U8(m,4)
#define    CAPIMSG_SUBCOMMAND(m)    CAPIMSG_U8(m,5)
#define CAPIMSG_CMD(m)        (((m[4])<<8)|(m[5]))
#define    CAPIMSG_MSGID(m)    CAPIMSG_U16(m,6)
#define CAPIMSG_CONTROLLER(m)    (m[8] & 0x7f)
#define CAPIMSG_CONTROL(m)    CAPIMSG_U32(m, 8)
#define CAPIMSG_NCCI(m)        CAPIMSG_CONTROL(m)
#define CAPIMSG_DATALEN(m)    CAPIMSG_U16(m,16) /* DATA_B3_REQ */

static inline void capimsg_setu8(void *m, int off, __u8 val)
{
    ((__u8 *)m)[off] = val;
}

static inline void capimsg_setu16(void *m, int off, __u16 val)
{
    ((__u8 *)m)[off] = val & 0xff;
    ((__u8 *)m)[off+1] = (val >> 8) & 0xff;
}

static inline void capimsg_setu32(void *m, int off, __u32 val)
{
    ((__u8 *)m)[off] = val & 0xff;
    ((__u8 *)m)[off+1] = (val >> 8) & 0xff;
    ((__u8 *)m)[off+2] = (val >> 16) & 0xff;
    ((__u8 *)m)[off+3] = (val >> 24) & 0xff;
}

#define    CAPIMSG_SETLEN(m, len)        capimsg_setu16(m, 0, len)
#define    CAPIMSG_SETAPPID(m, applid)    capimsg_setu16(m, 2, applid)
#define    CAPIMSG_SETCOMMAND(m,cmd)    capimsg_setu8(m, 4, cmd)
#define    CAPIMSG_SETSUBCOMMAND(m, cmd)    capimsg_setu8(m, 5, cmd)
#define    CAPIMSG_SETMSGID(m, msgid)    capimsg_setu16(m, 6, msgid)
#define    CAPIMSG_SETCONTROL(m, contr)    capimsg_setu32(m, 8, contr)
#define    CAPIMSG_SETDATALEN(m, len)    capimsg_setu16(m, 16, len)

#endif                /* __CAPIUTIL_H__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.004 ]--