/rapidsec-Company-Project

We provide Security from Individuals to Large corporations. Our specializations are in Red Teaming, Blue Teaming and Incident Response.Security related project , Mentor : Avi Gupta , Mentees will act as company - Csoc interns

Primary LanguageHTML

Welcome to rapidsec

It is a website built in HTML, CSS and JS

Steps to follow for contribution:scroll:

1. Fork it 🍴

You can get your own fork/copy of rapidsec-Company-Project by using the Fork button

2. Clone it 👥

You need to clone (download) it to local machine using

$ git clone https://github.com/Your_Username/rapidsec-Company-Project.git
#This makes a local copy of repository in your machine.

Once you have cloned the rapidsec-Company-Project repository in Github, move to that folder first using change directory command on Linux, Windows and Mac.

$ cd rapidsec-Company-Project
# This will change directory to a folder rapidsec-Company-Project

3. Ready Steady Go... 🐢 🐇

Once you have completed these steps, you are ready to start contributing by checking our CSoC Issues and creating pull requests.

4. Create a pull request ‼️

Make the necessary changes in your code and push it to Github:octocat:

To add the changes to the branch. Use

$ git add .
# To add all files to branch Folder_Name

Type in a relevent message for the code reveiwer using

$ git commit -m 'relevant message'
# This message get associated with all files you have changed

Now, Push your awesome work to your remote repository using

$ git push
# To push your work to your remote repository

Finally, go to your repository in browser and you can see all of your updated code in your repo. Now click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

Help Contributing Guides 👑

I would love to have new features in this project.

Please discuss it with me first before creating new-issue. :tada: :confetti_ball: :smiley: Happy Contributing 😃 🎊 🎉