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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
byp4xx — Go로 작성된 40X/HTTP 우회 도구. 기능: HTTP 동사 변조, 헤더, #bugbountytips, 사용자 에이전트, 확장자, 기본 자격 증명... | Kitploit
도구/GitHubGitHub/lobuhi/byp4xx
Web Application ExploitationInformation GatheringWAF BypassWeb SecurityPenetration Testing
GitHublobuhi/byp4xx

byp4xx

Go로 작성된 40X/HTTP 우회 도구. 기능: HTTP 동사 변조, 헤더, #bugbountytips, 사용자 에이전트, 확장자, 기본 자격 증명...

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

/ /_ __ ______ // // _ ___ __ / __ / / / / __ / // /| |// |// / // / // / // /__ /> <> <
/
.
/_, / .__/ // //|//||
/___//
Go로 작성된 40X 바이패서. #bugbountytips, 헤더, 동사 변조, 사용자 에이전트 등의 방법을 포함합니다.

사용법:

root@kitploit:~
byp4xx <cURL or byp4xx options> <URL or file>

Some cURL options you may use as example:
  -L follow redirections (30X responses)
  -x <ip>:<port> to set a proxy
  -m <seconds> to set a timeout
  -H for new headers. Escape double quotes.
  -d for data in the POST requests body
  -...
  
 Built-in options:
  --all Verbose mode (by default only 2xx and 3xx codes will be prompted)
  -t or --thread Set the maximum threads. Rate limit disabled when threads are enabled. Use carefully.
  --rate Set the maximum reqs/sec. Only one thread enforced, for low rate limits. (5 reqs/sec by default)
  -xV Exclude verb tampering
  -xH Exclude headers
  -xUA Exclude User-Agents
  -xX Exclude extensions
  -xD Exclude default creds
  -xS Exclude CaSe SeNsiTiVe
  -xM Exclude middle paths
  -xE Exclude end paths
  -xB Exclude #bugbountytips

예제:

일반적인 사용법:

root@kitploit:~
byp4xx http://localhost/test

응답이 401이 아닌 경우 기본 자격 증명 생략:

root@kitploit:~
byp4xx -xD http://localhost/test

URL이 /로 끝나는 경우 엔드 경로와 확장자 생략:

root@kitploit:~
byp4xx -xE -xX http://localhost/test

2초 타임아웃 설정, 리디렉션 따르기, 프록시 사용:

root@kitploit:~
byp4xx -m 2 -L -x 127.0.0.1:8080 http://localhost/test

사용자 정의 헤더, 큰따옴표 이스케이프 필요:

root@kitploit:~
byp4xx -H \"Authorization: Bearer <JWT>\" http://localhost/test

기능:

  • 여러 HTTP 동사/메서드
  • #bugbountytips에 언급된 여러 메서드
  • 여러 헤더: Referer, X-Custom-IP-Authorization...
  • 모든 cURL 옵션 허용
  • Seclist 기반
    • UserAgents
    • Extensions
    • Default credentials

커피 한 잔 사주세요... 아니면 피자! 시원하게 지내세요! ^_^

도구 다운로드