🖥️
Siber Güvenlik Notları
  • WHOAMI
    • 👨‍💻Who Am I?
  • 🔭Information Gathering
    • Pentest VM Setup
    • Passive Information Gathering
    • Subdomain Enumeration
    • Host Discovery
    • Port Scanning
    • Email Enumeration
    • Leaked Passwords
    • Zafiyet Araştırma
  • 🪟Windows Pentesting
    • Windows Privilege Escalation
    • Windows Persistence
    • Windows Lateral Movement
    • AV Evasion
  • 🐧Linux Pentesting
    • Linux Privilege Escalation
    • Linux Persistence
    • Linux Lateral Movement
  • 🕸️Web Application Pentesting
    • Web Pentest Checklist
    • SQL Injection
    • NoSQL Injection
    • OS Command Injection
    • XXE Injection
    • SSTI
    • XSS
    • CSRF
    • SSRF
    • LFI/RFI
    • Insecure Deserialization
    • CORS Misconfiguration
    • Directory Traversal
    • File Upload
    • Broken Authentication
    • Broken Access Control
    • Business Logic
    • Race Conditions
    • Web Cache Deception
    • AWS Testing
    • Web Cache Poisoning
    • Clickjacking
    • API Testing
    • Broken Link Hijacking
    • HTTP Request Smuggling
    • LLM
    • HTTP Host Header Attack
    • OAuth Zafiyetleri
    • GraphQL API
    • HTTP Parameter Pollution
    • Configuration and Deployment Management Testing
    • Information Disclosure
    • Prototype pollution
    • JWT
  • 🖲️Network Service Pentesting
    • 📘Active Directory Services
      • Bleeding Edge Vulns
      • Misconfigs
      • Domain Trust
      • DNS (53)
      • Kerberos (88)
      • LDAP (389,636)
      • RPC WMI (135)
      • SMB (445)
      • WinRM - 5985
    • 📂FTP - 21
    • 🔐SSH - 22
    • 🤣Telnet - 23
    • SMTP - 25
    • TFTP - 69 UDP
    • HTTP - 80,443
      • Apache
      • Joomla
      • Drupal
      • Wordpress
      • WEBDAV
      • PHP
      • Laravel
    • IMAP/POP3 - 110,143,993,995
    • SNMP - 161
    • Rservices - 512
    • IPMI - 623
    • Rsync - 873
    • MSSQL - 1433
    • Oracle TNS - 1521
    • NFS - 2049
    • Docker
    • Grafana - 3000
    • MySQL - 3306
    • RDP - 3389
    • Postgresql - 5432
    • Redis - 6379
    • JDWP - 8000
    • MongoDB - 27017
  • 🕸️Network Pentesting
    • ARP Poisoning
  • 📞Android Pentesting
    • Android Derleme Süreci
    • Reversing
    • Rooting
    • Burp Suite Sertifikası
    • SSL Pinning Bypass
    • Patching
    • MobSF Kurulumu
    • Flutter Pentesting
  • 📰Teori
    • Güvenlik Ürünleri
    • OSI
    • Security Principles
  • Diger
    • Hacking Gadgets
      • Wifi Pineapple
      • Pwnagotchi
    • Stego
    • Buffer Overflow
    • Phishing
    • Nessus
    • DDOS Attacks
    • MSFConsole
  • ⏪Reverse
    • GCC Reverse
    • Python Reverse
    • Flare VM
    • Remnux
  • 🛜Wireless Pentesting
    • Wireless Pentest
    • Wireless V2
Powered by GitBook
On this page
  • FlareVM Nedir?
  • Kurulum
  • Windows 11 Kur
  • Windows Defender Devre Dışı Bırak
  • Windows Update Devre Dışı Bırak
  • FlareVM Kurulumu

Was this helpful?

  1. Reverse

Flare VM

PreviousPython ReverseNextRemnux

Last updated 6 months ago

Was this helpful?

FlareVM Nedir?

FlareVM, FireEye tarafından geliştirilen bir sanal makine (VM) imajıdır. Temel olarak, güvenlik uzmanlarına, siber tehdit avı ve analizleri için bir ortam sağlar. İmaj, çeşitli güvenlik araçları, yazılımlar ve kaynaklarla donatılmıştır, böylece kullanıcılar zararlı yazılım analizi, sızma testleri, dijital yargılama ve benzeri aktiviteleri gerçekleştirebilirler. Bu, güvenlik araştırmacılarının tehditleri anlamak, sınıflandırmak ve karşı önlemler geliştirmek için bir ortamda çalışmalarına yardımcı olur.

Kurulum

Windows 11 Kur

  • Min 60 GB Disk

  • Min 4 GB Ram

Windows Defender Devre Dışı Bırak

  • run gpedit.msc

  • Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus > Real-time Protection

  • Enable Turn off real-time protection

  • Enable Turn off Microsoft Defender Antivirus

Windows Update Devre Dışı Bırak

  • run gpedit.msc

  • Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experiance > Configure Automatic Updates > Disabled

  • Restart

FlareVM Kurulumu

(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
Unblock-File .\install.ps1
Set-ExecutionPolicy Unrestricted -Force
.\install.ps1

# DNS Client Fix
REG add “HKLM\SYSTEM\CurrentControlSet\services\dnscache” /v Start /t REG_DWORD /d 2 /f
  • Sonrasında Snapshot almak iyi olabilir.

⏪
https://www.microsoft.com/en-us/evalcenter/download-windows-11-enterprise