Giter Site home page Giter Site logo

HTTPS beacon error about geacon HOT 5 CLOSED

darkr4y avatar darkr4y commented on July 22, 2024
HTTPS beacon error

from geacon.

Comments (5)

darkr4y avatar darkr4y commented on July 22, 2024

The reason for not directly ignoring the certificate error is that c2profile is not currently supported, whether or not to validate the certificate is controlled by c2profile's https-certificate option, currently I push a simple code to give the option to ignore whether the certificate is valid or not, as you suggested.
This feature will be improved in the future.

from geacon.

lz520520 avatar lz520520 commented on July 22, 2024

right,but there is no need to check the validity of the certificate for cs. In addition, I also found a few problems

  1. In order to prevent the ComputerName from being too long, a length limit of 10 will cause some names to be displayed incompletely. I suggest to set a ComputerNameLength in config.go with an initial value of 0, call MakeMetaInfo to calculate the length of the first payload, and then get Actual biggest
    ComputerNameLength=pub.Size()-len(MakeMetaInfo())-11,
    after updating ComputerNameLength, the full name can be obtained in most cases.
  2. The online hosts all display x86. This is because " if else if " is used in the function GetMetaDataFlag to judge, but each condition should be superimposed, and a separate " if" should be used to judge.
    When making this suggestion, in fact, I have already modified it. Does the author intend to optimize

from geacon.

darkr4y avatar darkr4y commented on July 22, 2024

Thanks again for the advice, and since I don't have a lot of time to focus on this project, all PR is very welcome!

from geacon.

darkr4y avatar darkr4y commented on July 22, 2024

the issue will be closed,you can reopen it whenever you want.

from geacon.

darkr4y avatar darkr4y commented on July 22, 2024

the issue will be closed,you can reopen it whenever you want.

from geacon.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.