From e5b8863e3f48a576f76359c4ca33d789f103038b Mon Sep 17 00:00:00 2001 From: bigtendons8 Date: Tue, 13 Aug 2024 08:30:33 +1000 Subject: [PATCH 1/2] Fix formatting in content file (#6515) * Update sets@soZFqivM3YBuljeX6PoaX.md i broke the website, lets fix that * un-Update sets@soZFqivM3YBuljeX6PoaX.md * Update sets@soZFqivM3YBuljeX6PoaX.md --- .../roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md b/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md index 7ac293deb..fe1f692f6 100644 --- a/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md +++ b/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md @@ -4,6 +4,6 @@ Python Set is an unordered collection of data types that is iterable, mutable, a Visit the following resources to learn more: - -[@video@Python Sets tutorial for Beginners](https://www.youtube.com/watch?v=t9j8lCUGZXo) - -[@article@An W3Schools - Python Sets](https://www.w3schools.com/python/python_sets.asp) - -[@article@An In-Depth Guide to Working with Python Sets](https://learnpython.com/blog/python-sets/) +- [@video@Python Sets tutorial for Beginners](https://www.youtube.com/watch?v=t9j8lCUGZXo) +- [@article@An W3Schools - Python Sets](https://www.w3schools.com/python/python_sets.asp) +- [@article@An In-Depth Guide to Working with Python Sets](https://learnpython.com/blog/python-sets/) From ac924c09af676ec95d94f04d6ca743ed5b5c1bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Enrique=20Alcal=C3=A1=20Rojas?= Date: Mon, 12 Aug 2024 18:32:01 -0400 Subject: [PATCH 2/2] Add content for dumpster diving (#6514) * add content dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md * Update src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md * Update src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md --------- Co-authored-by: Kamran Ahmed --- .../content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md b/src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md index e69de29bb..b73b32b9e 100644 --- a/src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md +++ b/src/data/roadmaps/cyber-security/content/dumpster-diving@Iu0Qtk13RjrhHpSlm0uyh.md @@ -0,0 +1,7 @@ +# Dumpster Diving + +Dumpster Diving in the context of cybersecurity refers to the practice of searching through discarded materials in trash or recycling bins to find confidential information. This technique may seem unsophisticated, but it can be extremely effective in obtaining valuable data such as passwords, account information, network diagrams, or any other sensitive information that has not been properly destroyed. + +Visit the following resources to learn more: + +- [@article@What is Dumpster Diving](https://powerdmarc.com/dumpster-diving-in-cybersecurity/)