
imR0T: 簡単なテキスト暗号化でWhatsAppの連絡先にクイックメッセージを送信し、ROT13を基本としてASCIIとSymbols Substitutionに基づく新しいマルチ暗号化アルゴリズムでテキストを暗号化・復号化して保護します。
imR0T: シンプルなテキスト暗号化を使ってクイックメッセージをWhatsApp連絡先に送信します。基本的にはROT13と、ASCIIと記号置換に基づく新しいマルチ暗号化アルゴリズムを使用します。

簡単です:
# Clone this repository
git clone https://github.com/Screetsec/imR0T.git
# Go into the repository
cd imR0T
# Permission Acces
chmod +x imR0T
# Run the app
./imR0T
help: 標準のヘルプ表示コマンド。
imR0T╺─╸[ cli ] > help
|
|
|_
Options:[arguments]
help |:| show this message
show |:| show all modules from this tools
list style |:| show list style
use |:| use a module, ex : use [ID]
options |:| show module options
run |:| Execute the module
set |:| Set a value
back |:| Back to main
clear |:| Clear window
ls |:| list directory content
cat |:| read file/standard input
pwd |:| print name of current/working director
exit |:| Exit program
テキスト暗号化を使用してWhatsApp連絡先にメッセージを送信する機能を使用する前に、conf/whatsapp.confファイルを設定し、APIキーを追加する必要があります。
# Getting API :
# Register in here https://www.apiwha.com/
# Use your mail or temp mail :P
# Setup API KEY
# Example :
# - api="CA6DSQ3CLPC6FCQ3CLPC6F"
api=""
GPLv3 : http://www.gnu.org/licenses/
注意: このソースコードの修正、変更、改変は許容されますが、このコードを利用した公開リリースは、このツールの作成者 (Edo maland) の書面による承認を得なければなりません。