알림 시스템 Cheat Sheet
제품정보
Notify는 Project Discovery에 의해 개발된 다양한 알림 시스템으로 실시간 알림을 다양한 플랫폼과 서비스에 전송할 수 있습니다. Discord, Slack, Telegram 등과 같은 여러 알림 제공 업체에 직접 보안 도구 또는 파일의 출력을 파이프 할 수 있도록 워크플로를 간소화하도록 설계되었습니다.
다른 알림 도구로 출발하지 않는 설정은 보안 워크플로우와 다양한 입력 형식을 처리 할 수있는 능력과 원활한 통합입니다. 실시간 보안 도구의 출력을 처리 할 수 있으며 필터 및 특정 표준을 기반으로 알림을 포맷하고 동시에 여러 목적지로 보냅니다. 보안 자동화에 필수적인 도구로, 보안 전문가가 끊임없이 자신의 도구를 모니터링하지 않고 중요한 발견에 대해 알려줍니다.
Notify는 보안 파이프라인에서 일반적으로 취약점, 새로운 하위 도메인, 개방 포트 또는 다른 중요한 발견에 대해 경고합니다. 통합의 유연성과 용이함은 보안 자동화 워크플로우에 대한 귀중한 구성 요소를 만들고, 실시간 보안 문제의 인식을 가능하게 합니다.
설치하기
바로가기
카지노사이트
Docker 사용
카지노사이트
Homebrew 사용 (macOS)
카지노사이트
PDTM 사용 (Project Discovery Tools Manager)
카지노사이트
리눅스에서
카지노사이트
기본 사용
공지사항
카지노사이트
공급자 선택
카지노사이트
산출 선택권
카지노사이트
공급자 구성
Discord 구성
카지노사이트
Slack 구성
카지노사이트
Telegram 구성
ο 회원 관리
이메일 설정
카지노사이트
팀 구성
카지노사이트
Webhook 구성
카지노사이트
고급 사용
메시지 형식
카지노사이트
알림 필터링
카지노사이트
공지사항
카지노사이트
공지사항
카지노사이트
다른 도구와 통합
Nuclei 파이프 라인
카지노사이트
Subfinder를 가진 파이프라인
오프화이트
HTTPX를 가진 파이프라인
카지노사이트
Naabu 파이프 라인
오프화이트
산출 주문화
사용자 정의 메시지 템플릿
카지노사이트
Formatting 선택권
카지노사이트
첨부 옵션
카지노사이트
기타 제품 주요 특징
대량 알림
카지노사이트
대화 형태
카지노사이트
건강 체크
카지노사이트
문제 해결
일반적인 문제
- **Provider 구성 문제 ** ```bash # Verify provider configuration notify -provider-config
# Reset provider configuration notify -reset-provider discord
```의 경우
- ** 제한 ** ```bash # Add delay between notifications echo "Finding"|notify -delay 5
# Set rate limit echo "Finding"|notify -rate-limit 10
```에 대하여
- ** 메시지 형식 문제** ```bash # Check message template echo "Finding"|notify -message "\\{\\{data\\}\\}" -debug
# Use simple message format first echo "Finding"|notify -message "Alert: \\{\\{data\\}\\}"
```의 경우
- ** 인증 문제** ```bash # Check provider credentials notify -provider-config
# Update provider credentials notify -set-discord-webhook https://discord.com/api/webhooks/your-new-webhook-url
```에 대하여
관련 링크
```bash
Enable verbose mode
echo "Finding"|notify -v
Show debug information
echo "Finding"|notify -debug
Check provider configuration
notify -provider-config ```의 경우
제품 설명
구성 파일
$HOME/.config/notify/provider-config.yaml
에 위치한 구성 파일을 사용합니다. 이 파일에서 다양한 설정을 사용자 정의 할 수 있습니다:
카지노사이트
환경 변수
카지노사이트
이름 *
명령 선 옵션
| | Flag | Description | |
| --- | --- |
| | -provider
| Provider(s) to send notification to | |
| | -message
| Custom message format for notification | |
| | -id
| ID to group notifications | |
| | -delay
| Delay in seconds between notifications | |
| | -rate-limit
| Maximum number of notifications per minute | |
| | -filter
| Filter notifications by content | |
| | -filter-regex
| Filter notifications by regex | |
| | -exclude
| Exclude notifications by content | |
| | -exclude-regex
| Exclude notifications by regex | |
| | -format
| Format for notification (text, html, markdown) | |
| | -attach
| File(s) to attach to notification | |
| | -json-input
| Process input as JSON lines | |
| | -log-file
| File to write notification log to | |
| | -v, -verbose
| Show verbose output | |
| | -debug
| Show debug information | |
| | -version
| Show Notify version | |
공급자 구성 옵션
| | Flag | Description | |
| --- | --- |
| | -set-discord-webhook
| Set Discord webhook URL | |
| | -set-discord-username
| Set Discord username | |
| | -set-discord-avatar
| Set Discord avatar URL | |
| | -set-slack-webhook
| Set Slack webhook URL | |
| | -set-slack-username
| Set Slack username | |
| | -set-slack-channel
| Set Slack channel | |
| | -set-telegram-token
| Set Telegram API token | |
| | -set-telegram-chat-id
| Set Telegram chat ID | |
| | -set-email-server
| Set email SMTP server | |
| | -set-email-username
| Set email username | |
| | -set-email-password
| Set email password | |
| | -set-email-sender
| Set email sender | |
| | -set-email-recipient
| Set email recipient | |
| | -set-teams-webhook
| Set Microsoft Teams webhook URL | |
| | -set-custom-webhook
| Set custom webhook URL | |
| | -set-custom-method
| Set custom webhook method | |
| | -set-custom-headers
| Set custom webhook headers | |
| | -provider-config
| Show provider configuration | |
| | -reset-provider
| Reset provider configuration | |
지원되는 공급자
| | Provider | Description | |
| --- | --- |
| | discord
| Discord messaging platform | |
| | slack
| Slack messaging platform | |
| | telegram
| Telegram messaging platform | |
| | email
| Email notification | |
| | teams
| Microsoft Teams messaging platform | |
| | custom
| Custom webhook | |
| | all
| All configured providers | |
지원하다
- 공식 문서
- GitHub 저장소
- Project Discovery Discord 를 호출합니다.
이 속임수 시트는 기본 알림에서 다른 도구와 고급 통합을 사용하여 Notify를 사용하는 포괄적 인 참조를 제공합니다. 최신 정보를 원하시면, 항상 공식 문서를 참조하세요. 필수