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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/dheerajmadhukar/4-zero-3
Vulnerability AnalysisIDS/IPS EvasionWAF BypassWeb SecurityPenetration Testing
GitHubdheerajmadhukar/4-zero-3

4-ZERO-3

403/401 우회 방법 + Bash 자동화 + 당신의 지원 ;)

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

License Follow on Twitter

>_ 소개

4-ZERO-3 403/401을 우회하는 도구입니다. 이 스크립트는 동일한 작업을 수행하기 위한 모든 가능한 기술을 포함하고 있습니다.

  • 참고 : 출력에 여러 [200 Ok]/우회가 표시되면 Content-Length를 확인해야 합니다. 여러 [200 Ok]/우회의 Content-Length가 동일하면 오탐(false positive)입니다. 원인은 "301/302" 또는 "../" [페이로드]일 수 있습니다. 당황하지 마세요.
  • 스크립트는 우회 가능성이 발견되면 cURL 페이로드를 출력합니다.

>_ 미리보기

4-ZERO-3_priview

>_ 도움말

root@kitploit:~
root@me_dheeraj:$ bash 403-bypass.sh -h
4-ZERO-3

>_ 사용법 / 모드

  • 특정 페이로드로 스캔:
    • [ --header ] 헤더 기반 우회/페이로드 지원
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --header
      
    • [ --protocol ] 프로토콜 기반 우회/페이로드 지원
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --protocol
      
    • [ --port ] 포트 기반 우회/페이로드 지원
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --port
      
    • [ --HTTPmethod ] HTTP 메서드 기반 우회/페이로드 지원
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod
      
    • [ --encode ] URL 인코딩 기반 우회/페이로드 지원
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --encode
      
    • [ ] MySQL mod_Security 및 libinjection 우회/페이로드 지원 [** 신규 **]
root@kitploit:~
root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --exploit
전제 조건
  • apt install curl [Debian]

지원

4-ZERO-3가 마음에 들고 업무, 돈/현상금, 펜테스팅, 정찰(recon)에 도움이 되거나 단순히 행복한 기분을 준다면, 지지를 보여주세요!
🛑 지원 요청이나 질문을 위해 GitHub 이슈를 열지 말아 주세요!
저에게 맥주 한 잔 사주시면 제가 계속 힘을 낼 수 있습니다 :)

Buy Me A Beer

도구 다운로드
--SQLi
root@kitploit:~
root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --SQLi
  • 엔드포인트에 대한 전체 스캔 {모든 익스플로잇/페이로드 포함} [ --exploit ]