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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Alfred — WIP - 개편된 Alfred [2.0] | Kitploit
도구/GitHubGitHub/pwnfuzz/alfred
ReconnaissancePort ScanningExploitationScripting & AutomationInformation GatheringPenetration TestingUtilities & FrameworksArchived
GitHubpwnfuzz/alfred

Alfred

WIP - 개편된 Alfred [2.0]

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

WIP - 개선된 Alfred [2.0]

Alfred - 모듈식 정찰 및 익스플로잇 프레임워크 [실험 단계]

Alfred는 다양한 정찰, 익스플로잇 및 사후 익스플로잇 작업을 지원하도록 설계된 Python 기반 프레임워크입니다. 매우 모듈식으로 설계되어 사용자가 플러그인을 쉽게 추가하여 기능을 확장할 수 있습니다. 이 프레임워크는 독립적인 플러그인 실행, 플러그인 인수 처리, 실행 결과 추적을 지원합니다.

기능

  • 플러그인 시스템: 사용자 정의 플러그인을 쉽게 로드하고 실행합니다.
  • 모듈식 설계: 새 플러그인을 생성하거나 가져와 기능을 확장합니다.
  • NLP 기반 입력 처리: 플러그인은 자연어 처리를 통해 사용자 입력을 이해하고, 의미론적 구문 분석을 사용하여 사용자의 의도를 특정 작업에 매핑합니다.
    • en_core_web_sm - 토큰화 및 문장 분할용
    • all-MiniLM-L6-v2 - 의미론적 구문 분석, 입력에서 기본 의도와 의미를 추출하는 데 사용.
  • 실행 로깅: 로깅 기능을 통해 플러그인 실행을 추적합니다.
  • 오류 처리: 플러그인 로딩 및 실행 중 오류를 적절히 처리합니다.
  • 플러그인 지원: 기본 정상 작동 확인을 위한 포트 스캐너 및 에코 메시지 플러그인이 포함되어 있습니다.

설치

  1. 리포지토리를 클론합니다:
root@kitploit:~
   git clone https://github.com/YourUsername/alfred.git
   cd alfred
   pip install -r requirements.txt

사용법

특정 플러그인을 실행하려면:

root@kitploit:~
ζ python3 alfred.py                                                                                                                                                                                                                           
/home/kali/.local/lib/python3.11/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
  warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
=== Alfred: Autonomous Pentest Assistant ===

[*] Loaded plugin: AquatonePlugin
2025-04-16 21:45:16,094 - INFO - Loaded plugin: AquatonePlugin
[*] Loaded plugin: EchoMessage
2025-04-16 21:45:16,096 - INFO - Loaded plugin: EchoMessage
[*] Loaded plugin: PingSweep
2025-04-16 21:45:16,099 - INFO - Loaded plugin: PingSweep
[*] Loaded plugin: PortScan
2025-04-16 21:45:16,102 - INFO - Loaded plugin: PortScan
2025-04-16 21:45:16,102 - INFO - Loading NLP models...
2025-04-16 21:45:16,827 - INFO - Use pytorch device_name: cpu
2025-04-16 21:45:16,828 - INFO - Load pretrained SentenceTransformer: all-MiniLM-L6-v2
2025-04-16 21:45:20,976 - INFO - Building action index...
Batches: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00,  7.82it/s]
Alfred > run nmap version scan on 10.0.2.15 and give me info
2025-04-16 21:45:41,540 - INFO - Processing instruction: run nmap version scan on 10.0.2.15 and give me info
2025-04-16 21:45:41,550 - INFO - Segmented into 2 parts: ['run nmap version scan on 10.0.2.15', 'give me info']
Batches: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 42.53it/s]
Batches: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 28.10it/s]
2025-04-16 21:45:41,634 - INFO - Processing action 1: run_nmap_scan
[*] Running plugin: PortScan with args {'target': '10.0.2.15', 'scan_type': 'version', 'options': ' -sV'}
2025-04-16 21:45:41,634 - INFO - Running plugin: PortScan with args {'target': '10.0.2.15', 'scan_type': 'version', 'options': ' -sV'}
[*] Starting port scan on 10.0.2.15 for ports 22,80,443...
2025-04-16 21:45:41,634 - INFO - Starting port scan on 10.0.2.15 for ports 22,80,443...
[*] Scan completed successfully.
2025-04-16 21:45:48,274 - INFO - Scan completed successfully.
[+] [10.0.2.15] 1 ports identified and stored.
2025-04-16 21:45:48,275 - SUCCESS - [10.0.2.15] 1 ports identified and stored.
{'host': '10.0.2.15', 'status': 'up', 'hostnames': '10.0.2.15', 'addresses': {'ipv4': '10.0.2.15'}, 'tcp_ports': {80: {'state': 'open', 'name': 'http', 'product': 'SimpleHTTPServer', 'version': '0.6', 'extrainfo': 'Python 3.11.6', 'cpe': 'cpe:/a:python:simplehttpserver:0.6', 'scripts': {'http-title': 'Directory listing for /', 'http-server-header': 'SimpleHTTP/0.6 Python/3.11.6'}}}}
[+] Plugin 'PortScan' executed successfully.
2025-04-16 21:45:48,275 - SUCCESS - Plugin 'PortScan' executed successfully.
[+] Plugin 'PortScan' executed in 6.64 seconds.
2025-04-16 21:45:48,275 - SUCCESS - Plugin 'PortScan' executed in 6.64 seconds.
2025-04-16 21:45:48,275 - ERROR - Error executing plugin PortScan: 'NoneType' object has no attribute 'get'
2025-04-16 21:45:48,275 - INFO - Processing action 2: explain
I encountered an error: 'NoneType' object has no attribute 'get'. I encountered an error: unknown error.
--------------------------------------------------

사용 가능한 플러그인

  • EchoMessage: 메시지를 다시 에코하는 간단한 플러그인입니다. 정상 작동 확인용입니다.
  • PortScan: 대상에 대해 기본 포트 스캔을 수행하는 플러그인입니다.
도구 다운로드