Skip to content

This Repository contains Encryption Algorithms, Ethical Hacking Scripts, Cybersecurity Learning Resources, and Security-Based Projects. Contribute to this repository!!

License

Notifications You must be signed in to change notification settings

mbcse/Security_Hacking_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security_Hacking_Scripts

Encryption Algo Scripts, Ethical Hacking Scripts, Cybersecurity-Ethical Hacking Learning Resources, and Security-Based Projects

License Hacktoberfest

GitHub forks GitHub stars GitHub issues GitHub pull requests

forthebadge forthebadge forthebadge

📌About

This Repository is to curate the scripts used for hacking as well as for providing security to applications. It can be in form of some kind of learning material, scripts, projects, simulations scripts, encryption algorithms, etc.

💻Languages

  • C++
  • Python
  • NodeJs
  • Go
  • Php
  • Javascript
  • Java
  • Ruby
  • Django

💥 How to Contribute?

1. Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.


2. Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.
Now let's bring the cloned repository to your local machine.
git clone <url-you-just-copied>
For example:
git clone https://github.com/mbcse/Security_Hacking_Scripts.git


3. Move inside the repository

Since you want to change the files inside, first let's move to the folder correctly. Use the following command on the terminal:
cd Security_Hacking_Scripts


4. Make a new branch

Since now you're about to make your changes to the project, it's always a better idea to make a new branch. Run the following command:

git checkout -b <branch_name>
For example:
git checkout -b new_branch


5. Make the required changes

You can Contribute By adding

  • Encryption Algorithms Script in any language
  • Adding Security-Based Projects
  • Adding Ethical Hacking Scripts(DDOS etc)
  • Adding Cybersecurity and Ethical Hacking Learning Resources(ppt's, readme's, docs, links, etc)
  • Making a website for this Project
  • Improving/Documenting The Readme
  • Checking for any typing and grammatical errors

6. Commit all your changes

It's finally that time when you commit your changes and leave a beautiful commit message behind. You can run the following commands:

git add .
git commit -m "<Message>"
For example:
git commit -m "Added a script"

Finally, push your changes to Github:
To do so run the following command:

git push origin <your-branch-name>
For example:
git push origin branch_name


7. Hit us a pull request

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. Now submit the pull request. Leave a custom message if you want.


About

This Repository contains Encryption Algorithms, Ethical Hacking Scripts, Cybersecurity Learning Resources, and Security-Based Projects. Contribute to this repository!!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published