Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TryGOTry/C2_Demo
/ functions
Functions
173 in github.com/TryGOTry/C2_Demo
⨍
Functions
173
◇
Types & classes
44
↓ 8 callers
Method
Encodestr
<summary> base64加密 </summary> <param name="s1"></param> <param name="str"></param> <returns></returns>
C2_Client_Ui/C2_Client_Ui/Encode.cs:19
↓ 8 callers
Function
RetErr
同一返回500
C2_TeamServer-demo/teamapi/reterr.go:10
↓ 7 callers
Method
Post
(string url, string postdata,string token, string token2)
C2_Client_Ui/C2_Client_Ui/Http.cs:61
↓ 6 callers
Method
CrearToken
md5加密的第二个盐 <summary> 添加签名 </summary> <param name="str"></param> <returns></returns>
C2_Client_Ui/C2_Client_Ui/Http.cs:109
↓ 6 callers
Method
GetTimeStamp
<summary> 获取时间戳 </summary> <returns></returns>
C2_Client_Ui/C2_Client_Ui/Http.cs:118
↓ 5 callers
Function
Set
(cmdtype string, msgtype string, msg string,msgid string)
C2_Client_Go/cmd/root.go:47
↓ 3 callers
Method
AddCmdType
<summary> 添加命令类型 </summary> <param name="serveraddress"></param> <param name="jwttoken"></param> <param name="username"></param> <param name="uuid"></
C2_Client_Ui/C2_Client_Ui/TeamApi.cs:100
↓ 3 callers
Method
Decodestr
(string s1,string str)
C2_Client_Ui/C2_Client_Ui/Encode.cs:31
↓ 3 callers
Function
EncodeStr
(uuid string,msg string)
C2_TeamServer-demo/clientApi/encode.go:5
↓ 3 callers
Function
Logo
()
C2_TeamServer-demo/manage/admin.go:8
↓ 2 callers
Method
Delscreenshot
(AddMsgtype getinfo)
C2_Client_Ui/C2_Client_Ui/TeamApi.cs:156
↓ 2 callers
Method
GetCmdstr
<summary> 获取命令执行返回结果 </summary>
C2_Client_Ui/C2_Client_Ui/TeamApi.cs:170
↓ 2 callers
Function
GetDatademo
(s string)
C2_TeamServer-demo/clientApi/hostadd.go:34
↓ 2 callers
Function
SendMsg
(uuid string, cmdtype string, msgtype string, msg string, msgid string)
C2_Client_Go/cmd/snedmsg.go:25
↓ 2 callers
Function
generateKey
(key []byte)
C2_TeamServer-demo/middle/clientcode.go:42
↓ 2 callers
Function
generateKey
(key []byte)
C2_Client_Go/encode/encode.go:44
↓ 1 callers
Function
AESDecrypt
(encrypted []byte, key []byte)
C2_TeamServer-demo/middle/clientcode.go:26
↓ 1 callers
Function
AESDecrypt
(encrypted []byte, key []byte)
C2_Client_Go/encode/encode.go:28
↓ 1 callers
Function
AESEncrypt
(src []byte, key []byte)
C2_TeamServer-demo/middle/clientcode.go:8
↓ 1 callers
Function
AESEncrypt
AEs加密
C2_Client_Go/encode/encode.go:10
↓ 1 callers
Function
AddHosts
(c *gin.Context, b HostList)
C2_TeamServer-demo/clientApi/hostadd.go:21
↓ 1 callers
Function
Addcmd
添加命令
C2_TeamServer-demo/teamapi/addcmd.go:15
↓ 1 callers
Method
AuthTeamLogin
()
C2_TeamServer-demo/sql3/team.go:31
↓ 1 callers
Function
Bcode
base64混淆加密
C2_TeamServer-demo/middle/encode.go:10
↓ 1 callers
Function
Check
()
C2_TeamServer-demo/cmd/run_hosts_server.go:17
↓ 1 callers
Function
ConvertByte2String
(byte []byte, charset Charset)
C2_Client_Go/fuc/runcmd.go:16
↓ 1 callers
Function
DeleScreenlist
(c *gin.Context)
C2_TeamServer-demo/teamapi/getscreeList.go:57
↓ 1 callers
Function
EncodeStr
(str string)
C2_TeamServer-demo/middle/encode.go:38
↓ 1 callers
Function
GetAllHostList
()
C2_TeamServer-demo/sql3/team.go:49
↓ 1 callers
Function
GetCmdstr
(c *gin.Context)
C2_TeamServer-demo/teamapi/getcmdstr.go:13
↓ 1 callers
Function
GetData
(s string)
C2_TeamServer-demo/teamapi/getscreeList.go:46
↓ 1 callers
Function
GetDataCmd
(s string)
C2_TeamServer-demo/teamapi/getcmdstr.go:38
↓ 1 callers
Function
GetDatademo
(s string)
C2_TeamServer-demo/teamapi/addcmd.go:40
↓ 1 callers
Function
GetDb
()
C2_TeamServer-demo/sql3/databases.go:11
↓ 1 callers
Function
GetHostList
(c *gin.Context)
C2_TeamServer-demo/teamapi/gethostlist.go:18
↓ 1 callers
Method
GetHostList
<summary> 获取主机列表 </summary> <param name="serveraddress"></param> <param name="jwttoken"></param> <param name="username"></param> <returns></returns>
C2_Client_Ui/C2_Client_Ui/TeamApi.cs:68
↓ 1 callers
Function
GetInternalIP
()
C2_Client_Go/cmd/getinfo.go:25
↓ 1 callers
Function
GetScreeList
(c *gin.Context)
C2_TeamServer-demo/teamapi/getscreeList.go:21
↓ 1 callers
Function
Getbase64img
(filename string)
C2_Client_Go/cmdtype/screenshot.go:21
↓ 1 callers
Function
Getencdeo
(s sql3.Client_cmd)
C2_TeamServer-demo/clientApi/getcmdtype.go:21
↓ 1 callers
Function
Getkey
()
C2_TeamServer-demo/sql3/createuuid.go:9
↓ 1 callers
Function
Getlistinfo
(s []sql3.HostLists)
C2_TeamServer-demo/teamapi/gethostlist.go:44
↓ 1 callers
Function
Getmsginfo
(c *gin.Context, b OnlineInfo)
C2_TeamServer-demo/clientApi/getcmdtype.go:11
↓ 1 callers
Method
Getscreenshot
<summary> 获取截图 </summary> <returns></returns>
C2_Client_Ui/C2_Client_Ui/TeamApi.cs:129
↓ 1 callers
Method
Login
()
C2_Client_Ui/C2_Client_Ui/Form1.cs:22
↓ 1 callers
Function
OfflineHost
(s HostLists)
C2_TeamServer-demo/sql3/client.go:30
↓ 1 callers
Function
ParseToken
(tokenString string)
C2_TeamServer-demo/middle/jwt.go:34
↓ 1 callers
Method
Screenshot
private AddMsgtype addMsgtype =new AddMsgtype();
C2_Client_Ui/C2_Client_Ui/Screenshot.cs:22
↓ 1 callers
Method
UpdataLoginInfo
()
C2_TeamServer-demo/sql3/team.go:45
↓ 1 callers
Function
save
(img *image.RGBA, filePath string)
C2_Client_Go/cmdtype/screenshot.go:32
Function
AddCmdstr
(uuid string, Cmdtype string, Cmdstr string)
C2_TeamServer-demo/sql3/team.go:57
Function
AddHost
(s HostLists)
C2_TeamServer-demo/sql3/client.go:61
Function
AddUser
(user string, pass string)
C2_TeamServer-demo/manage/admin.go:34
Function
AddUser
(username string, password string)
C2_TeamServer-demo/sql3/manage.go:24
Method
Addlog
(string str)
C2_Client_Ui/C2_Client_Ui/C2_Manage.cs:34
Method
Addstr
(string str)
C2_Client_Ui/C2_Client_Ui/CmdForm.cs:41
Function
AuthHost
(s HostLists)
C2_TeamServer-demo/sql3/client.go:38
Function
AuthMd5
验证签名
C2_TeamServer-demo/teamapi/auth.go:12
Function
AuthToken
(ctoken string,stoken string)
C2_TeamServer-demo/auth/authmd5.go:26
Function
AuthToken
验证500
C2_TeamServer-demo/teamapi/reterr.go:6
Function
AuthToken
(token string)
C2_TeamServer-demo/sql3/team.go:13
Function
AuthUser
(username string)
C2_TeamServer-demo/sql3/manage.go:11
Method
Base64Decode
(Encoding encodeType, string result)
C2_Client_Ui/C2_Client_Ui/Encode.cs:45
Method
C2_Manage
(string ipaddress,string token,string username)
C2_Client_Ui/C2_Client_Ui/C2_Manage.cs:24
Method
C2_Manage_Load
(object sender, EventArgs e)
C2_Client_Ui/C2_Client_Ui/C2_Manage.cs:38
Function
CheckHostStatus
()
C2_TeamServer-demo/sql3/client.go:10
Function
Cmd
(command string)
C2_Client_Go/fuc/runcmd.go:29
Method
CmdForm
(string uuid, string address, string jwt, string username)
C2_Client_Ui/C2_Client_Ui/CmdForm.cs:18
Method
CmdFormStar
<summary> 加载命令执行窗口 </summary>
C2_Client_Ui/C2_Client_Ui/C2_Manage.cs:136
Method
CmdForm_Load
(object sender, EventArgs e)
C2_Client_Ui/C2_Client_Ui/CmdForm.cs:37
Function
Cors
()
C2_TeamServer-demo/middle/cors.go:8
Function
Cronstatus
()
C2_TeamServer-demo/cronstatus/cron.go:10
Function
Dcode
解密
C2_TeamServer-demo/middle/encode.go:20
Function
Decodestr
(str string, uuid string)
C2_TeamServer-demo/middle/clientcode.go:64
Function
Decodestr
(str string, uuid string)
C2_Client_Go/encode/encode.go:66
Function
DelScList
(uuid string)
C2_TeamServer-demo/sql3/team.go:83
Function
DelUser
(user string)
C2_TeamServer-demo/manage/admin.go:44
Function
DelUser
(username string)
C2_TeamServer-demo/sql3/manage.go:31
Method
DemoAsync
()
C2_Client_Ui/C2_Client_Ui/Screenshot.cs:105
Method
DemoAsync
()
C2_Client_Ui/C2_Client_Ui/CmdForm.cs:27
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
C2_Client_Ui/C2_Client_Ui/FileManage.Designer.cs:15
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
C2_Client_Ui/C2_Client_Ui/C2_Manage.Designer.cs:15
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
C2_Client_Ui/C2_Client_Ui/Screenshot.Designer.cs:15
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
C2_Client_Ui/C2_Client_Ui/CmdForm.Designer.cs:15
Method
Dispose
<summary> 清理所有正在使用的资源。 </summary> <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
C2_Client_Ui/C2_Client_Ui/Form1.Designer.cs:15
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
C2_Client_Ui/C2_Client_Ui/Proxy_set.Designer.cs:15
Function
Encodestr
(str string, uuid string)
C2_TeamServer-demo/middle/clientcode.go:53
Function
Encodestr
(str string, uuid string)
C2_Client_Go/encode/encode.go:55
Method
FileManage
(string uuid)
C2_Client_Ui/C2_Client_Ui/FileManage.cs:16
Method
FileManageStar
<summary> 加载文件管理窗口 </summary>
C2_Client_Ui/C2_Client_Ui/C2_Manage.cs:129
Method
FileManage_Load
(object sender, EventArgs e)
C2_Client_Ui/C2_Client_Ui/FileManage.cs:22
Function
GenToken
(username string)
C2_TeamServer-demo/middle/jwt.go:20
Method
Get
(string url, string proxystr)
C2_Client_Ui/C2_Client_Ui/Http.cs:28
Function
GetAllUser
()
C2_TeamServer-demo/manage/admin.go:22
Function
GetCmdType
(uuid string)
C2_TeamServer-demo/sql3/team.go:67
Function
GetCmdType
()
C2_Client_Go/config/config.go:32
Function
GetCmdlist
(uuid string)
C2_TeamServer-demo/sql3/team.go:90
Function
GetMd5
(str string)
C2_TeamServer-demo/auth/authmd5.go:16
Function
GetMsg
()
C2_Client_Go/config/config.go:44
Function
GetMsgType
()
C2_Client_Go/config/config.go:38
next →
1–100 of 173, ranked by callers