Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.9 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.9 KB

Cosita's ToolKit

GitHub GitHub Workflow Status GitHub Actions Workflow Status

ToolKit for some projects and api's i made, because it makes my life easier and your it can make too!

Features

  • Osint Api's
  • windows Memory address editor and pid finder
  • Auto updating, cuz PyPi is cursed for sm rsn
  • other things i need in mah projects :)

How To use:

To use this module, there is no PyPi so you wont need pip

Instead i have legacy method, aka "importing local module"

that means you can just put 'cosita-toolkit.py' to your dirrectory and import it like this:

import path.to.your.dir.cosita-toolkit

sounds easy right?

Also dont worry about license, i have it included inside code, just dont edit it and you will be good.

Usage/Examples

Modifing Memory address of pid 9999:

import cosita-toolkit as ctkit

ctkit.MemMod.modify(9999,0x03D55E, 37)

Getting last info about person on github and storing it inside json file:

import cosita-toolkit as ctkit

ctkit.GithubApi.get_last_info_raw("xxcosita3czxx", "tmp/res/github_api/", "last-info")
# no need to put .json onto the name of file save to

Documentation

Feedback

If you have any feedback, please reach out to me on Issue Page or my discord: @cosita3cz

Support

For support, make Issue on Issue page

Installation

There is no way to install this module yet