!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/wireless/   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:     ieee802_11.h (1.94 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _IEEE802_11_H
#define _IEEE802_11_H

struct ieee802_11_hdr {
    u16 frame_ctl;
    u16 duration_id;
    u8 addr1[ETH_ALEN];
    u8 addr2[ETH_ALEN];
    u8 addr3[ETH_ALEN];
    u16 seq_ctl;
    u8 addr4[ETH_ALEN];
    u16 data_len;
} __attribute__ ((packed));

/* Frame control field constants */
#define IEEE802_11_FCTL_VERS        0x0002
#define IEEE802_11_FCTL_FTYPE        0x000c
#define IEEE802_11_FCTL_STYPE        0x00f0
#define IEEE802_11_FCTL_TODS        0x0100
#define IEEE802_11_FCTL_FROMDS        0x0200
#define IEEE802_11_FCTL_MOREFRAGS    0x0400
#define IEEE802_11_FCTL_RETRY        0x0800
#define IEEE802_11_FCTL_PM        0x1000
#define IEEE802_11_FCTL_MOREDATA    0x2000
#define IEEE802_11_FCTL_WEP        0x4000
#define IEEE802_11_FCTL_ORDER        0x8000

#define IEEE802_11_FTYPE_MGMT        0x0000
#define IEEE802_11_FTYPE_CTL        0x0004
#define IEEE802_11_FTYPE_DATA        0x0008

/* management */
#define IEEE802_11_STYPE_ASSOC_REQ    0x0000
#define IEEE802_11_STYPE_ASSOC_RESP     0x0010
#define IEEE802_11_STYPE_REASSOC_REQ    0x0020
#define IEEE802_11_STYPE_REASSOC_RESP    0x0030
#define IEEE802_11_STYPE_PROBE_REQ    0x0040
#define IEEE802_11_STYPE_PROBE_RESP    0x0050
#define IEEE802_11_STYPE_BEACON        0x0080
#define IEEE802_11_STYPE_ATIM        0x0090
#define IEEE802_11_STYPE_DISASSOC    0x00A0
#define IEEE802_11_STYPE_AUTH        0x00B0
#define IEEE802_11_STYPE_DEAUTH        0x00C0

/* control */
#define IEEE802_11_STYPE_PSPOLL        0x00A0
#define IEEE802_11_STYPE_RTS        0x00B0
#define IEEE802_11_STYPE_CTS        0x00C0
#define IEEE802_11_STYPE_ACK        0x00D0
#define IEEE802_11_STYPE_CFEND        0x00E0
#define IEEE802_11_STYPE_CFENDACK    0x00F0

/* data */
#define IEEE802_11_STYPE_DATA        0x0000
#define IEEE802_11_STYPE_DATA_CFACK    0x0010
#define IEEE802_11_STYPE_DATA_CFPOLL    0x0020
#define IEEE802_11_STYPE_DATA_CFACKPOLL    0x0030
#define IEEE802_11_STYPE_NULLFUNC    0x0040
#define IEEE802_11_STYPE_CFACK        0x0050
#define IEEE802_11_STYPE_CFPOLL        0x0060
#define IEEE802_11_STYPE_CFACKPOLL    0x0070

#define IEEE802_11_SCTL_FRAG        0x000F
#define IEEE802_11_SCTL_SEQ        0xFFF0

#endif /* _IEEE802_11_H */


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