knassar702 / hacks

Build some cyber security tools in Rust :crab: :rocket:

Home Page:https://hacks.knas.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

here we're trying to write some tools for cyber security in Rust because we don't have enough community for Rust in the cyber security field
soo this project can be used as an example for new coders, or as a small community so feel free to ask anything about Rust here Also, we will re-write small tools like tomnomnom hacks and after finishing it you will find a simple blog post about How to write it

installation

install rust first from https://www.rust-lang.org/tools/install then replace the TOOL_NAME word in this command with the folder name of the tool you want to install

$ cargo install --git="https://github.com/knassar702/hacks" TOOL_NAME

Contribution

want to help thats good you can follow theses steps

  1. fork the repo
  2. create a new branch
  3. code your tool (make sure to keep it minimal)
  4. create README.md
  5. run cargo fmt
  6. send a pull request

if you have any problem with your code you can open an issue if you need any kind of help

Acknowledgments

cont

About

Build some cyber security tools in Rust :crab: :rocket:

https://hacks.knas.me/

License:GNU General Public License v3.0


Languages

Language:Rust 98.0%Language:Dockerfile 2.0%