JS>> X0R>> 返回
项目作者: X-Vector

项目描述 :
XOR Known-Plaintext Attack && Many Time Pad Attack
高级语言: Python
项目地址: git://github.com/X-Vector/X0R.git
创建时间: 2019-02-23T09:12:32Z
项目社区:https://github.com/X-Vector/X0R

开源协议:

下载


XOR Attacks

  • This tool contains the most common two types of attack [Known-Plaintext Attack , Many Time Pad Attack]
  • The First Attack Known-Plaintext Attack takes an (ecrypted File , base64 string , hex string ) and a part of Plaintext and reverse xors it with a password specified by the user. This well then produce the plaintext data
  • if we say your Plaintext is Flag{W3lc0me_T0_X0R} you should put a part from Plaintext Like Flag{
  • The Secound Attack Many Time Pad Attack Takes (ecrypted Files or base64 strings or hex strings and Target Cipher) and get The Comman Key Between Them Then Get The PlainText of Target Cipher

Downloading and Open Tool :

1 - Download Tool :

  1. git clone https://github.com/X-Vector/X0R.git

2 - Install requirement

  1. sudo pip install requirement.txt

3 - Open Tool :

  1. python X0R.py

Screenshot :

X0R
X0R