From 396e75bbf628e93890b0b92dacba27b5e5cdffa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D0=B8=D0=B9?= <70258211+ValeryVerkhoturov@users.noreply.github.com> Date: Mon, 8 Aug 2022 18:38:01 +0300 Subject: [PATCH 1/2] Add link to Ubuntu VM for Mac --- .gitignore | 3 +++ README.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 485dee6..b2ba641 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .idea + +# MacOS +.DS_Store diff --git a/README.md b/README.md index 37f3ba7..6292723 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # InformtionsSecurityMethodsAndTools -### Список заданий +## Список заданий 1. [Phishing](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/Phishing/README.md) 2. [SOC](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/SOC/README.md) 3. [Deception](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/Deception/README.md) 4. [WAF](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/WAF/README.md) + +--- +Примечание — [Ubuntu on Apple silicon](https://mac.getutm.app/gallery/ubuntu-20-04) \ No newline at end of file From 317815efdff6e83a6c1210a596b9b3cb7870a9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D0=B8=D0=B9?= <70258211+ValeryVerkhoturov@users.noreply.github.com> Date: Mon, 8 Aug 2022 18:40:45 +0300 Subject: [PATCH 2/2] Internal links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6292723..ddd5816 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# InformtionsSecurityMethodsAndTools +# Informtions Security Methods And Tools ## Список заданий -1. [Phishing](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/Phishing/README.md) -2. [SOC](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/SOC/README.md) -3. [Deception](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/Deception/README.md) -4. [WAF](https://github.com/Ivanhahanov/InformtionsSecurityMethodsAndTools/blob/main/WAF/README.md) +1. [Phishing](./Phishing/README.md) +2. [SOC](./SOC/README.md) +3. [Deception](./Deception/README.md) +4. [WAF](./WAF/README.md) --- Примечание — [Ubuntu on Apple silicon](https://mac.getutm.app/gallery/ubuntu-20-04) \ No newline at end of file