CRT'ye Yönelik Araçlar

Steghide Kullanımı > https://www.youtube.com/watch?v=wrcmP1_BNE0
- Bir resmin içindeki data'yı elde etmek için kullanılır.
bkz.  http://blog.btrisk.com/2018/01/steganografi-sanat.html

Base64 Decode Tool > https://www.base64decode.org/

Base64 Decode Terminal Tool > 
➜ echo "ZmJzenFfe2lvZGpleG94cWd4fQ==" > base64encoded.txt
➜ base64 -d base64encoded.txt
fbszq_{iodjexoxqgx}

XOR Decode Python Tool > http://strelitzia.net/wasXORdecoder/wasXORdecoder.html
https://gist.github.com/revolunet/2412240

Vigenere Decode > http://www.cs.du.edu/~snarayan/crypt/vigenere.html Bu şifreleme türünün iki parametresi vardır.  Birincisi "TEXT", ikincisi "KEY" değerleri girildikten sonra string bir değer elde edililir.

ROT-13 Rotasyonu Decode > http://www.decode.org/?q=Jevgrvagbsyntsbezng

SHA-1 Decode  >  https://md5hashing.net/hash/sha1

ASCII Convert to Text  >  https://convert.town/ascii-to-text

Steganografik Decode (Resimin içinden veri elde etmek) > https://futureboy.us/stegano/decinput.html

Ceasar Cipher rotasyon uygulaması >
http://theblob.org/rot.cgi?text=fbszq_{iodjexoxqgx}

Obfuscated Uzun Metin Decode >  http://deobfuscatejavascript.com/

Exiftool Tool > Bir resmin detaylarını bize gösterir.
apt-get install exiftool
furkan #  exiftool images.jp

MD5 Decode > https://md5hashing.net/hash/md5/

NTLM Decode > https://4hm3d.com/tools/NTLM-Hash-Decryption

Substitution Cipher (Yerine Koyma Şifrelemesi - Kendi Alfabeni Olıştur) > 
http://substitution.webmasters.sk/simple-substitution-cipher.php

BİR HTML DOSYASININ SSL İLE ŞİRELENMİŞ OLDUĞUNU NASIL ANLARIM?

SSL Şifre Çözme Aracı > https://github.com/glv2/bruteforce-salted-openssl 
Wordlist ile kullanılır > http://blog.sebastien.raveau.name/2009/03/cracking-passwords-with-wikipedia.html


























Yorumlar