Giter Club home page Giter Club logo

pwn-env-init's Introduction

pwn-env-init

blog:https://www.giantbranch.cn/

CTF PWN 做题环境一键搭建脚本

CTF PWN environment one-click build script

理论上适用于debian系的linux x64系统,但强烈建议在Ubuntu x64系统上安装使用

如果怕麻烦的,可以直接下载我配置好的Ubuntu 16.04,为VMware导出的ovf格式

链接:https://pan.baidu.com/s/1Ia8NPcXy414QOaiH14T3sQ 提取码:kypa

账号密码: giantbranch:giantbranch (root密码可以通过sudo passwd root自行修改)

截图:

虚拟机的源码不能源码调试有bug,可通过以下命令修复:

rm glibc-2.23* -rf
sudo apt update
sudo apt source libc6-dev

Use

wget https://raw.githubusercontent.com/giantbranch/pwn-env-init/master/pwn_init.sh
chmod +x pwn_init.sh
sudo ./pwn_init.sh

Instructions

  1. 为64位系统提供32位运行环境支撑
  2. 下载了libc6的源码,方便源码调试( 可看这https://blog.csdn.net/u012763794/article/details/78457973
  3. 给gdb装上pwndbg和peda插件
  4. 安装pwntools
  5. 安装one_gadget
  6. 下载libc-database

Update

20181105: 竟然忘了安装one_gadget

20181027: 增加下载libc-database

20181003: 修改pip源为豆瓣源,加快pip的安装速度

Attention

I suggest you modify the /etc/apt/sources.list file to speed up the download.

Reward

paypal: https://www.paypal.me/giantbranch

自愿打赏

pwn-env-init's People

Contributors

giantbranch avatar

Watchers

James Cloos avatar  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.