!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/include/asm-parisc/   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:     psw.h (1.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _PARISC_PSW_H
#define    PSW_I    0x00000001
#define    PSW_D    0x00000002
#define    PSW_P    0x00000004
#define    PSW_Q    0x00000008

#define    PSW_R    0x00000010
#define    PSW_F    0x00000020
#define    PSW_G    0x00000040    /* PA1.x only */
#define PSW_O    0x00000080    /* PA2.0 only */

#define    PSW_M    0x00010000
#define    PSW_V    0x00020000
#define    PSW_C    0x00040000
#define    PSW_B    0x00080000

#define    PSW_X    0x00100000
#define    PSW_N    0x00200000
#define    PSW_L    0x00400000
#define    PSW_H    0x00800000

#define    PSW_T    0x01000000
#define    PSW_S    0x02000000
#define    PSW_E    0x04000000
#define PSW_W    0x08000000    /* PA2.0 only */

#define    PSW_Z    0x40000000    /* PA1.x only */
#define    PSW_Y    0x80000000    /* PA1.x only */

/* PSW bits to be used with ssm/rsm */
#define PSW_SM_I        0x1
#define PSW_SM_D        0x2
#define PSW_SM_P        0x4
#define PSW_SM_Q        0x8
#define PSW_SM_R        0x10
#define PSW_SM_F        0x20
#define PSW_SM_G        0x40
#define PSW_SM_O        0x80
#define PSW_SM_E        0x100
#define PSW_SM_W        0x200

#ifdef __LP64__
#  define USER_PSW    (PSW_C | PSW_D | PSW_Q | PSW_I)
#  define USER_INIT_PSW    (PSW_C | PSW_D | PSW_Q | PSW_I | PSW_N)
#  define KERNEL_PSW    (PSW_C | PSW_D | PSW_Q | PSW_W)
#  define PDC_PSW    (PSW_Q | PSW_W)
#else
#  define USER_PSW    (PSW_C | PSW_D | PSW_Q | PSW_I | PSW_P)
#  define USER_INIT_PSW    (PSW_C | PSW_D | PSW_Q | PSW_I | PSW_N)
#  define KERNEL_PSW    (PSW_C | PSW_D | PSW_Q)
#  define PDC_PSW    (PSW_Q)
#endif

#endif

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