Msfvenom Payload Creator(MPC) in Kali Linux
[Youtube Data] Public Data - [Kali Linux - Msfvenom Payload Creator]
2022년 NHN Cloud 무료 교육일정 : https://doc.skill.or.kr/2022-NHN-Cloud-Education
제목 : Msfvenom Payload Creator(MPC) in Kali Linux
주의 : 테스트 이외의 목적으로 발생 되는 문제점에 대해서는 프로그램을 사용하는 사용자가 책임을 지셔야 한다는 것을 알려 드립니다.
Disclaimer: I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.
내용 :
MPC 툴 에 대한 사용 하는 방법인 영상입니다.
Description
Msfvenom Payload Creator (MPC) is a wrapper to generate multiple types of payloads, based on users choice. The idea is to be as simple as possible (only requiring one input) to produce their payload.
Fully automating msfvenom & Metasploit is the end goal (well as to be be able to automate MPC itself). The rest is to make the user's life as easy as possible (e.g. IP selection menu, msfconsole resource file/commands, batch payload production and able to enter any argument in any order (in various formats/patterns)).
The only necessary input from the user should be defining the payload they want by either the platform (e.g.
windows
), or the file extension they wish the payload to have (e.g.exe
).
Can't remember your IP for a interface? Don't sweat it, just use the interface name:
eth0
.Don't know what your external IP is? MPC will discover it:
wan
.Want to generate one of each payload? No issue! Try:
loop
.Want to mass create payloads? Everything? Or to filter your select? ..Either way, its not a problem. Try:
batch
(for everything),batch msf
(for every Meterpreter option),batch staged
(for every staged payload), orbatch cmd stageless
(for every stageless command prompt)!
Infomatio :
GitHub : https://github.com/g0tmi1k/msfpc
## Install
Designed for Kali Linux v2.x/Rolling & Metasploit v4.11+.
Kali v1.x should work.
OSX 10.11+ should work.
Weakerth4n 6+ should work.
...nothing else has been tested.
Kali Linux : MSFPC is already packaged in Kali Rolling, so all you have to-do is:
Example #1
Example #2
2022년 NHN Cloud 무료 교육일정 : https://doc.skill.or.kr/2022-NHN-Cloud-Education
Last updated