Code Monkey home page Code Monkey logo

python_bypass's Introduction

python-bypass

python利用import和pyinstaller简单免杀

准备

cs生成一个python的pyload

免杀开始

将生成的pyload中的shellcode取出来放进shellcodeloader.py中

import混淆加密打包bypass

现在我们把加载器写成一个函数,再通过一个py文件去调用加载器

最终目录如下:

然后使用pyinstaller开始打包 --key 对二进制文件进行加密,防止反编译

pyinstaller -F main.py --key test

x绒

可以看到我们没有对加载器做任何免杀操作,但是依旧免杀,简单实用.测试时间2022.12.4

x60 (核晶开启)

defender

cs执行命令

以上都可以正常上线cs并执行命令

很简单的bypass方式,效果却出奇的好,师傅们可以在这个基础上再进行混淆加密,分离加载等方式

python_bypass's People

Contributors

chencicici avatar

Stargazers

 avatar 1frame avatar Lay0us avatar hirak0 avatar  avatar Terry Zhang avatar Thorn avatar  avatar  avatar

Watchers

hirak0 avatar  avatar

Forkers

lay0us

python_bypass's Issues

.

代码里无任何混淆加密也能过阿。。。。inject 还不拦

打包遇到错误

'utf-8' codec can't decode byte 0xb7 in position 341089: invalid start byte

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.