-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
knassar702
committed
Jul 19, 2022
1 parent
be9b122
commit 885363d
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.101.0"><title>hacks.rs</title><meta name=description content="Build some cyber security tools in Rust"><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin=anonymous><link rel=stylesheet href=https://hacks.knas.me/css/colour/gruvbox-dark.css><link rel=stylesheet href=https://hacks.knas.me/css/colour/dark-mode.css><link rel=stylesheet href=https://hacks.knas.me/css/risotto.css><link rel=stylesheet href=https://hacks.knas.me/css/custom.css></head><body><div class=page><header class=page__header><h1 class=page__logo><a href=https://hacks.knas.me class=page__logo-inner>hacks.rs</a></h1><nav class="page__nav main-nav"><ul></ul></nav></header><section class=page__body><p>here we’re trying to write some tools for cyber security in Rust | ||
because we don’t have <strong>enough</strong> community for Rust in the cyber security field soo this project can be use 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 <strong>How we write it</strong></p><h2 id=installation>installation</h2><p>install rust first from <a href=https://www.rust-lang.org/tools/install>https://www.rust-lang.org/tools/install</a> | ||
<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.101.0"><title>hacks.rs</title><meta name=description content="Build some cyber security tools in Rust"><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin=anonymous><link rel=stylesheet href=https://hacks.knas.me/css/colour/gruvbox-dark.css><link rel=stylesheet href=https://hacks.knas.me/css/colour/dark-mode.css><link rel=stylesheet href=https://hacks.knas.me/css/risotto.css><link rel=stylesheet href=https://hacks.knas.me/css/custom.css></head><body><div class=page><header class=page__header><h1 class=page__logo><a href=https://hacks.knas.me class=page__logo-inner>hacks.rs</a></h1><nav class="page__nav main-nav"><ul></ul></nav></header><section class=page__body><p>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<br>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</p><h2 id=installation>installation</h2><p>install rust first from <a href=https://www.rust-lang.org/tools/install>https://www.rust-lang.org/tools/install</a> | ||
then replace the TOOL_NAME word in this command with the folder name of the tool you want to install</p><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash><span style=display:flex><span>$ cargo install --git<span style=color:#f92672>=</span><span style=color:#e6db74>"https://github.com/knassar702/hacks"</span> TOOL_NAME | ||
</span></span></code></pre></div><h2 id=contribution>Contribution</h2><p>want to help | ||
thats good you can follow theses steps</p><ol><li>fork the repo</li><li>create a new branch</li><li>code your tool (make sure to keep it minimal)</li><li>send a pull request</li></ol><p>if you have any problem with your code you can open an issue if you need any kind of help</p><h2 id=acknowledgments>Acknowledgments</h2><p><img src=https://raw.githubusercontent.com/knassar702/hacks/master/CONTRIBUTORS.svg alt=cont></p></section><section class=page__aside><div class=aside__about><div class=aside__about><img class=about__logo src=https://hacks.knas.me/images/rice.svg alt=Logo><h1 class=about__title>About</h1><p class=about__description>Build some cyber security tools in Rust</p></div><ul class=aside__social-links><li><a href=https://github.com/knassar702/hacks rel=me aria-label=GitHub title=GitHub><i class="fab fa-github" aria-hidden=true></i></a> </li><li><a href=mailto:[email protected] rel=me aria-label=Email title=Email><i class="fas fa-envelope" aria-hidden=true></i></a> </li></ul></div><hr><div class=aside__content></div></section><footer class=page__footer><p class=copyright>© 2021 Khaled Nassar</p><p class=advertisement>Powered by <a href=https://gohugo.io/>hugo</a> and <a href=https://github.com/joeroe/risotto>risotto</a>.</p></footer></div></body></html> |