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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ransomwhere — 랜섬웨어 대응 전략을 테스트해 볼 수 있는 PoC 랜섬웨어 샘플. | Kitploit
도구/GitHubGitHub/hazcod/ransomwhere
Encryption/Decryption ToolsPost-ExploitationRed TeamingIncident ResponsePayload DevelopmentAdversarial Attack
GitHubhazcod/ransomwhere

ransomwhere

랜섬웨어 대응 전략을 테스트해 볼 수 있는 PoC 랜섬웨어 샘플.

저장소 보기
2143611일 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Ransomwhere

파일을 암호화하여 랜섬웨어 탐지 및 방지 전략을 테스트할 수 있는 개념 증명(PoC) 랜섬웨어 샘플입니다. 인자가 제공되지 않으면 ransomwhere는 원본 파일을 삭제하지 않고 자동으로 encrypt 모드를 실행합니다.

이 소프트웨어로 인해 발생한 어떠한 손해에도 저는 책임지지 않습니다.

빌드

root@kitploit:~
# with make and Go installed
% make build

사용법

root@kitploit:~
% ransomwhere -h
Usage of ransomwhere:
  -delete
        Delete files after encrypting.
  -log string
        The log level to use. (default "error")
  -mode string
        Encrypt or decrypt the ransomware files. (default "encrypt")
  -path string
        Path to the directory where to traverse files to ransom. (default "/Users/niels")
  -wipe
        Wipe local snapshots while encrypting.

예제

root@kitploit:~
# straight from source, encrypt in our home directory
% make FLAGS="-log=warn -delete=false -mode=encrypt"

# from the binary, encrypt /home/ransom/
% ./app -log=warn -delete=false -mode=encrypt -path=/home/ransom/

# encrypt, delete original files and wipe backups like a real ransomware (DANGEROUS)
% ./app -delete=true -wipe=true

# revert the ransom operation and restore any files
% ./app -mode=decrypt
도구 다운로드