{"id":30133962,"url":"https://github.com/onlycmd/powershell-steganografi","last_synced_at":"2025-08-10T20:41:52.167Z","repository":{"id":309113532,"uuid":"1035206844","full_name":"onlycmd/powershell-steganografi","owner":"onlycmd","description":"PowerShell ile LSB steganografi aracı - Görsellere gizli mesaj saklama","archived":false,"fork":false,"pushed_at":"2025-08-09T22:11:08.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"tools","last_synced_at":"2025-08-10T00:11:29.331Z","etag":null,"topics":["binary-manipulation","image-processing","lsb","powershell","steganography"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onlycmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-09T22:09:03.000Z","updated_at":"2025-08-09T22:16:47.000Z","dependencies_parsed_at":"2025-08-10T00:11:34.718Z","dependency_job_id":"5936920e-0df0-4622-95f7-c4c10bb11b4d","html_url":"https://github.com/onlycmd/powershell-steganografi","commit_stats":null,"previous_names":["onlycmd/powershell-steganografi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/onlycmd/powershell-steganografi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlycmd%2Fpowershell-steganografi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlycmd%2Fpowershell-steganografi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlycmd%2Fpowershell-steganografi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlycmd%2Fpowershell-steganografi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onlycmd","download_url":"https://codeload.github.com/onlycmd/powershell-steganografi/tar.gz/refs/heads/tools","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlycmd%2Fpowershell-steganografi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269786236,"owners_count":24475699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-manipulation","image-processing","lsb","powershell","steganography"],"created_at":"2025-08-10T20:41:48.560Z","updated_at":"2025-08-10T20:41:52.131Z","avatar_url":"https://github.com/onlycmd.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔒 PowerShell Steganografi Aracı\r\n\r\nGörsellerin içine gizli mesaj saklama ve çıkarma aracı - PowerShell ile geliştirilmiş nadir steganografi projesi.\r\n\r\n## 📋 Özellikler\r\n\r\n- **🔐 Mesaj Gizleme:** LSB (Least Significant Bit) tekniği ile mesajları görsel dosyalara gizler\r\n- **🔍 Mesaj Çıkarma:** Gizlenmiş mesajları başarıyla geri çıkarır\r\n- **💻 Windows Uyumlu:** PowerShell ile tamamen uyumlu\r\n- **🖼️ BMP Desteği:** BMP formatındaki görsellerde çalışır\r\n- **⚡ Hızlı İşlem:** Binary manipulation ile optimal performans\r\n- **👁️ Görünmez:** LSB değişiklikleri gözle fark edilmez\r\n\r\n## 🚀 Kurulum\r\n\r\n1. Bu repository'yi klonlayın:\r\n   ```powershell\r\n   git clone https://github.com/kullaniciadi/powershell-steganografi.git\r\n   cd powershell-steganografi\r\n   ```\r\n\r\n2. PowerShell execution policy'yi ayarlayın (gerekirse):\r\n   ```powershell\r\n   Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\r\n   ```\r\n\r\n## 📖 Kullanım\r\n\r\n### Mesaj Gizleme\r\n```powershell\r\n.\\\\stegano.ps1 -Action hide -ImageFile resim.bmp -Message \"Gizli mesajım\" -OutputFile sonuc.bmp\r\n```\r\n\r\n### Mesaj Çıkarma\r\n```powershell\r\n.\\\\stegano.ps1 -Action extract -ImageFile sonuc.bmp\r\n```\r\n\r\n### Yardım\r\n```powershell\r\n.\\\\stegano.ps1\r\n```\r\n\r\n## 🧪 Test\r\n\r\nOtomatik test scriptini çalıştırın:\r\n```powershell\r\n.\\\\test.ps1\r\n```\r\n\r\nTest BMP dosyası oluşturmak için:\r\n```powershell\r\n.\\\\create_test_bmp.ps1\r\n```\r\n\r\n## 📁 Dosya Yapısı\r\n\r\n```\r\n├── stegano.ps1           # Ana steganografi aracı\r\n├── test.ps1              # Otomatik test scripti\r\n├── create_test_bmp.ps1   # Test BMP dosyası oluşturucu\r\n└── README.md             # Dokümantasyon\r\n```\r\n\r\n## 🔧 Teknik Detaylar\r\n\r\n### LSB Steganografi\r\nEn düşük anlamlı bit (Least Significant Bit) tekniği kullanılarak:\r\n- Mesaj karakterleri 8-bit binary'ye dönüştürülür\r\n- Her bit, görsel pixellerinin LSB'sine gizlenir\r\n- Mesaj sonu için `00000000` işaretleyici kullanılır\r\n- Görsel kalitesi korunur (değişiklik gözle görülmez)\r\n\r\n### Desteklenen Formatlar\r\n- **Giriş:** BMP formatı (diğer formatlar deneysel)\r\n- **Çıkış:** Orijinal format korunur\r\n- **Mesaj:** UTF-8 karakterler desteklenir\r\n\r\n## 📊 Performans\r\n\r\n- **Test Dosyası:** 1909 byte BMP\r\n- **Test Mesajı:** \"Gizli Test Mesaji\" (18 karakter)\r\n- **İşlem Süresi:** ~100ms\r\n- **Dosya Boyutu Değişimi:** 0 byte\r\n- **Başarı Oranı:** %100\r\n\r\n## ⚠️ Uyarılar\r\n\r\n- Sadece eğitim ve test amaçlı kullanın\r\n- Büyük mesajlar için yeterli piksel sayısı gereklidir\r\n- Görsel sıkıştırma LSB'leri bozabilir\r\n- Backup almayı unutmayın\r\n\r\n## 🤝 Katkı\r\n\r\nKatkılarınızı bekliyoruz! Lütfen:\r\n1. Fork yapın\r\n2. Feature branch oluşturun (`git checkout -b feature/yeni-ozellik`)\r\n3. Commit yapın (`git commit -am 'Yeni özellik eklendi'`)\r\n4. Branch'i push edin (`git push origin feature/yeni-ozellik`)\r\n5. Pull Request oluşturun\r\n\r\n## 📄 Lisans\r\n\r\nBu proje MIT lisansı altında lisanslanmıştır. Detaylar için `LICENSE` dosyasına bakın.\r\n\r\n---\r\n\r\n\r\n**Not:** Bu araç eğitim amaçlıdır. Gizlilik ve güvenlik için profesyonel çözümler kullanın. \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlycmd%2Fpowershell-steganografi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonlycmd%2Fpowershell-steganografi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlycmd%2Fpowershell-steganografi/lists"}