Giter Site home page Giter Site logo

bypassav's Introduction

  • 👋 Hi, I’m @G73st
  • 👀 Work hard to get into the red team

bypassav's People

Contributors

g73st 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  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

bypassav's Issues

a

aa

BypassAV.py 代码疑惑

读了下师傅的BypassAV.py代码,在加密那块有两个疑惑点

01、tempStr = tempStr + password[ int( str(arr[i])[index] ) ]
这条语句中password是经过random.shuffle随机化处理的,那在解密的时候,要如何找到这个随机化的password,是print出来,手动拷贝到c++解密代码中?

02、 arr[i] = str( len(tempStr) ) + tempStr
这条语句中,tempStr是将16进制转为10进制,10进制再转为字符串,字符串再和字符串长度拼接,这里有个问题,16进制转为10进制后可能是252也可能是72,也就是说长度可能是3或者2,那在解密的时候,要如何判断是以2位还是以3位切割呢

22年7月27日复现记录一下

1.shellcode格式:“\xfc\xe8\x89\x00\x00......”
2.用vs编译的时候注意,配置win32或x64平台与shellcode生成时保持一致,否则会导致免杀后无法上线的问题
3.win10(1909,18363.592)版本测试,执行后被360、Defender查杀,可以过电脑管家

老哥

编译没啥反应啊,运行有问题,shellcode格式是什么

问题

请问这个cpp项目用哪个IDE打开?

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.