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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
forbiddenpass — 다중 도메인 HTTP 403 우회 스캐너로, 헤더 조작 기법을 테스트하여 웹 서버에서 숨겨진 접근 경로를 발견하며, 대량 도메인 스캔 및 사용자 정의 경로 타겟팅을 지원합니다. | Kitploit
도구/GitHubGitHub/gotr00t0day/forbiddenpass
Web Application ExploitationWAF BypassWeb SecurityPenetration Testing
GitHubgotr00t0day/forbiddenpass

forbiddenpass

다중 도메인 HTTP 403 우회 스캐너로, 헤더 조작 기법을 테스트하여 웹 서버에서 숨겨진 접근 경로를 발견하며, 대량 도메인 스캔 및 사용자 정의 경로 타겟팅을 지원합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

업데이트

Knowledge-Wisdom-Understanding (MrPMillz) 님께서 스크립트를 더 깔끔하게 만들고 헤더 페이로드를 수정해 주셔서 감사합니다.

설치

root@kitploit:~

git clone https://github.com/gotr00t0day/forbiddenpass.git

cd forbiddenpass

pip3 install -r requirements.txt

python3 forbiddenpass.py -h

사용법

root@kitploit:~

___________         ___.   .__    .___  .___           __________                                        
\_   _____/_________\_ |__ |__| __| _/__| _/____   ____\______   \_____    ______ ______                 
 |    __)/  _ \_  __ \ __ \|  |/ __ |/ __ |/ __ \ /    \|     ___/\__  \  /  ___//  ___/                 
 |     \(  <_> )  | \/ \_\ \  / /_/ / /_/ \  ___/|   |  \    |     / __ \_\___ \ \___ \                  
 \___  / \____/|__|  |___  /__\____ \____ |\___  >___|  /____|    (____  /____  >____  >                 
     \/                  \/        \/    \/    \/     \/               \/     \/     \/   v1.0           
                                                                                                         
                                                                                                         
                                                                                                         
usage: forbiddenpass.py [-h] [-p domain.com] [-d filename.txt] [-t site.com]                             
                                                                                                         
optional arguments:                                                                                      
  -h, --help            show this help message and exit                                                  
  -p domain.com, --path domain.com                                                                       
                        path to check                                                                    
  -d filename.txt, --domains filename.txt                                                                
                        domains to check                                                                 
  -t site.com, --target site.com                                                                         
                        domain to check 

예시

확인할 도메인 목록

root@kitploit:~
python3 forbiddenpass.py -d domains.txt

경로를 포함한 도메인 확인

root@kitploit:~
python3 forbiddenpass.py -d domains.txt --path login

단일 대상 스캔

root@kitploit:~
python3 forbiddenpass.py -t https://site

경로를 포함한 단일 대상 스캔

root@kitploit:~
 python3 forbiddenpass.py -t https://site --path login

면책 조항

https://github.com/iamj0ker/bypass-403 에서 영감을 받음
bypass-403은 여러 도메인 스캔을 지원하지 않으며, 작업 속도를 높이기 위해 forbiddenpass를 만들었습니다.

도구 다운로드