Kali Linux: Hacking ARP

David Bombal · Intermediate ·🔐 Cybersecurity ·6y ago

Key Takeaways

Demonstrates ARP poisoning and man-in-the-middle attacks using Kali Linux and Ettercap

Full Transcript

in this video I'm gonna show you multiple attacks I'm firstly going to show you how to poison app caches on PCs app or address resolution protocol is a fundamental building block in networks today basically it allows devices to learn the MAC addresses of other devices on an Ethernet network once we've poisoned the OP cache of a device we're going to implement a man-in-the-middle attack where we view the passwords and data sent between multiple devices in our network I'm going to show you how to capture usernames and passwords as well as data sent between a router and a host in our topology but rather than just talking about this I want to show you practically how this actually works I'm going to show you using wireshark captures how op works how op caches are then poisoned using ettercap and how we can implement a man-in-the-middle attack using a virtual network running in this example in even G [Music] if you enjoyed this video please consider subscribing to my youtube channel please like this video and please click on the bell to get notifications when I post a new video disclaimers always the information shared here is for educational purposes only don't use the information that I'm sharing here to go and hack a public network that you don't have permission to hack only hack networks that you have explicit permission to hack or test networks such as the one that I'm showing you here in this example I'm using even G in the cloud but even G allows you to virtualize networks on your laptop it's great software I'd recommend that you use even G or gns3 or cisco viral if you want to learn how to build networks and virtualized networks on your laptop so let's look at this practically so on the Windows 10 host what does the app cache currently look like so firstly ipconfig shows us the IP address of this host it has IP address 10 1 1 100 default gateway is 10 1 1 2 5 4 which is the router in this topology so here's the router it's a Cisco router but you could use any router if you prefer show IP interface brief this is the IP address of the gigabit 0/0 interface that is the interface connecting the router to the switch in our topology the router has this MAC address on gigabit 0/0 so show interface gigabit 0/0 shows us that the MAC address is 5 0 0 1 triple 0 9 followed by 4 zeros on the windows 10 host op - a this is the MAC address associated with that IP address in other words this device has learnt the MAC address of the router correctly 5 0 0 1 followed by three zeros and a 9 followed by four zeros that's the MAC address of the router now to prove the point I'm going to delete the odd cash on the PC but before I do that to run Wireshark so that we can see what's going on I'm going to run Wireshark on Ethernet a zero that's the Ethernet interface connecting the PC to our network so here's our wireshark capture we see a lot of traffic but I'm going to filter for up Windows 10 sends a lot of traffic into the network so what I'm going to do is delete the app cache and what you'll see is op traffic has been generated in Wireshark we can see that device with MAC address starting with five zero zero one is sending a broadcast into the network this is an app asking who has IP address ten one one two five four tell ten one one one hundred okay so ipconfig /all shows us that this PC our Windows 10 host has this MAC address the local PC where this MAC address is sending a broadcast into the network asking for the MAC address of ten one one two five four notice the target MAC address is blank it's a bunch of zeros that's because the PC doesn't know the MAC address of the router it's asking for the MAC address of the router basically saying who has this IP address the router then replies back saying I have this IP address and here's my MAC address that's sent as a unicast back to the PC so basically the PC sends a message into the network it's a broadcast that's flooded by the switch the router replies back with its MAC address it's a unicast that gets sent to the PC so that the PC can learn the MAC address of the router now on the switch this is a Cisco switch show MAC address table we can see the MAC address of the PC and the MAC address of the router those MAC addresses have been learnt by the switch the switch currently hasn't learnt the Kali Linux host MAC address yet we can see that the PC is on gigabit 2:01 and the router is on gigabit zero to those MAC addresses we'll learnt it dynamically so pcs on this interface router is on this interface so on the Kali Linux host I have config pipette to more IP address of Kelly is that MAC address is this I'll ping the default gateway just to generate some traffic cancel that on the switch show MAC address table the switches now learnt the MAC address of the Kelly olynyk's host okay so this is where it gets interesting in Kelly Linux I'm gonna go to applications sniffing and spoofing and select etic app I'm gonna go to snuff I'm using a unified sniffing because I only one is enough one interface which is Ethernet 0 so unified sniffing has started I'm then gonna go to hosts scanned for hosts so we're going to scan for hosts in the network it's scanned for 255 hosts in our subnet notice two hosts have been added to the hosts list yet a cap has discovered two hosts in our network we can view those hosts by going to hosts hosts lists and we'll see our two devices 10 1 1 100 is the Windows PC 10 1 1 2 5 4 is our router so I'm going to add the router to target 1 I'm gonna add the windows host to target 2 on the windows host you'll notice a bunch of our broadcasts have been sent out from 10111 56 which is our Kelly Linux host once again I have config pipe more this is the IP address of the hacking host now that we've discovered the hosts in the network and specified our targets next step is to implement a man-in-the-middle attack and we're going to implement op poisoning we're going to snuff the remote connections and click OK so we are poisoning these two devices 10 1 1 2 5 4 in Group 1 and 10 1 1 100 in group 2 back on the windows host the device is receiving op messages stating that this IP address is using this MAC address on the router show interface gigabit is 0 0 this is the MAC address of the actual browser 5001 0 0 0 9 note that is different to what we're seeing here this is 5 double 0 1 triple 0 2 not 5 0 0 1 triple 0 9 so on the windows host if we look at the op cash so op - a this IP address is using the same MAC address as this IP address which is our Kelly Linux host so on Kelly let's start Wireshark so that we can sniff traffic we've implemented a man-in-the-middle attack now because when traffic is centered to the router it's actually going to be sent to the Kali Linux host on the switch once again show MAC address table this MAC address is the Kali Linux host MAC addresses found on gigabyte to 0 0 the router using this MAC address is actually found on gigabit zero 2 so the traffic is going to flow to the Kali Linux host and then to the router so on Kali I'll start a wide shot capture on Ethernet 0 we can see a bunch of traffic but let's filter for telnet now in this example let's assume that the administrator made a bad decision and enable telnet on the router so when I open up putty I'm going to use telnet and I'm going to tell it to the router 10 1 1 2 5 4 I'm prompted for a password which I'll enter and login the font is very small so I'll change that so I'll change the appearance of putty make this bigger so there you go what you'll notice is I was prompted for a username and password which I entered and I've been able to login to the router I'll type in able to go to privileged mode and enter my password some now in privilege mode on the router and if I type something such as show run I'll see the running configuration of the router displayed on the windows computer however all that data has been captured by the Kali Linux host traffic from 10 1 1 100 the PC going to the router scrolling down we can see a password prompt as an example and then we can see the password see I s-see oh it's not very easy to see that however so I'm going to right click here and go to follow TCP stream and what you'll notice is the password is displayed so there's the original password in other words the talonnet password here's the enable password and here's the full running configuration of the Radha displayed on the Kelly olynyk's host I've been able to capture the entire Telenet session between the host and the router because the traffic is going through the Kali Linux host we have poisoned the ARP cache on the windows computer now the same thing is true if we used HTTP on the Windows PC so I'll open up a browser and browse to the router 10 1 1 2 5 4 and login with my password of Cisco Cisco back in Kelly I'll search for HTTP now the windows host is sending HTTP traffic not just to the router so I'll filter for IP address equals 10 1 1 2 5 4 so we see traffic from the Windows PC to the router and not to other destinations on the internet so scrolling down we can see that the rod is saying this session is unauthorized so the PC is now sending authorization information including the username and password to the router so we've been able to capture the username and password because it's sent in clear text from the PC to the router you shouldn't be using clear text protocols in your network today so in other words we shouldn't be using telnet we shouldn't be using HTTP we should be using encrypted protocols but I've been able to capture the username and password of the router through telnet and HTTP by simply implementing an etic app op poisoning attack now a lot of Cisco engineers will back up the configuration of a router using TFTP so we'll use a commands such as copy running-config TFTP and in this example i'll specify the windows host as the TFTP server before I press ENTER there on the windows host I'm going to run TFTP 32 which is the TFTP server so that TFTP server is now running on the Windows PC on the road I'll press ENTER now to back up the configuration to the TFTP server I'm getting permission denied there so let me try that again and I'll specify different file name back on the TFTP server here's a problem I'll specify security is none once again that's not necessarily a good idea I'll specify the desktop as the destination folder and click OK so try that again it's a copy running-config TFTP specify the TFTP server specify the file name and notice you can see the configuration was copied successfully now that's ok but back on a Kelly Linux host I'll filter 40 FTP and you can see the file name there there was a TFTP error so what I'll do actually scroll all the way to the end so that we see the successful right here's an acknowledgement of a block of data TFTP sends data in blocks so the sender will send a block of data the receiver will send back an acknowledgement so there's an acknowledgement of part of data here's the actual data from the router to the TFTP server I'll right-click on the data and show packet bytes there's the last part of the riders configuration so that's okay but let's see if we can get some passwords so scrolling right up to block one passwords are at the top of the router configuration so here's block one sent from the router to the TFTP server right click and select show packet bytes as you can see there that's the enable password of the router we can see the entire router configuration by simply looking at the blocks of data so he has blocked to look at that block of data here's the loopback interface IP address there's gigabit a zero zeros IP address now it's once again bad practice to use clear text protocols in networks today you should be using encrypted protocols wherever possible you can also stop this kind of nonsense in networks today by implementing dynamic op inspection on your switches I'll show you how to stop these kind of hacks in subsequent videos this video is getting too long now this is a troubleshooting hint if traffic is not being forwarded by your Kelly Linux host type of this command this command forwards IP version 4 traffic so it basically allows the Kelly Linux host well any Linux host to receive traffic and then forwarded on when destined for another host so it basically acts as a router receive traffic for another device and basically sends it back into the network so if you have issues forwarding traffic then use of this command ok so in this video I showed you how to implement a man-in-the-middle attack using ARP poisoning using the application attack app which is available in Kelly Linux now once again if you enjoyed this video please consider subscribing to my youtube channel please like her this video and please click on the bell to get notifications when I post a new video I'm David bumble and I want to wish you all the very best [Music] you [Music]

