Skip to content

this framework is open source and can be used by anyone or organization. Currently, it supports platforms such as Windows linux、macos、Android。 The currently supported communication protocols are https \ http,any suggestions from anyone are welcome

Notifications You must be signed in to change notification settings

Mazzy-Stars/lain_c2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lain_c2

this framework is open source and can be used by anyone or organization. Currently, it supports platforms such as Windows linux、macos、Android。 The currently supported communication protocols are https \ http,any suggestions from anyone are welcome

Features

Multiplayer-mode

Dynamic-encryption

Cross-platform

intranet-information-collection

File-operation

web-ui

Getting Started

{
    "users": [
        {
            "username": "username",
            "password": "dfb95aac49185dd47f008435"
        }
    ]
}

go to http://localhost/login Change the password field to md5 encryption and remove the last 8 digits

go run .\lain_server.go -h

-DefaultCert Use default public and private keys -N int Discard the handshake packet (default is 90) (default 90) -cert string Customize public key path -conn Use keep alive connection, if this parameter is not present by default, it will be short connection -key string Customize private key path -p string Select Port (default "80") -protocol string Select Protocol(http、https) (default "http")

I usually

go run .\lain_server.go -p 6643 -conn

About

this framework is open source and can be used by anyone or organization. Currently, it supports platforms such as Windows linux、macos、Android。 The currently supported communication protocols are https \ http,any suggestions from anyone are welcome

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published