본문 바로가기
728x90
반응형

전체 글391

usefull shellcode (linux x64) 유용한 쉘코드 모음 참고: https://shell-storm.org/shellcode/index.html Shellcodes database for study cases API It is very straightforward to communicate with this API. Just send a simple GET method. The "s" argument contains your keyword. http://shell-storm.org/api/?s= Use "*" for multiple keywords search. /?s= * * The output should be like this: :::: :::: :::: shell-storm.org 1. orw shellcode 출처: https://.. 2023. 11. 4.
how to use Dockerfile Dockerfile 사용법 1. Dockerfile이 있는 디렉토리(.)에서 빌드 docker build -t . 2. 실행 ( 웹 서버인 경우 -p 옵션으로 포트 설정) docker run -d -p 3000:3000 3. 도커 프로세스 id 확인 docker ps 4. 컨테이너 종료 docker stop 5. 컨테이너 제거 docker rm 6. 서버 stdout 확인(console.log 등) docker logs -f 2023. 11. 3.
how to run in custom libc version 커스텀 버전의 libc를 사용하는 방법 1. patchelf 및 환경변수 변경하는 방법 2. pwntools를 사용하는 방법 끝. 출처 : pwndocker . 2023. 8. 28.
how to use pwndocker pwndocker 사용법 elf 파일 분석할 때, 실제 사용중인 서버에서 실행하기에는 찝찝하고. 그렇다고 가상머신을 설치해 설치하기는 귀찮을 때 docker를 이용하면 편리하다. docker hub에 pwndocker라고 퍼너블 문제풀이에 안성맞춤인 도커가 있는데, 이를 설치하면 분석에 필요한 도구가 세팅되어 있어 좋다. 도커를 실행한 후 "pwndocker" 설치하면 끝. Docker Desktop을 이용하면 명령어 없이 드래그&드랍으로 로컬과 컨테이너 간의 파일 이동도 편리하다. 2023. 8. 22.
how to Copy the highlighted source code from visual studio to word 비쥬얼 스튜디오의 하이라이팅된 소스코드를 워드에 붙여놓는 방법 옛날에는 별도의 설정 없이도 그냥 복사 붙여넣기 하면 됐었는데, 근래에 복사 붙여넣기 해보니 검은색 테스트로만 나왔다. 그래서 이것저것 찾아보다 발견한 방법을 공유. https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.CopyAsHtml Copy As Html - Visual Studio Marketplace Extension for Visual Studio - Adds support to copy the selected editor text to clipboard in HTML format. marketplace.visualstudio.com 방법은 간단한.. 2023. 7. 23.
로지텍 키보드 펑션 키(function key) 고정 방법 로지텍 키보드 펑션 키(function key) 고정 방법 나는 평션 키 기능을 잘 사용하지 않는데, 단축키로는 종종 사용한다. 이름바꾸기(f2), 디버깅 관련(f5, f7, f8, f9) 등등 결론은, 로지텍 소프트웨어 설치할 필요 없이 "fn + esc" 누르면 된다. 2023. 6. 26.
하와이 카 쉐어링 HUI 소개(대여방법, 주유방법 등) 하와이 카 쉐어링 HUI 소개(대여방법, 주유방법 등) https://www.drivehui.com/ Car Rental in Waikiki, Honolulu, Oahu | Affordable Rates | Parking | Hui Ala Moana Shopping Center is a popular place to shop on the south shore of Oahu. It is the largest outdoor mall in the world and offers some of the best stores and food in Honolulu. It is home to well-known stores like Macy’s, Nordstrom, Victoria’s Sec www.drivehui.co.. 2023. 6. 23.
how to solve "adb push" or "adb install" not working "adb push" 혹은 "adb install" 명령어 실행시 응답없음 해결방법 adb shell 명령어가 정상실행 되는 상황에서 adb push나 adb install 명령어를 실행하면 adb server가 행 걸리는 상황이 발생하였다. 아에 안 되는(not working) 상황까지는 아니지만, 거의 그 상태라고 볼 수 있을 정도로 속도가 매우 느렸는데 원인과 해결책은 간단했다. USB 환경설정에서 설정값이 '데이터 전송 안함'에 세팅되어 있기 때문이었다.. '파일 전송'으로 세팅하면 잘 된다. 끝. 2023. 5. 25.
Install ADB on MAC MAC에서 ADB 설치하는 방법 1. brew 설치 brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 2. adb 설치 $ brew cask install android-platform-tools 혹은 $ brew install android-platform-tools --cask p.s. 안드로이드 개발자 홈페이지에서 버전에 따른 sdk를 설치하는 방법도 있는데, 이건 brew로 설치한 adb가 제대로 돌아가지 않을때 확인해보자. 참고. info-lab.tistory.com/215?category=349529 [ADB] MacOS(맥OS)에 ADB Tool 설치 하기(Install) 이번에 MacBook.. 2023. 5. 16.
how to fix "Error message: crypto_alg: ARIA-CBC: not found" in openVPN openVPN에서 프로파일 등록 도중 "Error message: crypto_alg: ARIA-CBC: not found" 이런 메시지가 나올 경우 해결 방법 openVPN 3.x 버전에서 위와 같은 에러가 발생한다. 3.x 버전에서는 이상하게 2.x 버전에서 지원하던 ARIA 암호 알고리즘을 지원하지 않기 때문. 고로, 2.x 버전을 설치하여 프로파일을 등록하면 정상 작동한다. 2023. 4. 25.
how to fix "This adb server's $ADB_VENDOR_KEYS is not set" error adb shell 명렁어 중에 "This adb server's $ADB_VENDOR_KEYS is not set" 라는 메시지가 나올 경우 해결 방법 adb shell 명령어를 실행했더니 아래와 같은 메시지가 나왔다. # adb shell adb: device unauthorized. This adb server's $ADB_VENDOR_KEYS is not set Try 'adb kill-server' if that seems wrong. Otherwise check for a confirmation dialog on your device. 해결 방법은 간단한데 '옵션 > 개발자 옵션 > USB 디버깅 권한 승인 취소' 후, USB 디버깅을 Off --> On' 해주면 된다. . 2023. 4. 24.
how to set ssl certificate using "Let's encrypt" in nginx Let's encrypt를 이용하여 nginx에 무료로 인증서 설치하는 방법 1. certbot 설치 sudo apt install certbot sudo apt install python3-certbot-nginx 2. 인증서 설치 sudo certbot --nginx -d -d ... 도메인이 하나라면 하나만 쓰면 된다. 근데 www.my-domain.kr, my-domain.kr 이렇게 두 개 등록하는게 편하다 혹시나 아래와 같은 에러 메시지가 발생한다면, "sudo apt install python3-certbot-nginx" 를 실행했는지 확인할 것. Saving debug log to /var/log/letsencrypt/letsencrypt.log The requested nginx plug.. 2023. 4. 12.
728x90
반응형