TryGOTry / AutoGeaconC2

AutoGeaconC2: 一键读取Profile自动化生成geacon实现跨平台上线CobaltStrike
134 stars 7 forks source link

download of bind closed. [Incomplete #2

Open d-7uble opened 6 months ago

d-7uble commented 6 months ago

download of bind closed. [Incomplete] 师傅,不知道为什么下载会中断

TryGOTry commented 6 months ago

是一直出现这种问题还是说什么情况。 这个是下载文件不全报错。

d-7uble commented 6 months ago

一直出现,换了别的机子后也会出现这种情况,下载不完整

TryGOTry commented 6 months ago

尝试换个profile试试,如果和profile有关系的话,请贴出http-get和http-post部分

d-7uble commented 6 months ago

用的jquery-c2.4.5.profile,下面是部分代码,麻烦师傅看看

http-post {

    set uri "/oppop/jquery-3.3.2.min.js";
    set verb "POST";

    client {

        header "Accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
        header "Host" "xxx.baidu.com";
        header "Referer" "http://code.jquery.com/";
        header "Accept-Encoding" "gzip, deflate";

        id {
            mask;       
            base64url;
            parameter "__cfduid";            
        }

        output {
            mask;
            base64url;
            print;
        }
    }
        server {

        header "Server" "NetDNA-cache/2.2";
        header "Cache-Control" "max-age=0, no-cache";
        header "Pragma" "no-cache";
        header "Connection" "keep-alive";
        header "Content-Type" "application/*; charset=utf-8";
http-get {

    set uri "/oppop/jquery-3.3.1.min.js";
    set verb "GET";

    client {

        header "Accept" "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
        header "Host" "xxx.baidu.com";
        header "Referer" "http://code.jquery.com/";
        header "Accept-Encoding" "gzip, deflate";

        metadata {
            base64url;
            prepend "__cfduid=";
            header "Cookie";
        }
    }

    server {

        header "Server" "NetDNA-cache/2.2";
        header "Cache-Control" "max-age=0, no-cache";
        header "Pragma" "no-cache";
        header "Connection" "keep-alive";
        header "Content-Type" "application/*; charset=utf-8";
TryGOTry commented 6 months ago

感觉没啥问题,你尝试换一个profile试试。 其他命令没什么问题吗

d-7uble commented 6 months ago

其他没问题,我换一个试试