hacking: security in practice
Cyber Security Analyst Community
Hey all, hope you're having great weekend. Quick poll here, we've had a suggestion by one of our analysts to start up a discord server to discuss malware, conduct analysis, share iocs and anything else we can do to help other analysts or new joiners in the field.
Is this something you'd be interested in?
View Poll
submitted by /u/_Forever_Learning
[link] [comments]
Cyber Security Analyst Community
Hey all, hope you're having great weekend. Quick poll here, we've had a suggestion by one of our analysts to start up a discord server to discuss malware, conduct analysis, share iocs and anything else we can do to help other analysts or new joiners in the field.
Is this something you'd be interested in?
View Poll
submitted by /u/_Forever_Learning
[link] [comments]
reddit
Cyber Security Analyst Community
Hey all, hope you're having great weekend. Quick poll here, we've had a suggestion by one of our analysts to start up a discord server to discuss...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to Hack Almost Any Laptop
https://cdn-images-1.medium.com/max/2600/1*qorUudPtQ3Ouky2CYtsDjw.jpeg
Instructions to regain access to a MacBook, Linux-based or Windows-based system
Continue reading on ILLUMINATION »
How to Hack Almost Any Laptop
https://cdn-images-1.medium.com/max/2600/1*qorUudPtQ3Ouky2CYtsDjw.jpeg
Instructions to regain access to a MacBook, Linux-based or Windows-based system
Continue reading on ILLUMINATION »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to prevent more than 200 million users from using Google services
Note: all bugs in this write-up still exist, and you can reproduce them in https://community.appsheet.com
Continue reading on Medium »
How to prevent more than 200 million users from using Google services
Note: all bugs in this write-up still exist, and you can reproduce them in https://community.appsheet.com
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Assembly Language x86_64 basics | 0x04 | Bin Exp#4
https://cdn-images-1.medium.com/max/2240/1*IWIkhkTcvgPOdNkLH77xPg.png
Hi friends, in the last blog I wrote about the compilation process of C. In this blog, we going to see the basics of x86_64 Assembly…
Continue reading on Medium »
Assembly Language x86_64 basics | 0x04 | Bin Exp#4
https://cdn-images-1.medium.com/max/2240/1*IWIkhkTcvgPOdNkLH77xPg.png
Hi friends, in the last blog I wrote about the compilation process of C. In this blog, we going to see the basics of x86_64 Assembly…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Open Source Low Code Development Platform (LCDP)
https://cdn-images-1.medium.com/max/1920/1*O5a_N2d6moxH6uqnYdpYsw.png
LCDP for rapid web application development and sharing of machine learning models.
Continue reading on Medium »
Open Source Low Code Development Platform (LCDP)
https://cdn-images-1.medium.com/max/1920/1*O5a_N2d6moxH6uqnYdpYsw.png
LCDP for rapid web application development and sharing of machine learning models.
Continue reading on Medium »
Red-Kube - Red Team K8S Adversary Emulation Based On Kubectl
http://www.kitploit.com/2021/05/red-kube-red-team-k8s-adversary.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/05/red-kube-red-team-k8s-adversary.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Red-Kube - Red Team K8S Adversary Emulation Based On Kubectl
Red Kube is a collection of kubectl commands written to evaluate the security posture of Kubernetes (https://www.kitploit.com/search/label/Kubernetes) clusters from the attacker's perspective. The commands are either passive for data collection and information disclosure (https://www.kitploit.com/search/label/Information%20Disclosure) or active for performing real actions that affect the cluster. The commands are mapped to MITRE ATT&CK Tactics to help get a sense of where we have most of our gaps and prioritize our findings. The current version is wrapped with a python orchestration module to run several commands in one run based on different scenarios or tactics. Please use with care as some commands are active and actively deploy new containers (https://www.kitploit.com/search/label/Containers) or change the role-based access control configuration. Warning: You should NOT use red-kube commands on a Kubernetes cluster that you don't own!
Prerequisites:
python3 requirements pip3 install -r requirements.txt kubectl (Ubuntu / Debian) sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates curl
sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl kubectl (Red Hat based) cat < /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
yum install -y kubectl jq sudo apt-get update -y
sudo apt-get install -y jq
Usage
usage: python3 main.py [-h] [--mode active/passive/all] [--tactic TACTIC_NAME] [--show_tactics] [--cleanup]
required arguments:
--mode run kubectl commands which are active / passive / all modes
--tactic choose tactic
other arguments:
-h --help show this help message and exit
--show_tactics show all tactics
Commands by MITRE ATT&CK Tactics
Tactic Count Reconnaissance 2 Initial Access 0 Execution 0 Persistence 2 Privilege Escalation 4 Defense Evasion 1 Credential Access 8 Discovery 15 Lateral Movement 0 Collection 1 Command and Control 2 Exfiltration 1 Impact 0
Webinars
1 First Workshop with Lab01 and Lab02 Webinar Link (https://www.lightspin.io/kubernetes-security-concepts-workshop) 2 Second Workshop with Lab03 and Lab04 Webinar Link (https://www.lightspin.io/webishop-specific-container-security-in-kubernetes)
Presentations
BlackHat Asia 2021 (https://www.blackhat.com/asia-21/arsenal/schedule/#red-kube-22401)
Q&A
Why choosing kubectl and not using the kubernetes api in python? When performing red team assessments and adversary emulations, the quick manipulations and tweaks for the tools used in the arsenal are critical. The ability to run such assessments and combine the k8s attack techniques based on kubectl and powerful Linux commands reduces the time and effort significantly.
Contact Us
This research was held by Lightspin's Security Research Team. For more information, contact us at support@lightspin.io (mailto:support@lightspin.io).
Download Red-Kube (https://github.com/lightspin-tech/red-kube)
___________________________
@hacking_Attack
@Hacking_Video
Prerequisites:
python3 requirements pip3 install -r requirements.txt kubectl (Ubuntu / Debian) sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates curl
sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl kubectl (Red Hat based) cat < /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
yum install -y kubectl jq sudo apt-get update -y
sudo apt-get install -y jq
Usage
usage: python3 main.py [-h] [--mode active/passive/all] [--tactic TACTIC_NAME] [--show_tactics] [--cleanup]
required arguments:
--mode run kubectl commands which are active / passive / all modes
--tactic choose tactic
other arguments:
-h --help show this help message and exit
--show_tactics show all tactics
Commands by MITRE ATT&CK Tactics
Tactic Count Reconnaissance 2 Initial Access 0 Execution 0 Persistence 2 Privilege Escalation 4 Defense Evasion 1 Credential Access 8 Discovery 15 Lateral Movement 0 Collection 1 Command and Control 2 Exfiltration 1 Impact 0
Webinars
1 First Workshop with Lab01 and Lab02 Webinar Link (https://www.lightspin.io/kubernetes-security-concepts-workshop) 2 Second Workshop with Lab03 and Lab04 Webinar Link (https://www.lightspin.io/webishop-specific-container-security-in-kubernetes)
Presentations
BlackHat Asia 2021 (https://www.blackhat.com/asia-21/arsenal/schedule/#red-kube-22401)
Q&A
Why choosing kubectl and not using the kubernetes api in python? When performing red team assessments and adversary emulations, the quick manipulations and tweaks for the tools used in the arsenal are critical. The ability to run such assessments and combine the k8s attack techniques based on kubectl and powerful Linux commands reduces the time and effort significantly.
Contact Us
This research was held by Lightspin's Security Research Team. For more information, contact us at support@lightspin.io (mailto:support@lightspin.io).
Download Red-Kube (https://github.com/lightspin-tech/red-kube)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Building your own evil HID injector USB cable
https://www.reddit.com/r/redteamsec/comments/ndqlza/building_your_own_evil_hid_injector_usb_cable/
submitted by /u/The-Luemmel (https://www.reddit.com/user/The-Luemmel)
[link] (https://luemmelsec.github.io/Building-An-Evil-USB-Cable/) [comments] (https://www.reddit.com/r/redteamsec/comments/ndqlza/building_your_own_evil_hid_injector_usb_cable/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/ndqlza/building_your_own_evil_hid_injector_usb_cable/
submitted by /u/The-Luemmel (https://www.reddit.com/user/The-Luemmel)
[link] (https://luemmelsec.github.io/Building-An-Evil-USB-Cable/) [comments] (https://www.reddit.com/r/redteamsec/comments/ndqlza/building_your_own_evil_hid_injector_usb_cable/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Building your own evil HID injector USB cable
Posted in r/redteamsec by u/The-Luemmel • 35 points and 0 comments
Deep Web
Can't find something on Tor which is important to me
Several days ago, a massive DC Washington MPD database was leaked, now it's public info, the hackers posted it on Tor. The thing is that there is one of my family member case in it.
Somebody has the link to it (actually more than 4k ppl have a link to it) and try to sell me that for 500 dollars, but i can't afford the money rn.
I was questioning myself, how can i find it on Tor ? I just have the beggining of the link which goes like this : flhnknbdg7yddsu3gj5lyn2wjkb3mmuoatmi5z5qe2o then i don't know the rest of it
submitted by /u/ShuttingOP
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Can't find something on Tor which is important to me
Several days ago, a massive DC Washington MPD database was leaked, now it's public info, the hackers posted it on Tor. The thing is that there is one of my family member case in it.
Somebody has the link to it (actually more than 4k ppl have a link to it) and try to sell me that for 500 dollars, but i can't afford the money rn.
I was questioning myself, how can i find it on Tor ? I just have the beggining of the link which goes like this : flhnknbdg7yddsu3gj5lyn2wjkb3mmuoatmi5z5qe2o then i don't know the rest of it
submitted by /u/ShuttingOP
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Can't find something on Tor which is important to me
Several days ago, a massive DC Washington MPD database was leaked, now it's public info, the hackers posted it on Tor. The thing is that there is...
How to Bruteforce Android Pin?????
https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/
submitted by /u/Green-Ad274 (https://www.reddit.com/user/Green-Ad274)
[link] (https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/) [comments] (https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/
submitted by /u/Green-Ad274 (https://www.reddit.com/user/Green-Ad274)
[link] (https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/) [comments] (https://www.reddit.com/r/Pentesting/comments/ndtbn0/how_to_bruteforce_android_pin/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to Bruteforce Android Pin?????
Posted in r/Pentesting by u/Green-Ad274 • 1 point and 0 comments
Forwarded from Torrent Leaks
Download Free Courses
It Fundamentals – Everything You Need to Know About It
https://s3.eu-central-1.wasabisys.com/courseupload/2021/05/Screen-Shot-2021-05-04-at-11.14.56-AM.png It Fundamentals – Everything You Need to Know About It — Udemy — Published 4/2021 — Free download
Computer Skills — Great help for passing CompTIA A+ (220-1001) and ITF+ (FCO-U61) What you’ll learn*
Everything about a computer Hardware, Software, Networking, Storage etc.
*
You will understand the true meaning of IT and how it works
*
Different components of IT
*
The course will help you prepare for for CompTIA IT Fundamentals exam.
*
You will learn why IT is the right field for your career
*
Binary language (1 and 0), OSI Model, SAN, RAID, computer architecture, and much more…
*
Foundation of Information technology that can help significantly in learning any other IT field
*
Students will be better prepared to troubleshoot, problem-solve and understand a wide variety of issues ranging from networking and operating systems to securit
Requirements
*
Just a computer or a laptop
*
Desire to be in IT field
Description
Whether you are new to the computers or just want to brush up on your skills, this course provides information technology literacy and basic skills training for learners with limited experience. Course learning outcomes focus on skill development related to basic computer operations and information technology. This course is highly recommended to those who are entering into IT field and for those who want to improve their computer skills in oder to enhance their work productivity.
In this course, each numbered section covers related computer skills divided into Learning Activities
Here is the list of topic that will be covered in the course:
Section 1 – Introduction to IT
* True meaning of IT
* Importance of IT
* What is a computer?
* Computer language (0 and 1 concept)
* Quiz and handouts
Section 2 – Computer Components
* Hardware
* Software or operating system
* Application software
* Networking
* Database
* Storage
* Virtualization and Cloud
* Security
* Quiz, handouts and homework
Section 3 – Hardware
* Different types of computers
* RAM and installing RAM
* CPU, CPU cores and sockets
* Installing CPU
* 32 vs. 64-bit processing
* Hard disk drive
* Motherboard
* Other internal parts of a computer (Fan, power supply, CDROM etc.
* External components of a computer (Keyboard, monitor, mouse, printer etc.)
* Hardware manufacturers
* Computer comparison with human body
* Quiz, handouts and homework
Section 4 – Operating System
* Types of operating systems
* Function of OS
* Building OS
* CLI vs. GUI operating systems
* Computer boot process
* OS file systems management
* Quiz, handouts and homework
Section 5 – Software
* Software and types of software
* System software
* Application software
* Freeware and shareware
* Open-source software
* BIOS and Accessing
* Program and services
* Quiz and handouts
Section 6 – Networking
* How computers communicate
* IP address (Static vs. DHCP)
* TCP/IP
* Gateway
* Subnet mask
* Computer MAC address
* OSI layer
* OSI vs. TCP/IP
* Protocols and Ports
* Types of Network Devices (Hub, Switch, Modem, Router, Access point)
* How internet works
* Quiz and handouts
Section 7 – Database
* Database introduction
* What is RDBMS?
* What is SQL?
* Top 5 RDBMS using SQL
* Quiz and handouts
Section 8 – Storage
* Computer storage introduction
* How storage is calculated (KB, MB, GB etc.)
* Types of computer storage
* Difference between RAM, SWAP, Virtual Memory, Cache etc.
* Hard Disk and Solid-State drives
* RAID
* Hardware RAID vs. software RAID
* Top data storage vendors
* Quiz and handouts
Section 9 – Virtualization and Cloud
* In[...]
It Fundamentals – Everything You Need to Know About It
https://s3.eu-central-1.wasabisys.com/courseupload/2021/05/Screen-Shot-2021-05-04-at-11.14.56-AM.png It Fundamentals – Everything You Need to Know About It — Udemy — Published 4/2021 — Free download
Computer Skills — Great help for passing CompTIA A+ (220-1001) and ITF+ (FCO-U61) What you’ll learn*
Everything about a computer Hardware, Software, Networking, Storage etc.
*
You will understand the true meaning of IT and how it works
*
Different components of IT
*
The course will help you prepare for for CompTIA IT Fundamentals exam.
*
You will learn why IT is the right field for your career
*
Binary language (1 and 0), OSI Model, SAN, RAID, computer architecture, and much more…
*
Foundation of Information technology that can help significantly in learning any other IT field
*
Students will be better prepared to troubleshoot, problem-solve and understand a wide variety of issues ranging from networking and operating systems to securit
Requirements
*
Just a computer or a laptop
*
Desire to be in IT field
Description
Whether you are new to the computers or just want to brush up on your skills, this course provides information technology literacy and basic skills training for learners with limited experience. Course learning outcomes focus on skill development related to basic computer operations and information technology. This course is highly recommended to those who are entering into IT field and for those who want to improve their computer skills in oder to enhance their work productivity.
In this course, each numbered section covers related computer skills divided into Learning Activities
Here is the list of topic that will be covered in the course:
Section 1 – Introduction to IT
* True meaning of IT
* Importance of IT
* What is a computer?
* Computer language (0 and 1 concept)
* Quiz and handouts
Section 2 – Computer Components
* Hardware
* Software or operating system
* Application software
* Networking
* Database
* Storage
* Virtualization and Cloud
* Security
* Quiz, handouts and homework
Section 3 – Hardware
* Different types of computers
* RAM and installing RAM
* CPU, CPU cores and sockets
* Installing CPU
* 32 vs. 64-bit processing
* Hard disk drive
* Motherboard
* Other internal parts of a computer (Fan, power supply, CDROM etc.
* External components of a computer (Keyboard, monitor, mouse, printer etc.)
* Hardware manufacturers
* Computer comparison with human body
* Quiz, handouts and homework
Section 4 – Operating System
* Types of operating systems
* Function of OS
* Building OS
* CLI vs. GUI operating systems
* Computer boot process
* OS file systems management
* Quiz, handouts and homework
Section 5 – Software
* Software and types of software
* System software
* Application software
* Freeware and shareware
* Open-source software
* BIOS and Accessing
* Program and services
* Quiz and handouts
Section 6 – Networking
* How computers communicate
* IP address (Static vs. DHCP)
* TCP/IP
* Gateway
* Subnet mask
* Computer MAC address
* OSI layer
* OSI vs. TCP/IP
* Protocols and Ports
* Types of Network Devices (Hub, Switch, Modem, Router, Access point)
* How internet works
* Quiz and handouts
Section 7 – Database
* Database introduction
* What is RDBMS?
* What is SQL?
* Top 5 RDBMS using SQL
* Quiz and handouts
Section 8 – Storage
* Computer storage introduction
* How storage is calculated (KB, MB, GB etc.)
* Types of computer storage
* Difference between RAM, SWAP, Virtual Memory, Cache etc.
* Hard Disk and Solid-State drives
* RAID
* Hardware RAID vs. software RAID
* Top data storage vendors
* Quiz and handouts
Section 9 – Virtualization and Cloud
* In[...]
Forwarded from Torrent Leaks
troduction to virtualization
* How virtualization works?
* Basic virtualization terms
* Benefits of virtualization
* Difference between virtualization and cloud
* Virtualization technology companies
* VMWare workstation player installation
* Oracle VirtualBox installation
* Setting up virtual machines (VM)
* Quiz and handouts
Section 10 – Security
* Types of security breach
* Types of security threat
* Comparing house security with computer security
* Securing all Operating Systems
* Security implementation tools
* Physical server security
* Application and DB encryption
* Quiz and handouts
Section 11 – Windows Operating Systems Management
* Version of Windows OS
* Download and install Windows
* Windows system access
* File system and description
* User account management
* System resource monitoring
* Windows event logs
* Server manager dashboard
* Check system hardware through device manager
* Roles and features
* Active directory and domain controller
* Quiz and handouts
Section 12 – Linux Operating Systems Management
* Linux distributions
* Download and install Linux (CentOS)
* Accessing Linux
* Download and install Putty client
* Access Linux VM via Putty
* File system structure and description
* File system navigation commands
* Directory listing overview
* Creating files and directories
* System utility commands
* System monitoring commands
* System maintenance commands
* Quiz and handouts
Section 13 – Troubleshooting Concepts
* Follow policies and standards
* Documentation or ticking process
* Patience to work with user and groups
* Quiz and handouts
Section 14 – Additional Resource Who this course is for:* Beginners who have just graduated from school or college
* Anyone who wants to switch career to IT
* Parents who wants to educate their kids about a computer or IT
* Senior citizens who wants to learn about computer in a very simple way DOWNLOADhttps://sundryshare.com/themes/flow/images/file_icons/32px/rar.png IT Fundamentals – Everything you need to know about IT.part1.rar (2.93 GB)
sundryshare.com/2jUx https://sundryshare.com/themes/flow/images/group.png https://sundryshare.com/themes/flow/images/download_icon.png https://sundryshare.com/themes/flow/images/file_icons/32px/rar.png IT Fundamentals – Everything you need to know about IT.part2.rar (561.30 MB)
sundryshare.com/2jUy https://sundryshare.com/themes/flow/images/group.png https://sundryshare.com/themes/flow/images/download_icon.png Course Content: https://www.udemy.com/course/it-fundamentals-everything-you-need-to-know-about-it/
* How virtualization works?
* Basic virtualization terms
* Benefits of virtualization
* Difference between virtualization and cloud
* Virtualization technology companies
* VMWare workstation player installation
* Oracle VirtualBox installation
* Setting up virtual machines (VM)
* Quiz and handouts
Section 10 – Security
* Types of security breach
* Types of security threat
* Comparing house security with computer security
* Securing all Operating Systems
* Security implementation tools
* Physical server security
* Application and DB encryption
* Quiz and handouts
Section 11 – Windows Operating Systems Management
* Version of Windows OS
* Download and install Windows
* Windows system access
* File system and description
* User account management
* System resource monitoring
* Windows event logs
* Server manager dashboard
* Check system hardware through device manager
* Roles and features
* Active directory and domain controller
* Quiz and handouts
Section 12 – Linux Operating Systems Management
* Linux distributions
* Download and install Linux (CentOS)
* Accessing Linux
* Download and install Putty client
* Access Linux VM via Putty
* File system structure and description
* File system navigation commands
* Directory listing overview
* Creating files and directories
* System utility commands
* System monitoring commands
* System maintenance commands
* Quiz and handouts
Section 13 – Troubleshooting Concepts
* Follow policies and standards
* Documentation or ticking process
* Patience to work with user and groups
* Quiz and handouts
Section 14 – Additional Resource Who this course is for:* Beginners who have just graduated from school or college
* Anyone who wants to switch career to IT
* Parents who wants to educate their kids about a computer or IT
* Senior citizens who wants to learn about computer in a very simple way DOWNLOADhttps://sundryshare.com/themes/flow/images/file_icons/32px/rar.png IT Fundamentals – Everything you need to know about IT.part1.rar (2.93 GB)
sundryshare.com/2jUx https://sundryshare.com/themes/flow/images/group.png https://sundryshare.com/themes/flow/images/download_icon.png https://sundryshare.com/themes/flow/images/file_icons/32px/rar.png IT Fundamentals – Everything you need to know about IT.part2.rar (561.30 MB)
sundryshare.com/2jUy https://sundryshare.com/themes/flow/images/group.png https://sundryshare.com/themes/flow/images/download_icon.png Course Content: https://www.udemy.com/course/it-fundamentals-everything-you-need-to-know-about-it/