关于Spring Boot的在线免杀生成平台

图片[1]-关于Spring Boot的在线免杀生成平台-山海云端论坛

BypassAV-Online 是一个基于 Spring Boot 的在线免杀生成平台,尚处于初期阶段,功能待完善。未来计划增加更多编程语言的支持。

图片[2]-关于Spring Boot的在线免杀生成平台-山海云端论坛

特点

  • 在线生成
  • 多用户支持
  • 随机变量名
  • 随机图标
  • 反沙箱

快速体验

初次安装

<code>wget https://github.com/yutianqaq/BypassAV-Online/releases/download/v1.2/bypassAVOnline.zip unzip bypassAVOnline.zip cd bypassAVOnline curl https://nim-lang.org/choosenim/init.sh -sSf | sh echo "PATH=/home/kali/.nimble/bin:$PATH" >> ~/.zshrc source ~/.zshrc nimble install winim sudo apt install mingw-w64 java -jar bypass-0.0.1-SNAPSHOT.jar</code>

前端配置

<code>sudo cp -r dist/assets dist/index.html dist/logo.ico /var/www/html/ sudo chown -R www-data:www-data /var/www/html sudo a2enmod proxy sudo a2enmod proxy_http sudo a2enmod rewrite sudo systemctl restart apache2</code>

非初次安装

<code>wget https://github.com/yutianqaq/BypassAV-Online/releases/latest unzip bypassAVOnline.zip cd bypassAVOnline java -jar bypass-0.0.1-SNAPSHOT.jar sudo cp -r dist/assets dist/index.html dist/logo.ico /var/www/html/ sudo chown -R www-data:www-data /var/www/html sudo systemctl restart apache2</code>

项目地址

https://github.com/yutianqaq/BypassAV-Online

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容