Files
be-a-hacker/README.md

67 lines
4.1 KiB
Markdown
Raw Normal View History

2020-03-24 23:51:40 +05:30
### Introduction
This repository aims to maintain the best beginner friendly resources for various subjects to help people learn at home. All the resources mentioned here are supposed to give you at least enough knowledge to help you figure out how to proceed in order to master that subject.
#### Want to add something?
2020-03-24 22:35:33 +05:30
If you know of a good resource for a subject, please [open an issue](https://github.com/s0md3v/learn-at-home/issues) or a [pull request](https://github.com/s0md3v/learn-at-home/pulls) and the whole internet will be grateful to you.
2020-03-24 23:59:32 +05:30
## Index
- [Computer Science](https://github.com/s0md3v/learn-at-home#computer-science)
- [Cryptography](https://github.com/s0md3v/learn-at-home#computer-science)
- [General Resources](https://github.com/s0md3v/learn-at-home#computer-science)
2020-03-25 00:03:17 +05:30
- [Books](https://github.com/s0md3v/learn-at-home#books)
- [YouTube Channels](https://github.com/s0md3v/learn-at-home#youtue-channels)
2020-03-24 23:59:32 +05:30
- [Graphics](https://github.com/s0md3v/learn-at-home#graphics)
- [Information Security](https://github.com/s0md3v/learn-at-home#information-security)
2020-03-25 00:03:17 +05:30
- [Android Security](https://github.com/s0md3v/learn-at-home#android-security)
- [IoT Security](https://github.com/s0md3v/learn-at-home#iot-security)
- [Web Security](https://github.com/s0md3v/learn-at-home#web-security)
2020-03-24 23:59:32 +05:30
- [Malware Analysis](https://github.com/s0md3v/learn-at-home#malware-analysis)
- [OSINT](https://github.com/s0md3v/learn-at-home#osint)
- [Programming](https://github.com/s0md3v/learn-at-home#programming)
- [Reverse Engineering](https://github.com/s0md3v/learn-at-home#reverse-engineering)
2020-03-24 22:35:33 +05:30
### Computer Science
- :tv: [Computerphile](https://www.youtube.com/user/Computerphile)
- :tv: [Crash Course](https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo)'s CS playlist
### Cryptography
- :mortar_board: [Cryptography by Stanford University](https://www.coursera.org/learn/crypto) [Coursera]
- :book: [Crypto101](https://www.crypto101.io)
- :book: [The Joy of Cryptography](https://web.engr.oregonstate.edu/~rosulekm/crypto)
### General Resources
#### Books
- :book: *Godel, Escher, Bach* by Douglas Hofstadter
#### YouTue channels
- :tv: [Art of The Problem](https://www.youtube.com/user/ArtOfTheProblem)
- :tv: [Crash Course](https://www.youtube.com/user/crashcourse)
### Graphics
- :book: Photoshop for Dummies
- :tv: [Piximperfect](https://www.youtube.com/channel/UCMrvLMUITAImCHMOhX88PYQ)
2020-03-24 23:32:24 +05:30
### Information Security
2020-03-24 23:43:44 +05:30
- :information_source: [infocon.org](https://infocon.org) - Archive of various security related cons and podcasts
2020-03-24 23:32:24 +05:30
#### Android Security
- :book: [Android Internals](http://newandroidbook.com/AIvI-M-RL1.pdf)
- :globe_with_meridians: [Android security series](https://manifestsecurity.com/android-application-security)
#### IoT Security
- :information_source: [IoT Security 101](https://github.com/V33RU/IoTSecurity101)
#### Web Security
- :book: The Web Application Hacker's Handbook
2020-03-24 23:55:23 +05:30
- :mortar_board: [Web Security course](https://web.stanford.edu/class/cs253/) by Stanford University
2020-03-24 23:32:24 +05:30
- :tv: [Bug bounty hunter's methodology](https://www.youtube.com/watch?v=Qw1nNPiH_Go)
- :mortar_board: [WebSecurity Academy](https://portswigger.net/web-security) by Portswigger
2020-03-24 23:55:23 +05:30
### Malware Analysis
- :mortar_board: [Malware analysis course](https://class.malware.re/) by University of Cincinnati
2020-03-24 22:43:50 +05:30
### OSINT
- :book: *Open Source Intelligence Techniques* by Michael Bazzell
2020-03-24 22:35:33 +05:30
### Programming
2020-03-25 00:05:30 +05:30
- :book: [Free programming books](https://books.goalkicker.com/)
2020-03-24 23:20:47 +05:30
- :globe_with_meridians: [learnxinyminutes.com](https://learnxinyminutes.com) - Quick overview of all languages in cheatsheet style
2020-03-24 23:36:05 +05:30
- :mortar_board: [codecademy.com](https://www.codecademy.com/catalog/subject/all) - Freemium interactive courses
2020-03-24 22:35:33 +05:30
#### Go
- :globe_with_meridians: [gobyexample.com](https://gobyexample.com)
#### Python
- :book: *Learn Python the hard way* by Zed Shaw
2020-03-24 22:51:57 +05:30
- :tv: [Corey Schafer](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU)'s Python playlist
2020-03-24 23:09:18 +05:30
### Reverse Engineering
- :book: [Reverse engineering for beginners](https://beginners.re/)
2020-03-24 23:09:18 +05:30
- :globe_with_meridians: [Android App Reverse Engineering 101](https://maddiestone.github.io/AndroidAppRE)