Rogue 열 시트¶
** 큰 언어 모델에 의해 구동되는 지능형 웹 취약성 스캐너 에이전트 ** - AI 기반 보안 테스트와 인간의 침투 테스터와 같은 생각.
빠른 시작¶
설치하기¶
카지노사이트
기본 사용¶
카지노사이트
명령 선 옵션¶
필수 모수¶
카지노사이트
보안 테스트 구성¶
카지노사이트
범위 및 발견 옵션¶
카지노사이트
시험 전략¶
빠른 보안 평가¶
카지노사이트
표준 보안 감사¶
카지노사이트
포괄적인 보안 테스트¶
카지노사이트
대상 취약점 연구분야¶
카지노사이트
사이트맵 모델 선택¶
o4-mini (기본값)¶
카지노사이트
o3-mini (한글)¶
ο 회원 관리
o1-preview (고급)¶
카지노사이트
고급 사용 패턴¶
Subdomain 보안 평가¶
카지노사이트
URL 검색 및 테스트¶
카지노사이트
주문 산출 관리¶
카지노사이트
환경 설정¶
사이트맵 핵심 구성¶
카지노사이트
시스템 의존¶
카지노사이트
보안 테스트 모드¶
계획 발생 전략¶
카지노사이트
공급 능력¶
카지노사이트
산출과 보고¶
결과 분석¶
오프화이트
보고서 구조¶
카지노사이트
일반적인 사용 사례¶
웹 신청 안전 테스트¶
오프화이트
버그 Bounty 사냥¶
카지노사이트
관련 제품¶
카지노사이트
문제 해결¶
일반적인 문제¶
카지노사이트
디버그 및 모니터링¶
카지노사이트
성능 최적화¶
능률적인 스캐닝¶
카지노사이트
Resource 관리¶
카지노사이트
통합 예제¶
CI/CD 파이프라인¶
```bash
GitHub Actions integration¶
name: Security Scan run:| export OPENAI_API_KEY=$\\{\\{ secrets.OPENAI_API_KEY \\}\\} python run.py -u $\\{\\{ env.TARGET_URL \\}\\} -p 8 -i 5
Jenkins integration¶
sh ''' export OPENAI_API_KEY=$\\{OPENAI_API_KEY\\} python run.py -u \(\\\\{TARGET_URL\\\\} -p 10 -i 8 -o "jenkins_\)\\{BUILD_NUMBER\\}" ''' ```의 경우
자동화된 보안 테스트¶
```bash
Daily security scans¶
!/bin/bash¶
export OPENAI_API_KEY="your-key-here" python run.py -u https://production.com -p 8 -i 6 -o "daily_$(date +%Y%m%d)"
Weekly comprehensive audit¶
python run.py -u https://production.com -p -1 -i 12 -e -s -o "weekly_$(date +%Y%m%d)" ```에 대하여
최고의 연습¶
효과적인 사용법¶
```bash
Start with quick assessment¶
python run.py -u https://target.com -p 5 -i 3
Progress to standard scan¶
python run.py -u https://target.com -p 10 -i 8
Deep dive on interesting findings¶
python run.py -u https://target.com -p -1 -i 15 -m o1-preview
Always include scope expansion for thorough testing¶
python run.py -u https://target.com -e -s ```의 경우
보안 및 윤리¶
```bash
Always obtain proper authorization before testing¶
Use responsibly and ethically¶
Follow security testing best practices¶
Be mindful of potential impact on target systems¶
Document all findings properly¶
Report vulnerabilities through appropriate channels¶
```에 대하여
예약: https://github.com/faizann24/rogue ** 면허: ** GPL-3.0 ** 언어:** 프로젝트 ** 별:** 324+|포크: 33+