1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

merge branch 'master' of github.com:kamranahmedse/developer-roadmap

This commit is contained in:
Kamran Ahmed
2024-08-13 00:20:34 +01:00
2 changed files with 10 additions and 3 deletions

View File

@@ -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/)

View File

@@ -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/)