README: ch05

This commit is contained in:
Sylvain Kerkour
2021-10-07 21:50:11 +02:00
parent 6bd849caa9
commit 028797b1bb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,3 +5,4 @@ target/
.env
.venv
/tests
.DS_Store
+1 -1
View File
@@ -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.