Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 17 additions & 128 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,144 +1,33 @@
<!--
<<< Author notes: Header of the course >>>
Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
Add your open source license, GitHub uses Creative Commons Attribution 4.0 International.
-->
Anmol Mehra is an accomplished ethical hacker and cybersecurity expert with a deep passion for securing systems, uncovering vulnerabilities, and protecting digital infrastructure. With a keen focus on red teaming, Anmol has carved a niche for himself in the world of ethical hacking, demonstrating exceptional skills in penetration testing, threat simulation, and security assessments. His expertise in identifying potential weaknesses in networks and systems has helped organizations fortify their defenses against cyber threats, ensuring that they remain resilient in an increasingly complex and hostile digital landscape.

# Launchpad: Profile README
### Early Passion and Journey into Cybersecurity

_Say hello to your community._
Anmol's journey into the world of cybersecurity began at an early age, driven by his curiosity about how systems work and the need to understand their vulnerabilities. From building his first computer to experimenting with various software and hardware, Anmol was always eager to explore the technical side of the digital world. His interest in ethical hacking was sparked when he first learned about the role of security experts who use their skills to strengthen and protect systems rather than exploit them for malicious purposes. This shift in perspective set him on the path toward becoming an ethical hacker.

Throughout his formative years, Anmol honed his technical knowledge by experimenting with different cybersecurity tools, scripting languages, and methodologies. He dedicated time to learning about ethical hacking frameworks, vulnerabilities, and attack vectors, building a strong foundation that would later support his red teaming expertise.

<!--
<<< Author notes: Start of the course >>>
Include start button, a note about Actions minutes,
and tell the learner why they should take the course.
Each step should be wrapped in <details>/<summary>, with an `id` set.
The start <details> should have `open` as well.
Do not use quotes on the <details> tag attributes.
-->
### Red Teaming Expertise

<details id=0 open>
<summary><h2>Welcome</h2></summary>
As an expert in red teaming, Anmol’s focus is on simulating real-world attacks to assess the security posture of organizations. Unlike traditional penetration testing, which often focuses on exploiting specific vulnerabilities, red teaming takes a broader approach, simulating the tactics, techniques, and procedures (TTPs) of sophisticated adversaries. Anmol’s red team engagements involve planning and executing complex attack simulations that mimic the actions of cybercriminals, state-sponsored actors, or hacktivists. His goal is to identify not only technical vulnerabilities but also weaknesses in organizational processes, response protocols, and human behaviors that could lead to security breaches.

Say ‘Hello world’ with a profile README that lets you introduce yourself to the GitHub community. You decide what information to include in your profile README, so you have full control over how you present yourself on GitHub. This experience walks you through a quick tutorial to create your profile README.
- **Who is this for**: New developers, new GitHub users, and students.
- **What you'll learn**: How to create a public repository for use as a profile README.
- **What you'll build**: We'll make a profile README file.
- **Prerequisites**: None. This course is a great introduction for your first day on GitHub.
- **How long**: This launchpad takes about 20 mins to complete.
Anmol uses a combination of manual and automated techniques to conduct thorough assessments. From spear-phishing campaigns to exploiting zero-day vulnerabilities, Anmol employs a variety of tactics to test the effectiveness of an organization's defenses. His approach goes beyond technical attacks; it includes social engineering, physical security testing, and other human-centric attack vectors that can have significant consequences for any organization.

**About your profile README**
### Skills and Tools of the Trade

You can share information about yourself with the community on GitHub.com by creating a profile README. GitHub shows your profile README at the top of your profile page. Here are some examples of information that visitors may find interesting, fun, or useful in your profile README.
- An "About me" section that describes your work and interests
- Contributions you're proud of, and context about those contributions
- Guidance for getting help in communities where you're involved
Anmol’s skill set spans a wide range of cybersecurity tools and techniques, which he uses to identify, exploit, and mitigate vulnerabilities. He is proficient in various penetration testing and red teaming frameworks, such as Metasploit, Burp Suite, Kali Linux, and Wireshark, among others. He is also adept in programming languages like Python, Bash, and PowerShell, which enable him to create custom scripts for specific tasks, automate attack simulations, and manipulate data.

Here’s an example of a Campus Expert profile README
<img width="1367" alt="Screen Shot 2023-03-13 at 2 55 41 PM" src="https://user-images.githubusercontent.com/107881423/224805660-26f7272f-6df1-42c0-b4c4-f3b2d790dd65.png">
Additionally, Anmol has extensive experience working with different operating systems, including Linux, Windows, and macOS, and understands the strengths and weaknesses of each platform. His familiarity with cloud environments, such as AWS, Azure, and Google Cloud, allows him to simulate attacks in modern, distributed infrastructures and understand the challenges they present for security professionals.

A key element of his red teaming methodology is his ability to think like an attacker, always staying one step ahead of the defenders. He meticulously crafts attack scenarios that reflect the evolving landscape of cyber threats, ensuring that his clients are prepared for even the most advanced and persistent adversaries.

### Contribution to the Cybersecurity Community

Anmol is not just an expert in his field but also a committed advocate for knowledge-sharing and collaboration within the cybersecurity community. He actively participates in cybersecurity forums, conferences, and workshops, where he exchanges ideas, learns from others, and contributes his insights. He believes that collaboration is key to staying ahead of emerging threats and fostering a culture of security awareness among individuals and organizations alike.

Anmol also dedicates time to mentoring aspiring ethical hackers and red team professionals, helping them navigate the complexities of cybersecurity and providing guidance on how to develop the necessary skills and mindset for success in the field. Through his blog, social media platforms, and talks, he educates others on best practices for securing systems and the importance of ethical hacking in today’s digital age.

