mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
8b64928b1e
commit
0afcf0d07d
@@ -56,7 +56,10 @@ P.S. - Thank you for the template and the ideas from your research [byt3bl33d3r]
|
||||
|
||||
## Compiling the examples in this repo
|
||||
|
||||
This repository does not provide binaries, you're gonna have to compile them yourself.
|
||||
This repository does not provide binaries, you're gonna have to compile them yourself.
|
||||
|
||||
[Install Rust](https://www.rust-lang.org/tools/install)
|
||||
Simply download the binary and install.
|
||||
|
||||
This repo was compiled in Windows 10 so I would stick to it. As mentioned OpenSSL binaries will have depencency issues that will require OpenSSL and perl to be installed.
|
||||
For the TCP SSL client/server I recommend static build due to dependencies on the hosts you will execute the binaries.
|
||||
@@ -93,8 +96,6 @@ Certain examples might not compile and give you some error, since it might requi
|
||||
build of Rust with the latest features. To install it just do:
|
||||
`rustup default nightly`
|
||||
|
||||
[Install Rust](https://www.rust-lang.org/tools/install) Simply download the binary and install.
|
||||
|
||||
|
||||
|
||||
The easiest place to find the dependencies or [Crates](https://crates.io/) as they are called.
|
||||
|
||||
Reference in New Issue
Block a user