GithubHelp home page GithubHelp logo

merlin-agent-dll's People

Contributors

ne0nd0g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

merlin-agent-dll's Issues

Unable to compile

Hello, i am trying to use the DLL Agent in a current test and i'm unable to compile it.

Environment : Ubuntu 23.04
Error message:

go build -buildmode=c-archive main.go
# github.com/lucas-clemente/quic-go/internal/qtls
../go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go120.go:5:13: 
cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in variable declaration

Thank you for your help!

Code needs to be synced/updated with latest merlin-agent?

I suppose the code is not "in sync" with latest merlin-agent? On latest Kali/Debian, I tried:

git clone https://github.com/Ne0nd0g/merlin-agent-dll.git
cd merlin-agent-dll
go mod download github.com/Ne0nd0g/merlin-agent
go get github.com/Ne0nd0g/merlin-agent/agent@latest
go get github.com/Ne0nd0g/merlin-agent/clients/[email protected]
make

and received

./main.go:68:3: cannot use URL (type string) as type []string in field value

I "fixed" this by removing the following line in main.go

URL: URL,

and adding the following code:

if URL != "" {
clientConfig.URL = strings.Split(strings.ReplaceAll(URL, " ", ""), ",")
}

However, I am not sure if this is really complete or just "made the compiler happy". Output (dll) was working though.

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.