!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/src/linux-2.4.18-xfs-1.1/drivers/net/appletalk/   drwxr-xr-x
Free 318.38 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:     ltpc.h (1.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/***   ltpc.h
 *
 *
 ***/

#define LT_GETRESULT  0x00
#define LT_WRITEMEM   0x01
#define LT_READMEM    0x02
#define LT_GETFLAGS   0x04
#define LT_SETFLAGS   0x05
#define LT_INIT       0x10
#define LT_SENDLAP    0x13
#define LT_RCVLAP     0x14

/* the flag that we care about */
#define LT_FLAG_ALLLAP 0x04

struct lt_getresult {
    unsigned char command;
    unsigned char mailbox;
};

struct lt_mem {
    unsigned char command;
    unsigned char mailbox;
    unsigned short addr;    /* host order */
    unsigned short length;    /* host order */
};

struct lt_setflags {
    unsigned char command;
    unsigned char mailbox;
    unsigned char flags;
};

struct lt_getflags {
    unsigned char command;
    unsigned char mailbox;
};

struct lt_init {
    unsigned char command;
    unsigned char mailbox;
    unsigned char hint;
};

struct lt_sendlap {
    unsigned char command;
    unsigned char mailbox;
    unsigned char dnode;
    unsigned char laptype;
    unsigned short length;    /* host order */
};

struct lt_rcvlap {
    unsigned char command;
    unsigned char dnode;
    unsigned char snode;
    unsigned char laptype;
    unsigned short length;    /* host order */
};

union lt_command {
    struct lt_getresult getresult;
    struct lt_mem mem;
    struct lt_setflags setflags;
    struct lt_getflags getflags;
    struct lt_init init;
    struct lt_sendlap sendlap;
    struct lt_rcvlap rcvlap;
};
typedef union lt_command lt_command;


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