Files
be-a-hacker/README.md

80 lines
5.7 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
2020-03-25 00:16:09 +05:30
- [Computer Science](https://github.com/s0md3v/learn-at-home#computer-science) - Learn how computers work!
2020-03-25 00:17:27 +05:30
- [Cryptography](https://github.com/s0md3v/learn-at-home#computer-science) - Learn to solve hidden secret codes!
2020-03-25 00:16:09 +05:30
- [Digital Forensics](https://github.com/s0md3v/learn-at-home#digital-forensics) - Become an investigator of computers!
- [General Resources](https://github.com/s0md3v/learn-at-home#general-resources) - Great learning resources!
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-25 00:16:09 +05:30
- [Graphics](https://github.com/s0md3v/learn-at-home#graphics) - Learn photo editing and all that!
- [Information Security](https://github.com/s0md3v/learn-at-home#information-security) - Hack & protect things!
- [Android Security](https://github.com/s0md3v/learn-at-home#android-security) - Hack android!
- [IoT Security](https://github.com/s0md3v/learn-at-home#iot-security) - Hack cameras, smart TVs and all that!
- [Web Security](https://github.com/s0md3v/learn-at-home#web-security) - Hack websites!
- [Malware Analysis](https://github.com/s0md3v/learn-at-home#malware-analysis) - Analyse computer *viruses*!
- [OSINT](https://github.com/s0md3v/learn-at-home#osint) - Become an investigator on the internet!
- [Programming](https://github.com/s0md3v/learn-at-home#programming) - Learn how to create softwares!
- [Reverse Engineering](https://github.com/s0md3v/learn-at-home#reverse-engineering) - Learn how to break down softwares!
2020-03-24 23:59:32 +05:30
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)
2020-03-25 00:09:06 +05:30
### Digital Forensics
- [Computer Forensics subreddit wiki](https://www.reddit.com/r/computerforensics/wiki/faq#wiki_forensics.3A_where.2Fhow_do_i_begin.3F)
2020-03-24 22:35:33 +05:30
### 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)
2020-03-25 00:46:49 +01:00
- :globe_with_meridians: [Mobile Systems and Smartphone Security](https://mobisec.reyammer.io/slides)
2020-03-24 23:32:24 +05:30
#### 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-25 00:03:12 +01:00
- :mortar_board: [Bugcrowd University](https://github.com/bugcrowd/bugcrowd_university) by Bugcrowd
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-25 00:46:49 +01:00
- :globe_with_meridians: [Reverse engineering malware](https://malwareunicorn.org/#/workshops) by MalwareUnicorn
2020-03-24 22:43:50 +05:30
### OSINT
- :book: *Open Source Intelligence Techniques* by Michael Bazzell
2020-03-25 00:46:49 +01:00
- :globe_with_meridians: [How To Guides](https://www.bellingcat.com/category/resources/how-tos/) by Bellingcat
- :tv: [10 minute tips](https://osintcurio.us/10-minute-tips/) by Osintcurious
2020-03-25 00:48:33 +01:00
- :globe_with_meridians: [Crypto weekly](https://us14.campaign-archive.com/home/?u=c435f53a5568f7951404c8a38&id=7f8ca9c380) by Bellingcat
2020-03-25 00:46:49 +01:00
- :globe_with_meridians: [OSINT weekly](https://medium.com/week-in-osint) by Sector035
2020-03-25 00:41:58 +01:00
#### CTF
- :globe_with_meridians: [OSINT quiz](https://twitter.com/Sector035/status/1211038518635614208) by Sector035
- :globe_with_meridians: [Cyber Detective CTF](https://ctf.cybersoc.wales/) by Cardiff University
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)