Cyber Security Hand Book
X
  • Introduction
    • 💡About Me
  • Malware and Code
    • 👨‍💻Malware
      • Malware creation
        • 💉Process Injection
        • DLL Injection
        • 📝PEB & TEB
      • Analysis
        • 🛠️Tools
        • Threads and Process
        • Alternate Data Streams
        • Digital Signatures
  • WIFI Hacking
    • WIFI Hacking
      • 3 Way Hand Shake
      • WIFI basics
      • WIFI Pinaple
      • ALFA Network cards
  • Binary
    • Binary
  • Pentesting
    • Pentesting
  • Open Source Licences
  • Gates and Circuits
  • Disk Scheduling
  • Linux
    • Getting Started with Linux
      • History
      • Comands
        • File Golbbling
        • Variables
      • Installed programs
        • 🐄Metasploit
        • 🐈‍⬛Netcat
      • Kernel
        • Bootloader
      • Permissions
  • Networking
    • Network fundamentals
    • 🚪IDOR'S
  • Powershell
    • Powershell basics
      • Windows Services
      • Windows Properties
      • Sam Files
  • Digital Forensics
    • Intro
      • Mobile Imaging
Powered by GitBook
On this page
  • GPL
  • MIT

Open Source Licences

GPL

A GPL license outlines the conditions for sharing, modifying, and copying open-source software. It is a true free code that you can modify and distribute. Linux, Git, and WordPress all use GPL licenses. GPL licenses require that the source code be available when you post it. Developers also must include an explanation of all the code they changed.

MIT

The MIT license puts very few restrictions on software and is very popular for short and small open-source code. 31% of small projects use this license, and software like Node.js, Ruby, and the .Net framework all use it. It is the most used license on GitHub.

PreviousPentestingNextGates and Circuits

Last updated 3 months ago