mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
README: ch05
This commit is contained in:
@@ -5,3 +5,4 @@ target/
|
||||
.env
|
||||
.venv
|
||||
/tests
|
||||
.DS_Store
|
||||
|
||||
@@ -93,7 +93,7 @@ Unfortunately, when a program spends most of its time in I/O operations, multi-t
|
||||
#### 4 - Adding modules with Trait objects (partially available, will be updated during the beta ✅🕒)
|
||||
We will add more heterogeneous modules to our scanner and will learn how Rust's type system helps create properly designed large software projects.
|
||||
|
||||
#### 5 - Crawling the web for OSINT (October 2021 🕒)
|
||||
#### 5 - Crawling the web for OSINT (partially available, will be updated during the beta ✅🕒)
|
||||
Leveraging all we learned previously, we will build an extremely fast web crawler to help us find the needles in the haystack the web is.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user