Code Monkey home page Code Monkey logo

-'s Introduction

创新实验大作业

各附件功能及使用方式

exploit.c

缓冲区溢出漏洞的代码,编译后部署与zombie主机上,attacker通过缓冲区溢出攻击来获取zombie主机的权限

使用方式

gcc -o exploit exploit.c -fno-stack-protector

exp.py

attacker用于进行缓冲区溢出攻击的脚本文件

使用方式

python3 exp.py

注:需下载pwntools包

pip3 install pwntools

SQLi.sql

server的数据库生成脚本,包含管理员账号和密码的sha1信息

使用方式

sudo mysql -u root
mysql> use elgg;
mysql> source SQLi.sql;
mysql> exit

front

server上部署的前端代码

使用方式

sudo cp -r front /var/www/
sudo chmod -R 5555 front

此外还需要修改apache2和其他虚拟机的/etc/hosts文件

-'s People

Contributors

curator-kim avatar

Watchers

 avatar

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.