文件名称:AVByPass:一款Web在线自动免杀工具
文件大小:10.83MB
文件格式:ZIP
更新时间:2024-06-20 08:25:11
Python
一款利用加载器以及Python反序列化绕过AV的在线免杀工具 因为打包方式的局限性,不能跨平台,若要生成exe格式的只能在Windows下运行本项目 打包速度有点慢,提交后稍等一会 开发环境及运行 前端使用框架,后端使用框架 。 在项目根目录下运行pip3 install -r requirements.txt 安装相关依赖 使用 python3 manage.py runserver 0.0.0.0:8000启动程序, 若要使用其他端口作为访问端口,同时需要修改shellcode目录下的shellcode.py文件的13行的端口号。 使用说明 ShellCode 输入如CobaltStrike生成的python版payload.py文件中的buf = "xxxxx" 的 xxxxx 加密次数 通过简单的修改加密次数来绕过360不断网的情况下,免杀效果只有一会的情况 打包方式 目前只支持P
【文件预览】:
AVByPass-main
----db.sqlite3(19.94MB)
----images()
--------image-20201225173011498.png(240KB)
--------image-20201225173214436.png(238KB)
----templates()
--------shellcode.html(15B)
--------index.html(10KB)
--------base.html(2KB)
----requirements.txt(18B)
----AVByPass()
--------urls.py(1018B)
--------__init__.py(0B)
--------asgi.py(393B)
--------wsgi.py(393B)
--------settings.py(3KB)
----download()
--------test.txt(5B)
----shellcode()
--------__init__.py(0B)
--------views.py(4KB)
--------models.py(505B)
--------apps.py(93B)
--------admin.py(63B)
--------migrations()
--------shellcode.py(2KB)
--------tests.py(61B)
----README.md(3KB)
----manage.py(664B)