The Ethical Hacker Methodology

Reconissance Info Gathering. Active Scanning and Enumeration Using Different Tools Finding Open Ports and Vulneribilities Passive Google Search Social Media Scan Facebook Twitter Linkedin, etc. Scanning & Enumeration Scanning Through PC Nmap Nessus Nikto, etc.7 Gaining Access Exploitation Maintaining Access Also Scanning And Enumeration Covering Tracks Deleting Logs and Cleaning Up The Method is also called 5 Stages of Ethical Hacking.

December 17, 2022 · 1 min

Course Structure for Ethical Hacking

The course that i am following is from TCM Academy Here is the course structure which you can also see in TCM-Sec Website The Cyber Mentor Youtube and also on before enrolling. I am going to skip to The Ethical Hacker Methodology. Special Thanks & Credits PNPT Certification Path Progression (2:32) Introduction Course Introduction (7:24) Course Discord (Important) (2:45) A Day in the Life of an Ethical Hacker (20:55) Why You Shouldn’t Be An Ethical Hacker...

December 16, 2022 · 5 min

Install Github

Windows Install simply download Git EXE file from Git for Windows Run it and Install Check version from command prompt with git version Linux - Debian/Ubuntu/Kali Usually it comes pre installed. If its not in your system open Terminal and use the code: Update your repository with sudo apt-get update Install sudo apt-get install git-all After install check version git version Mac Go to macOS Git Installer After installation open terminal and use code to check installation git version For more info on installation visit this Github Link

December 16, 2022 · 1 min

Quickly Deploy

Yes there are too many codes to just deploy your post, now to tackle that hassle we will create a code to upload everything with just one line. In order to go thorough you need to configure your default credentials. Here is a Stack Overflow Link for time being, before i post. Steps: Outside your blog folder create an empty file. Rename it to deploy.sh Now we need to edit the code, you can copy the code below....

December 16, 2022 · 1 min

Host Hugo Sites On GITHUB

Hugo is free, static, fast and minimal website creator. In this blog we are going to setup this current Hugo site (without modification) and deploy to Github Pages for free. I am also going to setup so new posts can be added and published on your website everytime. Login Github Install Hugo On System Create Two Repos on Github a. blog Houses our hugo code b. username.github.io For website generated pages...

December 15, 2022 · 2 min