### Commitment to Continuous Learning

## Start Here
In the ever-evolving world of cybersecurity, Anmol understands the importance of continuous learning and staying updated on the latest trends and attack techniques. He is committed to expanding his knowledge and regularly attends advanced courses, certifications, and training programs. Whether it's mastering the latest attack methods, understanding emerging technologies, or experimenting with new security tools, Anmol is always on the cutting edge of cybersecurity.

1. **What is a profile README?**: A _[profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)_ is essentially an "About me" section on your GitHub profile where you can share information about yourself with the community on GitHub.com. GitHub shows your profile README at the top of your profile page. For more information, see "[Managing your profile README](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)".

2. **What is a repository?**: A _[repository](https://docs.github.com/get-started/quickstart/github-glossary#repository)_ is a project containing files and folders. A repository tracks versions of files and folders. For more information, see "[About repositories](https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories)" from GitHub Docs.
<br>:tv: [Video: Exploring a repository](https://www.youtube.com/watch?v=R8OAwrcMlRw)
3. **Course tips:**
GitHub will display your profile README on your profile page if all of the following are true:
- You've created a repository with a name that matches your GitHub username.
- The repository is public.
- The repository contains a file named README.md in its root.
- The README.md file contains any content.


</details>

<!--
<<< Author notes: Step 1 >>>
Choose 3-5 steps for your course.
The first step is always the hardest, so pick something easy!
Link to docs.github.com for further explanations.
Encourage users to open new tabs for steps!
-->

<details id=1>
<summary><h2>Adding a profile README</h2></summary>

1. Open an additional tab in GitHub and follow the instructions below.

2. In the upper-right corner of any page, click the ‘+’ and use the drop-down menu, and select New repository.
<img width="265" alt="Screen Shot 2023-03-13 at 3 27 56 PM" src="https://user-images.githubusercontent.com/107881423/224812150-895e1373-03c1-4208-83be-6f671eb41496.png">

3. Under "Repository name", type a repository name that matches your GitHub username. For example, if your username is "octocat", the repository name must be "octocat".
<img width="662" alt="Screen Shot 2023-03-13 at 3 28 06 PM" src="https://user-images.githubusercontent.com/107881423/224812371-3870872e-df11-4da8-8bbe-9d9ae3d57c3f.png">

4. Optionally, add a description of your repository. For example, "My personal repository."
<img width="643" alt="Screen Shot 2023-03-13 at 3 28 13 PM" src="https://user-images.githubusercontent.com/107881423/224812472-7c8da3b3-48fd-4d46-8ac6-dcadcef09d67.png">

5. Select Public.
<img width="651" alt="Screen Shot 2023-03-13 at 3 28 20 PM" src="https://user-images.githubusercontent.com/107881423/224812820-b40fd7a7-6802-4777-bf43-08c4b306efa9.png">

6. Select Initialize this repository with a README.
<img width="642" alt="Screen Shot 2023-03-13 at 3 28 28 PM" src="https://user-images.githubusercontent.com/107881423/224812890-790983ba-53d5-4eab-ba99-c46fb980b714.png">

7. Click Create repository.
<img width="646" alt="Screen Shot 2023-03-13 at 3 28 34 PM" src="https://user-images.githubusercontent.com/107881423/224813018-b15edbee-2765-414a-a14c-eacb2a85d7b7.png">

8. Above the right sidebar, click Edit README.
<img width="646" alt="Screen Shot 2023-03-13 at 3 28 41 PM" src="https://user-images.githubusercontent.com/107881423/224813085-b9f3df65-65dd-4d20-9298-1231f5b07e3b.png">

9. The generated README file is pre-populated with a template to give you some inspiration for your profile README.
<img width="659" alt="Screen Shot 2023-03-13 at 3 28 49 PM" src="https://user-images.githubusercontent.com/107881423/224813159-539f5b7d-ce1b-448e-bf92-f0c6d40f710f.png">

To add a photo, simply drag the file from your computer into the text edit box and it will be uploaded in that section. For a summary of all the available emojis and their codes, see "Emoji cheat sheet."

10. When you've made your customizations and want to save your work, select Commit Changes.
<img width="353" alt="Screen Shot 2023-03-13 at 3 38 58 PM" src="https://user-images.githubusercontent.com/107881423/224814477-ccef9444-5e98-4aac-8f78-8960b678abf5.png">


_You did it! :tada:_




<!--
<<< Author notes: Finish >>>
Review what we learned, ask for feedback, provide next steps.
-->

<details id=X>
<summary><h2>Finish</h2></summary>

_Congratulations, you've completed this launchpad and joined the world of developers!_

<img src=https://octodex.github.com/images/collabocats.jpg alt=celebrate width=300 align=right>


### What's next?


Check out these resources to learn more or get involved:
- Check out the [Student Developer Pack](https://education.github.com/pack) for more resources and exclusive partner offers.
- Explore more Experiences to help you make the most of your GitHub account.
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).


</details>

<!--
<<< Author notes: Footer >>>
Add a link to get support, GitHub status page, code of conduct, license link.
-->

---

Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) &bull; [Review the GitHub status page](https://www.githubstatus.com/)

&copy; 2023 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)
In conclusion, Anmol Mehra is a highly skilled and dedicated ethical hacker with a wealth of experience in red teaming. His work plays a crucial role in helping organizations stay secure in an increasingly dangerous cyber landscape. With a strong foundation in technical expertise, a passion for continuous learning, and a commitment to knowledge-sharing, Anmol is a respected figure in the cybersecurity community who is shaping the future of ethical hacking and digital defense.