mirror of
https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters.git
synced 2024-11-22 11:43:12 +00:00
1.8 KiB
1.8 KiB
Resources-for-Beginner-Bug-Bounty-Hunters
Coding & Scripting 🤖
Info
Many Beginners often ask if Coding is a necessity for Bug Bounty.
Short Answer: No.
But as often discussed on @nahamsec Twitch Channel, it is a good tool to have in General. Coding can help you a lot with understanding stuff that you will encounter on your Hacking Sessions, but it is also generally a good skill to have in the current times. You can automate your Tools with Python for example, or write completely new ones if you have a specific task for it in mind. We will add a lot more in here over the next updates and also reorganize the Resources by Languages and so on.
TL,DR: Python and Bash are really good skills to have and start out with.
Resources
- Bash Scripting Full Course 3 Hours
- Explainshell
- Discovering the Terminal
- Text Processing in the Shell
- Subdomain Enumeration Script
- ShellCheck - for finding Bugs in your Shell Scripts
- Bug Bounty with Bash - by Aditya Soni
- Linux Beginner Boost - by rwxrob
Learning Platforms
- Exercism - "Code Practice and Mentorship.."
- CodeCademy
- Khan Academy
- Learn Python the Hard Way
- Udacity
back to Intro Page