Original Description

It's so easy to hack badly configured networks using Kali Linux! Ethernet networks rely on protocols such as Address Resolution Protocol (ARP) to function, but they can be easily manipulated using Kali Linux. Make sure you have configured your networks securely! Otherwise, look at how simple it is to hack networks using Kali Linux running on a Windows 10 computer. Applications like Ettercap make hacking with Kali Linux super easy! It's important that you as a network professional know how to protect networks from hackers. Even the new Cisco CCNA 200-301 exam covers some of these hacking topics. Don't just learn the theory of hacking, learn how to hack practically. In this Ethical Hacking with Kali Linux playlist, I'm going to show you step by step how to hack and protect networks. This is white-hat hacking, not black-hat - in other words this is about teaching you Ethical hacking to help you better secure your networks! In this video I'll show you how to poison the ARP cache of a Windows 10 computer and then implement a Man in the middle (MITM) attack so you can see all data sent between the Windows 10 computer and it's default gateway. In subsequent videos I'll show you how to hack other protocols. Menu: Overview: 0:00 ARP and network explanations: 2:00 Wireshark ARP captures: 3:18 Hacking ARP with Ettercap: 6:21 Telnet MITM Wireshark capture: 9:48 HTTP MITM Wireshark capture: 12:00 TFTP MITM Wireshark capture: 13:30 ====================== Previous Video: ====================== Kali Linux installation video: https://youtu.be/AnwgxRtWXLI ====================== CCNA content: ====================== Free CCNA content: https://www.youtube.com/playlist?list=PLhfrWIlLOoKM3niunUBTLjOR4gMt_uR_a CCNA course: http://bit.ly/2PmTVPD kali linux Hacking Ethical hacking EVE-NG GNS3 VIRL Packet Tracer 10x Engineer CCNA Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco C
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from David Bombal · David Bombal · 0 of 60

