GithubHelp home page GithubHelp logo

geacon_apt's Introduction

Geacon APT

项目原地址:

https://github.com/darkr4y/geacon

本项目做了啥?

  • 优化了代码,修复BUG
  • 实现了对profile的适配

其他

  • 为了防止伸手党,本项目不提供release,并且把加解密代码给删除了。
  • 本项目不会增加对CS其他功能支持,保持简单最好。
  • 后续会对DNS 马的实现。
  • DNS马很早就完全实现了,支持grable混淆,支持XP和win2003,支持CS4.5(代码暂不公开)

更多安全小技巧

qrcode

geacon_apt's People

Contributors

nan3r avatar

Stargazers

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

Watchers

 avatar  avatar

geacon_apt's Issues

meta.go judge GetMetaDataFlag() not right

change to this:
func GetMetaDataFlag() byte {
var flagInt byte = 0
if IsHighPriv() {
flagInt |= 8
}
if IsOSX64() {
flagInt |= 4
}
if IsProcessX64() {
flagInt |= 2
}

return flagInt

}

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.