ToolKit for some projects and api's i made, because it makes my life easier and your it can make too!
- 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 :)
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.
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
If you have any feedback, please reach out to me on Issue Page or my discord: @cosita3cz
For support, make Issue on Issue page
There is no way to install this module yet