AI KOMUT MERKEZİ

PROMPT KÜTÜPHANESİ

Yapay zeka modellerini en verimli şekilde kullanmak için hazır komut şablonları.

🎨
Midjourney v6

Cyberpunk Hacker Odası

Detaylı, neon ışıklı ve atmosferik bir hacker çalışma alanı görseli oluşturmak için.

#Atmosphere #Cyberpunk #Environment
PROMPT
A futuristic hacker room, messy desk with multiple monitors displaying code and cyber maps, neon green and purple lighting, cables everywhere, view of a rainy cyberpunk city through the window, highly detailed, photorealistic, 8k, cinematic lighting, unreal engine 5 render --ar 16:9 --v 6.0
💻
GPT-4 / Claude 3

Python Port Scanner Scripti

Python kullanarak çok iş parçacıklı (multi-threaded) hızlı bir port tarayıcı iskeleti.

#Python #Networking #Security Tool
PROMPT
Write a Python script for a multi-threaded port scanner. It should accept a target IP and a range of ports as arguments. Use the 'socket' and 'threading' libraries. Include error handling for connection timeouts and closed ports. Output open ports to the console in real-time. Add comments explaining the threading logic.
🎯
GPT-4

Red Team: Phishing E-posta Analizi

Bir e-postanın oltalama (phishing) olup olmadığını analiz etmek için AI asistanı rolü.

#Defense #Analysis #Phishing
PROMPT
Act as a Senior Cyber Security Analyst specializing in Phishing detection. I will provide you with the headers and body of a suspicious email. Your task is to analyze it for indicators of compromise (IoCs), psychological manipulation triggers (urgency, fear, authority), and technical anomalies (mismatched sender domains, suspicious links). Provide a risk score from 1-10 and explain your reasoning. Here is the email: [INSERT EMAIL HERE]
🎬
Sora / Runway Gen-2

Sinematik Drone Çekimi

Siber şehir üzerinde uçan bir drone görüntüsü oluşturmak için video promptu.

#Cinematic #Sci-Fi #City
PROMPT
Cinematic drone shot flying over a futuristic mega-city at night, neon skyscrapers, flying cars traffic, heavy rain, blade runner vibe, high quality, 4k, smooth motion.
🔎
Claude 3 Opus

Zafiyet Araştırması: XSS

Cross-Site Scripting (XSS) zafiyetlerini ve bypass yöntemlerini öğrenmek için araştırma promptu.

#Web Security #Learning #Bypass
PROMPT
Explain Cross-Site Scripting (XSS) vulnerabilities like I am a junior penetration tester. Detail the differences between Stored, Reflected, and DOM-based XSS. Then, provide 3 common WAF bypass techniques for XSS payloads with examples. Focus on educational purposes only.
💻
GPT-4

Bash Script: Log Analizi

Apache access loglarında şüpheli IP adreslerini tespit eden script.

#Bash #Linux #Forensics
PROMPT
Write a Bash script to analyze an Apache access.log file. The script should identify IP addresses that have made more than 100 requests in the last minute. It should output these IPs and the number of requests. Use awk, sort, and uniq commands.