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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
WindowsJobLock — Job Objects를 사용하는 Windows 프로세스 잠금 도구 | Kitploit
도구/GitHubGitHub/nccgroup/windowsjoblock
Defensive ToolsSecurity VirtualizationUtilities & FrameworksIncident Response
GitHubnccgroup/windowsjoblock

WindowsJobLock

Job Objects를 사용하는 Windows 프로세스 잠금 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Job Objects를 사용한 Windows 프로세스 잠금

Job Objects를 사용하는 Microsoft Windows 프로세스 잠금 도구

NCC Group Plc가 오픈소스로 공개 - http://www.nccgroup.com/

개발자: Ollie Whitehouse, ollie dot whitehouse at nccgroup dot com

https://github.com/nccgroup/WindowsJobLock

AGPL 라이선스로 배포됩니다. 자세한 내용은 LICENSE를 참조하세요.

Windows Jobs Objects 개요

참고 - http://msdn.microsoft.com/en-us/library/windows/desktop/ms684161(v=vs.85).aspx
Chrome의 사용 - http://src.chromium.org/viewvc/chrome/trunk/src/sandbox/win/src/job.cc

기능

root@kitploit:~
[*] A Microsoft Windows Process Lockdown Tool using Job Objects - https://github.com/nccgroup/WindowsJobLock
[*] NCC Group Plc - http://www.nccgroup.com/
[*] -h for help
    i.e. Win.JobLock.exe [-h]

 [.General Settings / Options.]
    -g          - Get process list
    -P <name>   - Process name to apply the job to
    -p <PID>    - PID to apply the job to
    -n <name>   - What the job will be called (optional)
 [.Process Limits.]
    -l <number> - Limit the number of process to this many
 [.Memory.]
    -m <bytes>  - Limit the total memory in bytes for the entire job
    -M <bytes>  - Limit the total memory in bytes for each process in the job
 [.Process Control.]
    -k          - Kill all process when the job handle dies
    -B          - Allow child process to be created with CREATE_BREAKAWAY_FROM_JOB (weak security)
    -b          - Allow child process which aren't part of the job (weak security)
 [.UI Security Controls.]
    -d          - Prevent processes within the job from switching or creating desktops
    -D          - Prevent processes within the job from calling the change display setting function
    -x          - Prevent processes within the job from calling the exit Windows function
    -a          - Prevent processes within the job from accessing global atoms
    -u          - Prevent processes within the job from user user handles
    -c          - Prevent processes within the job from reading the clipboard
    -s          - Prevent processes within the job from changing system parameters
    -C          - Prevent processes within the job from writing the clipboard

예제

이 예제는 메모장(Notepad)에 붙여넣기하지 못하게 하고, 메모장이 다른 프로세스를 생성하지 못하도록 합니다 :)

root@kitploit:~
C:\>Win.JobLock.exe -P notepad.exe -c -l 1
[*] A Microsoft Windows Process Lockdown Tool using Job Objects - https://github.com/nccgroup/WindowsJobLock
[*] NCC Group Plc - http://www.nccgroup.com/
[*] -h for help
[*] Opened process notepad.exe
[i] Process Limit                 - True  - 1
[i] Job Memory Limit              - False - 0
[i] Process Memory Limit          - False - 0
[i] Kill Process on Job Close     - False
[i] Break Away from Job OK        - False
[i] Silent Break Away from Job OK - False
[i] Limit Desktop Operations      - False
[i] Limit Display Changes         - False
[i] Limit Exit Windows            - False
[i] Limit Global Atoms            - False
[i] Limit User Handles            - False
[i] Limit Reading of Clipboard    - True
[i] Limit System Parameter Change - False
[i] Limit Writing to Clipboard    - False
[i] Final job name                - NONAME
[*] Applied job exended limits to job object
[*] Applied UI limits to job object
[*] Applied UI limits to job object
[*] Applied job object to process!
[*] Successfully built and deployed job object to notepad.exe!
도구 다운로드