Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
mwcfg — MalDuck용 기능이 풍부한 모듈형 멀웨어 구성 추출 유틸리티 | Kitploit
도구/GitHubGitHub/c3rb3ru5d3d53c/mwcfg
Defensive ToolsStatic AnalysisReverse EngineeringMalware AnalysisBinary AnalysisThreat Intelligence
GitHubc3rb3ru5d3d53c/mwcfg

mwcfg

MalDuck용 기능이 풍부한 모듈형 멀웨어 구성 추출 유틸리티

저장소 보기
133152년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

악성코드 구성 추출기

build license pypi-version pypi-downloads pypi-wheel issues stars

logo

MalDuck용 악성코드 구성 추출 도구 및 모듈

이 프로젝트는 무료(🍺)입니다. 상업적으로, 개인적으로, 또는 원하는 방식으로 사용하세요.

이 프로젝트를 가장 쉽게 사용하는 방법은 mwcfg.info를 방문하여 바로 악성코드 구성을 추출하는 것입니다!

이 프로젝트가 마음에 들고 악성코드와의 싸움을 지원하기 위해 💰 기부를 원하신다면...

저는 🍺를 마시지 않으므로 16oXesi7uv3jdPZxxwarHSD2f3cNMpaih9로 약간의 ₿를 보내 🍵를 사주세요.

설치:

root@kitploit:~
sudo apt update
sudo apt install -y python-virtualenv python-is-python3 git-lfs gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-devel
git clone --recursive https://github.com/c3rb3ru5d3d53c/mwcfg.git
cd mwcfg/
virtualenv -p python3 venv
source venv/bin/activate
pip install -v .
git lfs --include tests/azorult.zip
unzip -P infected tests/azorult.zip tests/
mwcfg --input tests/azorult/ --modules modules/ --threads 4 --debug
mwcfg --input tests/azorult/ --list-modules

PyPi로 설치:

root@kitploit:~
sudo apt install -y python-virtualenv python-is-python3
virtualenv venv/
source venv/bin/activate
pip install mwcfg
git clone https://github.com/c3rb3ru5d3d53c/mwcfg-modules.git modules/
mwcfg --input sample.bin --modules modules/ --debug

Docker를 사용한 서버 설치:

root@kitploit:~
sudo apt install -y docker.io make
sudo usermod -a -G docker $USER
make mwcfg-server        # Build Server
make mwcfg-server-start  # Start the Server
make mwcfg-server-status # Check Running Status
make mwcfg-server-logs   # Tail Logs
make mwcfg-server-stop   # Stop Server
make mwcfg-server-clean  # Delete Server

완료되면 https://127.0.0.1로 이동하세요.

다음과 같이 샘플을 업로드하고 결과를 얻을 수도 있습니다:

root@kitploit:~
curl --silent --insecure -X POST --upload-file sample.bin https://127.0.0.1

mwcfg 사용법:

root@kitploit:~
usage: mwcfg v1.0.0 [-h] [--version] [-i INPUT] -m MODULES [--list-modules] [-d] [-p] [-t THREADS] [-r] [-l LOG]

A Modular Malware Configuration Extraction Utility for MalDuck

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -i INPUT, --input INPUT
                        Input File or Directory
  -m MODULES, --modules MODULES
                        Modules
  --list-modules
  -d, --debug           Debug
  -p, --pretty          Pretty Print Configs
  -t THREADS, --threads THREADS
                        Threads
  -r, --recursive       Recursive
  -l LOG, --log LOG     Log to File

Author: c3rb3ru5

mwcfg-server 사용법:

root@kitploit:~
usage: mwcfg-server v1.0.0 [-h] [--version] [--host HOST] [-p PORT] -m MODULES [-u UPLOADS] [-d]

A Modular Malware Configuration Extraction Server using MalDuck

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --host HOST           Host
  -p PORT, --port PORT
  -m MODULES, --modules MODULES
                        Modules
  -u UPLOADS, --uploads UPLOADS
                        Uploads Directory
  -d, --debug

Author: c3rb3ru5

Karton 프레임워크 설치:

root@kitploit:~
sudo apt install -y python-virtualenv python-is-python3 git-lfs
git clone --recursive https://github.com/c3rb3ru5d3d53c/mwcfg.git
cd mwcfg/
virtualenv venv/
source venv/bin/activate
./setup.py install
pip install karton-config-extractor
karton-config-extractor --config-file karton.ini --modules modules/

모듈 기여:

CONTRIBUTING.md를 참조하세요.

추가 리소스:

  • MWDB
  • MWDB 문서
  • Karton Framework
  • Karton Config Extractor
  • MalDuck
  • MalDuck 문서
도구 다운로드