← Previous Next →
1 RYU SDN Controller Part 4: Graphical User Interface (GUI): Practical GNS3 SDN and OpenFlow
RYU SDN Controller Part 4: Graphical User Interface (GUI): Practical GNS3 SDN and OpenFlow
David Bombal
2 HPE Network Protector SDN Application Part 1 - Introduction
HPE Network Protector SDN Application Part 1 - Introduction
David Bombal
3 HPE Network Protector SDN Application Part 2 : DNS Interception using OpenFlow
HPE Network Protector SDN Application Part 2 : DNS Interception using OpenFlow
David Bombal
4 HPE Network Protector SDN Application Part 3 - Lab Setup using Physical Switches
HPE Network Protector SDN Application Part 3 - Lab Setup using Physical Switches
David Bombal
5 HPE Network Protector SDN Application Part 4 - Demo of malicious websites blocked
HPE Network Protector SDN Application Part 4 - Demo of malicious websites blocked
David Bombal
6 HPE Network Protector SDN Application Part 5 - Demo OpenFlow table interception flows
HPE Network Protector SDN Application Part 5 - Demo OpenFlow table interception flows
David Bombal
7 HPE Network Protector SDN Application Part 6 - Demo of Physical Switch configuration
HPE Network Protector SDN Application Part 6 - Demo of Physical Switch configuration
David Bombal
8 HPE Network Protector SDN Application Part 7 - Demo Service Insertion Tunnel / GRE Tunnel
HPE Network Protector SDN Application Part 7 - Demo Service Insertion Tunnel / GRE Tunnel
David Bombal
9 HPE Network Protector SDN Application Part 8 - Demo SDN OpenFlow Reporting
HPE Network Protector SDN Application Part 8 - Demo SDN OpenFlow Reporting
David Bombal
10 HPE Network Protector SDN Application Part 9 - Demo switches interception of DNS traffic
HPE Network Protector SDN Application Part 9 - Demo switches interception of DNS traffic
David Bombal
11 GNS3 Talks: GNS3 version 1.5.X Appliance Tips
GNS3 Talks: GNS3 version 1.5.X Appliance Tips
David Bombal
12 CCNA 200-125 Exam: AAA demo: TACACS+ with GNS3
CCNA 200-125 Exam: AAA demo: TACACS+ with GNS3
David Bombal
13 GNS3 2.0.0 beta 2 install
GNS3 2.0.0 beta 2 install
David Bombal
14 CCNA #012: Learn SNMP with GNS3, Wireshark and Solarwinds NPM - CCNA 200-125 exam
CCNA #012: Learn SNMP with GNS3, Wireshark and Solarwinds NPM - CCNA 200-125 exam
David Bombal
15 CCNA #013: Spanning Tree CCNA Exam Questions: Know the answer? CCNA 200-125 exam
CCNA #013: Spanning Tree CCNA Exam Questions: Know the answer? CCNA 200-125 exam
David Bombal
16 GNS3 2.0.0 beta : GNS3 VM integration with GNS3 GUI
GNS3 2.0.0 beta : GNS3 VM integration with GNS3 GUI
David Bombal
17 CCNA #018: Routing exam questions: Who wins? OSPF, EIGRP or RIP? Sure? CCNA 200-125 exam
CCNA #018: Routing exam questions: Who wins? OSPF, EIGRP or RIP? Sure? CCNA 200-125 exam
David Bombal
18 CCNA #019: Spanning Tree CCNA Exam Questions: Root Bridge, Root Port and more: CCNA 200-125 exam
CCNA #019: Spanning Tree CCNA Exam Questions: Root Bridge, Root Port and more: CCNA 200-125 exam
David Bombal
19 GNS3 Download, installation and configuration - GNS3 1.5.3 and Windows 10
GNS3 Download, installation and configuration - GNS3 1.5.3 and Windows 10
David Bombal
20 CCNA #023 EIGRP Neighbor Troubleshooting (DUAL Issues) for the CCNA 200-125 Exam
CCNA #023 EIGRP Neighbor Troubleshooting (DUAL Issues) for the CCNA 200-125 Exam
David Bombal
21 GNS3 2.0 Architecture and schema Part 1: What is the GNS3 Controller?
GNS3 2.0 Architecture and schema Part 1: What is the GNS3 Controller?
David Bombal
22 GNS3 2.0 Architecture and schema Part 2: Emulators and virtualization
GNS3 2.0 Architecture and schema Part 2: Emulators and virtualization
David Bombal
23 CCNA #028 VTP Troubleshooting for the CCNA 200-125 Exam
CCNA #028 VTP Troubleshooting for the CCNA 200-125 Exam
David Bombal
24 CCNA #029 VTP & DTP Troubleshooting for the CCNA 200-125 Exam
CCNA #029 VTP & DTP Troubleshooting for the CCNA 200-125 Exam
David Bombal
25 CCNA #030 VTP Troubleshooting for the CCNA 200-125 Exam
CCNA #030 VTP Troubleshooting for the CCNA 200-125 Exam
David Bombal
26 GNS3 : How to download Cisco IOS images and VIRL images. Which is the best? How do you get them?
GNS3 : How to download Cisco IOS images and VIRL images. Which is the best? How do you get them?
David Bombal
27 GNS3 ASA setup: Import and configure Cisco ASAv with GNS3
GNS3 ASA setup: Import and configure Cisco ASAv with GNS3
David Bombal
28 GNS3 switching setup and options: Cisco and other switching options in GNS3
GNS3 switching setup and options: Cisco and other switching options in GNS3
David Bombal
29 GNS3 switching setup and options Part 2: GNS3 unmanaged built-in switch
GNS3 switching setup and options Part 2: GNS3 unmanaged built-in switch
David Bombal
30 GNS3 switching setup and options Part 3: Router on a sick with GNS3 unmanaged built-in switch
GNS3 switching setup and options Part 3: Router on a sick with GNS3 unmanaged built-in switch
David Bombal
31 GNS3 switching setup and options Part 4: Etherswitch Router for Cisco Dynamips Part 1
GNS3 switching setup and options Part 4: Etherswitch Router for Cisco Dynamips Part 1
David Bombal
32 GNS3 switching setup and options Part 5: Etherswitch Router for Cisco Dynamips Part 2
GNS3 switching setup and options Part 5: Etherswitch Router for Cisco Dynamips Part 2
David Bombal
33 GNS3 switching setup and options Part 6: Etherswitch, Wireshark, 802.1Q, InterVLAN routing
GNS3 switching setup and options Part 6: Etherswitch, Wireshark, 802.1Q, InterVLAN routing
David Bombal
34 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 1: GNS3 Switching Part 7
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 1: GNS3 Switching Part 7
David Bombal
35 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 2: GNS3 Switching Part 8
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 2: GNS3 Switching Part 8
David Bombal
36 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 3: GNS3 Switching Part 9
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 3: GNS3 Switching Part 9
David Bombal
37 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 4: GNS3 Switching Part 10
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 4: GNS3 Switching Part 10
David Bombal
38 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 5: GNS3 Switching Part 11
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 5: GNS3 Switching Part 11
David Bombal
39 GNS3 Nexus (NX-OSv) switch setup and configuration Part 1: GNS3 switching options Part 12
GNS3 Nexus (NX-OSv) switch setup and configuration Part 1: GNS3 switching options Part 12
David Bombal
40 GNS3 Nexus (NX-OSv) switch setup and configuration Part 2: GNS3 switching options Part 13
GNS3 Nexus (NX-OSv) switch setup and configuration Part 2: GNS3 switching options Part 13
David Bombal
41 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 6: GNS3 Switching Part 14
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 6: GNS3 Switching Part 14
David Bombal
42 GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 7: GNS3 Switching Part 15
GNS3 Talks: Docker, Open vSwitch, SDN and OpenFlow Part 7: GNS3 Switching Part 15
David Bombal
43 GNS3 Cisco CSR 1000v setup and configuration Part 1: GNS3 NFV
GNS3 Cisco CSR 1000v setup and configuration Part 1: GNS3 NFV
David Bombal
44 GNS3 Cisco CSR 1000v setup and configuration Part 2: GNS3 NFV
GNS3 Cisco CSR 1000v setup and configuration Part 2: GNS3 NFV
David Bombal
45 GNS3 Talks: Use the NAT node to connect GNS3 to the Internet easily!
GNS3 Talks: Use the NAT node to connect GNS3 to the Internet easily!
David Bombal
46 GNS3 Talks: GNS3 2.0 RC1 is now available
GNS3 Talks: GNS3 2.0 RC1 is now available
David Bombal
47 GNS3 Talks: GNS3 2.0 Portable Projects - easily export and import GNS3 projects
GNS3 Talks: GNS3 2.0 Portable Projects - easily export and import GNS3 projects
David Bombal
48 GNS3 Talks: Multiple clients sharing projects in real time, plus console session shadowing!
GNS3 Talks: Multiple clients sharing projects in real time, plus console session shadowing!
David Bombal
49 CCNA #035 NAT Troubleshooting Scenario 1 - Can you find the issue? CCNA Exam 200-125 troubleshooting
CCNA #035 NAT Troubleshooting Scenario 1 - Can you find the issue? CCNA Exam 200-125 troubleshooting
David Bombal
50 CCNA #036 NAT Troubleshooting Scenario 2 - Can you find the issue? CCNA Exam 200-125 troubleshooting
CCNA #036 NAT Troubleshooting Scenario 2 - Can you find the issue? CCNA Exam 200-125 troubleshooting
David Bombal
51 GNS3 Talks: ESXi, GNS3 VM and KVM support Part 1: leverage servers and the cloud
GNS3 Talks: ESXi, GNS3 VM and KVM support Part 1: leverage servers and the cloud
David Bombal
52 CCNA #037 OSPF Troubleshooting - can you find the issue? CCNA Exam 200-125 troubleshooting
CCNA #037 OSPF Troubleshooting - can you find the issue? CCNA Exam 200-125 troubleshooting
David Bombal
53 GNS3 Talks: ESXi, GNS3 VM and KVM support Part 2:  leverage servers and the cloud
GNS3 Talks: ESXi, GNS3 VM and KVM support Part 2: leverage servers and the cloud
David Bombal
54 CCNA #038 NAT Troubleshooting Scenario 3 - Can you find the issue? CCNA Exam 200-125 troubleshooting
CCNA #038 NAT Troubleshooting Scenario 3 - Can you find the issue? CCNA Exam 200-125 troubleshooting
David Bombal
55 CCNA #039 - OSPF DR, BR and DROTHER Election - do you know the answers?
CCNA #039 - OSPF DR, BR and DROTHER Election - do you know the answers?
David Bombal
56 CCNA #040 NAT Troubleshooting Scenario 4 - Can you find the issue? CCNA Exam 200-125 troubleshooting
CCNA #040 NAT Troubleshooting Scenario 4 - Can you find the issue? CCNA Exam 200-125 troubleshooting
David Bombal
57 GNS3 Talks: Arista vEOS GNS3 import and configuration Part 1
GNS3 Talks: Arista vEOS GNS3 import and configuration Part 1
David Bombal
58 CCNA #041 - OSPF DR, BR and DROTHER Election - do you know the answers?
CCNA #041 - OSPF DR, BR and DROTHER Election - do you know the answers?
David Bombal
59 GNS3 Talks: Arista vEOS GNS3 import and configuration Part 2
GNS3 Talks: Arista vEOS GNS3 import and configuration Part 2
David Bombal
60 GNS3 Talks: ipterm: Linux, Docker, Python, SDN and more! Part 1
GNS3 Talks: ipterm: Linux, Docker, Python, SDN and more! Part 1
David Bombal

Related AI Lessons

Security Belongs on the Blueprint
Integrate security into building design to mitigate physical and cyber risks
Medium · Cybersecurity
# A 4-Line HTML File Stole the Admin’s Secret — Intigriti LeakyJar CTF Writeup
Learn how a 4-line HTML file exploited a CSRF vulnerability to steal an admin's secret in the Intigriti LeakyJar CTF challenge
Medium · Cybersecurity
The Digital Gateway to Arabic Cybersecurity
Learn about the importance of language-specific cybersecurity solutions, particularly for Arabic-speaking regions, and how they can enhance digital security
Medium · Cybersecurity
Cybersecurity vs Cloud Computing – Which Career Will Dominate 2026? ☁️
Learn which IT career, cybersecurity or cloud computing, will dominate in 2026 and why it matters for your career choices
Medium · Cybersecurity
Up next
You Think Your Card Declined by Mistake? It Might Be a 2026 Scam
Tolulope Michael
Watch →