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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Chankro — disable_functions 및 open_basedir을 우회하는 도구 | Kitploit
도구/GitHubGitHub/tarlogicsecurity/chankro
ExploitationShellcodeWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubtarlogicsecurity/chankro

Chankro

disable_functions 및 open_basedir을 우회하는 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Chankro

펜테스트에서 disable_functions 및 __open_basedir__를 우회하는 가장 좋아하는 도구입니다.

작동 방식

Linux의 PHP는 mail() 함수가 실행될 때 바이너리(sendmail)를 호출합니다. putenv()가 허용된 경우 환경 변수 "LD_PRELOAD"를 설정하여 임의의 공유 객체를 사전 로드할 수 있습니다. 우리의 공유 객체는 PHP 제한 없이 사용자 지정 페이로드(바이너리 또는 bash 스크립트)를 실행하므로, 예를 들어 리버스 셸을 얻을 수 있습니다.

예제:

구문은 매우 간단합니다:

root@kitploit:~
$ python2 chankro.py --arch 64 --input rev.sh --output chan.php --path /var/www/html

참고: path는 .so가 배치될 절대 경로입니다.

설치

Git

root@kitploit:~
$ git clone https://github.com/TarlogicSecurity/Chankro.git
$ cd Chankro
$ python2 chankro.py --help

BlackArch

root@kitploit:~
# pacman -S chankro
$ chankro --help
도구 다운로드