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.