{% extends "base.html" %} {% block title %}Settings - xPOURY4 Recon{% endblock %} {% block content %}

Settings & Configuration

Configure API keys and application settings

API Keys
Required for GitHub reconnaissance module
Required for Shodan intelligence module
Optional for enhanced domain analysis
Application Settings
API Key Setup Guide
GitHub Token:
  1. Go to GitHub Settings → Developer settings → Personal access tokens
  2. Generate new token with 'public_repo' scope
  3. Copy and paste the token above
Shodan API Key:
  1. Create account at shodan.io
  2. Go to Account → API Key
  3. Copy and paste the API key above
VirusTotal API Key:
  1. Create account at virustotal.com
  2. Go to Profile → API Key
  3. Copy and paste the API key above
{% endblock %} {% block extra_js %} {% endblock %}