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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CnC-Botnet-in-Python — Python과 fabric으로 작성된 C&C 봇넷 | Kitploit
도구/GitHubGitHub/marcorosa/cnc-botnet-in-python
Lateral MovementPost-ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access ToolPayload Development
GitHubmarcorosa/cnc-botnet-in-python

CnC-Botnet-in-Python

Python과 fabric으로 작성된 C&C 봇넷

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CnC-Botnet-in-Python

C&C 봇넷, Python으로 작성됨

설명

fabric을 사용하여 Python으로 작성된 간단한 봇넷입니다.

이 코드의 사용에 대해 저자는 책임을 지지 않습니다.

호스트

프로젝트의 메인 디렉토리에 포함된 hosts.txt 파일에서 호스트를 로드할 수 있습니다. 이 파일의 기본 형식은 다음과 같습니다:

root@kitploit:~
username@host:port password

포트 번호가 명시되지 않은 경우, 포트 22가 사용됩니다:

root@kitploit:~
username@host password

SSH 연결이 기본 인증 방식이므로, 호스트가 사용자의 공개 키를 알고 있다면 비밀번호를 입력할 필요가 없습니다:

root@kitploit:~
username@host

사용법

애플리케이션을 시작하려면 리포지토리를 다운로드하세요

root@kitploit:~
git clone https://github.com/marcorosa/CnC-Botnet-in-Python
cd CnC-Botnet-in-Python

의존성을 설치합니다

root@kitploit:~
pip install -r requirements.txt

hosts.txt 파일을 생성하고(선택 사항, 위 참조), 시작 스크립트를 실행하세요

root@kitploit:~
python start.py

예제

root@kitploit:~
=================================
MENU
=================================
[0] Load host from external file
[1] Add a new host
[2] Print selected hosts
[3] Check active hosts
[4] Select only active hosts
[5] Select bots
[6] Execute command locally
[7] Execute command on bots
[8] Run external script
[9] Open shell in a host
[10] Exit
>>> 
도구 다운로드