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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\nuevo\FileZillaFTP\source\   drwxrwxrwx
Free 9.42 GB of 239.26 GB (3.94%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Accounts.h (2.12 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef ACCOUNTS_H_INCLUDED
#define ACCOUNTS_H_INCLUDED

#ifdef _AFX
#define CStdString CString
#define CStdStringW CStringW
#define CStdStringA CStringA
#endif //_AFX

#include "SpeedLimit.h"

class t_directory
{
public:
    t_directory();
#ifdef SERVICE
    CStdString dir;
    std::list<CStdString> aliases;
#else
    CStdString dir;
    std::list<CStdString> aliases;
#endif
    BOOL bFileRead, bFileWrite, bFileDelete, bFileAppend;
    BOOL bDirCreate, bDirDelete, bDirList, bDirSubdirs, bIsHome;
    BOOL bAutoCreate;
};

enum sltype
{
    download = 0,
    upload = 1
};

class t_group
{
public:
    t_group();

    virtual int GetRequiredBufferLen() const;
    virtual int GetRequiredStringBufferLen(const CStdString& str) const;
    virtual char * FillBuffer(char *p) const;
    virtual void FillString(char *&p, const CStdString& str) const;
    virtual unsigned char * ParseBuffer(unsigned char *pBuffer, int length);

    virtual bool BypassUserLimit() const;
    virtual int GetUserLimit() const;
    virtual int GetIpLimit() const;
    virtual bool IsEnabled() const;
    virtual bool ForceSsl() const;

    virtual int GetCurrentSpeedLimit(sltype type) const;
    virtual bool BypassServerSpeedLimit(sltype type) const;

    bool AccessAllowed(const CStdString& ip) const;

    virtual t_group& t_group::operator=(const t_group &a);

    CStdString group;
    std::vector<t_directory> permissions;
    int nBypassUserLimit;
    int nUserLimit, nIpLimit;
    int nEnabled;
    int forceSsl;

    int nSpeedLimitType[2];
    int nSpeedLimit[2];
    SPEEDLIMITSLIST SpeedLimits[2];
    int nBypassServerSpeedLimit[2];
    
    std::list<CStdString> allowedIPs, disallowedIPs;

    CStdString comment;

    t_group *pOwner;

protected:
    bool ParseString(const unsigned char* endMarker, unsigned char *&p, CStdString &string);
};

class t_user : public t_group
{
public:
    t_user();

    virtual int GetRequiredBufferLen() const;
    virtual char * FillBuffer(char *p) const;
    virtual unsigned char * ParseBuffer(unsigned char *pBuffer, int length);

    virtual t_user& t_user::operator=(const t_user &a);

    CStdString user;
    CStdString password;
};

#endif //#define ACCOUNTS_H_INCLUDED

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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