!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     rocket.h (1.35 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * This file contains the exported interface of the rocket driver to
 * its configuration program.
 */

struct rocket_config {
    int    line;
    int    flags;
    int    closing_wait;
    int    close_delay;
    int    port;
    int    reserved[32];
};

struct rocket_ports {
    int    tty_major;
    int    callout_major;
    int    port_bitmap[4];
    int    reserved[32];
};

/*
 * Rocketport flags
 */
#define ROCKET_CALLOUT_NOHUP    0x00000001
#define ROCKET_FORCE_CD        0x00000002
#define ROCKET_HUP_NOTIFY    0x00000004
#define ROCKET_SPLIT_TERMIOS    0x00000008
#define ROCKET_SPD_MASK        0x00000070
#define ROCKET_SPD_HI        0x00000010 /* Use 56000 instead of 38400 bps */
#define ROCKET_SPD_VHI        0x00000020 /* Use 115200 instead of 38400 bps*/
#define ROCKET_SPD_SHI        0x00000030 /* Use 230400 instead of 38400 bps*/
#define ROCKET_SPD_WARP            0x00000040 /* Use 460800 instead of 38400 bps*/
#define ROCKET_SAK        0x00000080
#define ROCKET_SESSION_LOCKOUT    0x00000100
#define ROCKET_PGRP_LOCKOUT    0x00000200
    
#define ROCKET_FLAGS        0x000003FF

#define ROCKET_USR_MASK 0x0071    /* Legal flags that non-privileged
                 * users can set or reset */

/*
 * For closing_wait and closing_wait2
 */
#define ROCKET_CLOSING_WAIT_NONE    65535
#define ROCKET_CLOSING_WAIT_INF        0

/*
 * Rocketport ioctls -- "RP"
 */
#define RCKP_GET_STRUCT        0x00525001
#define RCKP_GET_CONFIG        0x00525002
#define RCKP_SET_CONFIG        0x00525003
#define RCKP_GET_PORTS        0x00525004

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0044 ]--