Category Archives: Cyber Security
NMAP Cheat Sheet
Reading Time: 4 minutes Nmap (“Network Mapper”) is a free and open-source utility for network discovery and security auditing. Mainly, red hat teams (Ethical hackers) are using NMAP for port scanning and network footprinting. And I’ll try to make a comprehensive and practical NMAP cheat sheet to use easily. In this cheat sheet, you will find a series of…
How to Change MAC Address Using Macchanger
Reading Time: 3 minutes If you’re using Kali Linux, parrot or using any OS for hacking, It’s very important to anonymize your connection, By hiding your identity. I’ll demonstrate to you how to Change MAC Address Using Macchanger. Mainly your identity will be shown by your IP address and by your MAC address. And in this blog, I’ll demonstrate…
8 Skills Needed to Be a CyberSecurity Professional
Reading Time: 4 minutes Cybersecurity may seem not easy at the beginning. especially if you haven’t practiced it before. so I’ll demonstrate the most important skills needed to be a CyberSecurity professional / ethical hacker. However, you can start a CyberSecurity career by understanding how a computer works and how to code and understand how operating systems work. There…
How to Connect SSH Using Python and Netmiko?
Reading Time: 2 minutes Recently I’ve needed to automate some tasks in my daily operational job by accessing a juniper firewall (Legacy NetScreen) and modify rules on a daily basis, so I’ve made my deep internet research and I’ve found an easy way to connect ssh using python and Netmiko library. Finally, I could automate tasks on my firewall…