# xortool # Analyze XOR-encoded data — guess key length and probable key bytes # Docs: https://docs.remnux.org/discover-the-tools/examine+static+properties/deobfuscation % xor, deobfuscation, key-recovery # Basic usage xortool # Select specific item xortool-xor -s 'key' -i -o # --- Recipes (multi-tool chains) --- # >> Brute-Force XOR Key # Quick check for XOR-encoded URLs/PE headers XORSearch http: # Brute-force single-byte XOR keys brxor.py # Try XOR, ROL, ADD combinations bbcrack -l 1 # Guess multi-byte XOR key length and value xortool # Decode with known key xortool-xor -s '' -i -o