본문 바로가기

blackfalcon34

pwntools install 및 Getting Started(ftp 접속) pwntools install 및 Getting Started(ftp 접속) ref : https://media.readthedocs.org/pdf/pwntools/2.2/pwntools.pdf 1.설치 apt-get install python2.7 python2.7-dev python pip install --upgrade pwntools 1.1 ndk때문에 binutils이 충돌나거나 안깔린경우 $ sudo apt-get remvoe binutils $ sudo apt-get install libssl-dev $ sudo apt-get install git $ sudo apt-get install libc6-armel-cross libc6-dev-armel-cross $ sudo apt-get ins.. 2016. 11. 2.
glibc - getaddrinfo Stack Based Buffer Overflow glibc - getaddrinfo Stack Based Buffer Overflow add by SpeeDr00t@Blackfalcon (jang kyoung chip) This is a published vulnerability by google in the past.Please refer to the link below. Reference: - https://googleonlinesecurity.blogspot.kr/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html- https://github.com/fjserna/CVE-2015-7547- CVE-2015-7547: glibc getaddrinfo stack-based buffer overflow When .. 2016. 9. 7.
potato exploit potato exploit 2016. 9. 5.
clojure 설치 및 hello world 찍기 clojure 설치 및 hello world 찍기 1. 환경설정 hacker@ubuntu$ sudo apt-get install openjdk-9-jdk hacker@ubuntu$ sudo vi /etc/bash.bashrc bash.bashrc파일에 아래 내용 복사해서 붙여넣기 export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64/ hacker@ubuntu$ source /etc/bash.bashrc 2. clojure 다운로드 및 설치 git clone https://github.com/clojure/clojure.git sudo apt-get install maven sudo apt-get install ant ./antsetup.sh ant 3. 소스(main.. 2016. 8. 29.