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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/sh1yo/request_smuggler
Vulnerability ScannersWeb Vulnerability ScannersWeb Application ExploitationAPI Security TestingWeb SecurityPenetration TestingArchived
GitHubsh1yo/request_smuggler

request_smuggler

Http 요청 스머글링 취약점 스캐너

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Twitter

ko-fi

crates.io stars crates_downloads github_downloads

Request smuggler

HTTP 요청 밀수 취약점 스캐너

James Kettle의 놀라운 연구를 기반으로 합니다. 이 도구는 요청 밀수 취약점에 취약할 수 있는 서버를 찾는 데 도움을 줍니다.

보관됨

이 도구는 많은 개선이 필요하며, 다른 큰 프로젝트인 x8이 있어 지원할 시간이 충분하지 않습니다. 향후 이 프로젝트로 돌아올 가능성이 있습니다.

사용법

root@kitploit:~
USAGE:
    request_smuggler [OPTIONS] --url <url>

FLAGS:
    -h, --help       도움말 정보를 출력합니다
    -V, --version    버전 정보를 출력합니다

OPTIONS:
        --amount-of-payloads <amount-of-payloads>    low/medium/all [기본값: low]
    -t, --attack-types <attack-types>
            [ClTeMethod, ClTePath, ClTeTime, TeClMethod, TeClPath, TeClTime] [기본값: "ClTeTime" "TeClTime"]

        --file <file>
            파일에서 요청을 보냅니다
            줄 끝에 \r\n을 명시적으로 전달해야 합니다
    -H, --header <headers>                           예시: -H 'one:one' 'two:two'
    -X, --method <method>                             [기본값: POST]
    -u, --url <url>
    -v, --verbose <verbose>
            0 - 탐지된 경우와 오류만 출력합니다,
            1 - 서버 응답의 첫 번째 줄을 출력합니다
            2 - 요청을 출력합니다 [기본값: 0]
        --verify <verify>                            취약점을 확인할 횟수 [기본값: 2]

설치

  • Linux

    • 릴리스에서
    • 소스 코드에서 (Rust가 설치되어 있어야 함)
      root@kitploit:~
      git clone https://github.com/Sh1Yo/request_smuggler
      cd request_smuggler
      cargo build --release
      
    • cargo install 사용
      root@kitploit:~
      cargo install request_smuggler --version 0.1.0-alpha.2
      
  • Mac

    • 소스 코드에서 (Rust가 설치되어 있어야 함)
      root@kitploit:~
      git clone https://github.com/Sh1Yo/request_smuggler
      cd request_smuggler
      cargo build --release
      
    • cargo install 사용
      root@kitploit:~
      cargo install request_smuggler --version 0.1.0-alpha.2
      
  • Windows

    • 릴리스에서
도구 다운로드