From 028797b1bbddef3023d74d55178175fc7b641699 Mon Sep 17 00:00:00 2001 From: Sylvain Kerkour Date: Thu, 7 Oct 2021 21:50:11 +0200 Subject: [PATCH] README: ch05 --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 772e172..1125d95 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ target/ .env .venv /tests +.DS_Store diff --git a/README.md b/README.md index cf6bdc7..1d569be 100644 --- a/README.md +++ b/README.md @@ -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.