일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- intelmac
- esbuild
- 네이버카페
- NUGU
- Frida
- CJ대한통운 #쿠팡 #통관번호오류 #통관고유번호오류 #안주원팀장 #모건인베스트
- Sequoia
- 다우오피스
- Malware Sample
- CryptoJS
- 변태는
- 취약점
- 척추관협착증
- open redirect
- 모의해킹
- 중고나라
- speed-measure-webpack-plugin
- self-signed
- 허리디스크
- ssrf
- 안전결제
- 채팅환전사기
- 많다..
- shell_gpt
- 로맨스스캠
- ue4dumper
- MongoDB #NoSQL #CreateUser #DropUser #mongod #mognod.conf
- 보이스피싱 #대검찰청 #명의도용 #비밀번호 #계좌번호 #공공기관 #가짜검찰청
- XSS
- 거래사기
Archives
- Today
- Total
annyoung
Metasploit 커스텀 마이징 본문
Metasploit을 커스텀 마이징을 하는 방법은 대략 세 가지로 나눌 수 있습니다.
1. exploit-db.com에서 구하는 방법
2. https://github.com/rapid7/metasploit-framework에서 구하는 방법
3. 자신이 직접 exploit code를 만들어 업데이트 시키는 방법
저는 github에 올라와 있는 wireshark_mpeg_overflow를 Metasploit에 추가하려 합니다.
exploit code는 BTR5 R3 기준으로 /opt/metasploit/msf3/modules/exploits/에 있습니다.
exploit code를 분류하여 mv해주시면 됩니다. 예를 들자면, windows에 관련된 exploit이라면 windows 디렉토리로 이동하여 2차분류를 해주시면 됩니다.
이제 여기에 mv명령어를 이용하여 wireshark_mpeg_overflow.rb를 /opt/metasploit/msf3/modules/exploits/windows/fileformat으로 옮겨주시면 됩니다.
성공적으로 wireshark_mpeg_overflow.rb를 원하는 경로로 옮겼으니 이제 Metasploit에서 테스트를 해보겠습니다.
정상적으로 exploit이 사용이 되네요.
이제 자신이 *.rb를 수정하여 exploit을 커스텀마이징 할 수 도 있습니다.
'운영체제' 카테고리의 다른 글
how to resolve nokogiri 1.6.5 compile error (0) | 2015.01.24 |
---|---|
metasploit on mac (0) | 2015.01.23 |
CleanMyMac2.dmg crack. (0) | 2014.05.13 |
NoSleep.dmg in MacBook Air (0) | 2014.03.25 |
BackTrack5 R3 강좌 (0) | 2014.03.13 |
Comments