!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

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

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.4.0-216/include/uapi/linux/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     vm_sockets_diag.h (978 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* AF_VSOCK sock_diag(7) interface for querying open sockets */

#ifndef _UAPI__VM_SOCKETS_DIAG_H__
#define _UAPI__VM_SOCKETS_DIAG_H__

#include <linux/types.h>

/* Request */
struct vsock_diag_req {
    __u8    sdiag_family;    /* must be AF_VSOCK */
    __u8    sdiag_protocol;    /* must be 0 */
    __u16    pad;        /* must be 0 */
    __u32    vdiag_states;    /* query bitmap (e.g. 1 << TCP_LISTEN) */
    __u32    vdiag_ino;    /* must be 0 (reserved) */
    __u32    vdiag_show;    /* must be 0 (reserved) */
    __u32    vdiag_cookie[2];
};

/* Response */
struct vsock_diag_msg {
    __u8    vdiag_family;    /* AF_VSOCK */
    __u8    vdiag_type;    /* SOCK_STREAM or SOCK_DGRAM */
    __u8    vdiag_state;    /* sk_state (e.g. TCP_LISTEN) */
    __u8    vdiag_shutdown; /* local RCV_SHUTDOWN | SEND_SHUTDOWN */
    __u32   vdiag_src_cid;
    __u32   vdiag_src_port;
    __u32   vdiag_dst_cid;
    __u32   vdiag_dst_port;
    __u32    vdiag_ino;
    __u32    vdiag_cookie[2];
};

#endif /* _UAPI__VM_SOCKETS_DIAG_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.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0079 ]--