Code Monkey home page Code Monkey logo

boanproject's Introduction

boanProject

  • id : msfadmin / pw : msfadmin

셸코드 만들기

msfvenom -p linux/x32/exec CMD='/bin/sh' -f python

ASLR(메모리가 랜덤하게 생성되기 때문에 끄기)

echo 0 | sudo tee /proc/sys/kernel/randomize_va_space

어태치 방법

  1. 파이썬의 pwn를 import해서 짜는 프로그램에서 pause()를 사용해서 잠시 멈춘다(enter치면 다시 실행됨)
  2. gdb ./~~ <pid>
  3. 디버깅을 하고 싶은 부분에 break point를 설정한다. b * main + 38
  4. 'conti' 명령어를 쳐서 디버거를 계속 실행시킨다
  5. pwn 프로그램에 엔터를 누른다 (sendline)
  6. 익스플로잇이 성공했는지 확인한

boanproject's People

Contributors

stonesteel84 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.