Resources-for-Beginner-Bug-.../assets/coding.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2020-03-30 17:22:47 +00:00
# Resources-for-Beginner-Bug-Bounty-Hunters
2020-03-30 17:52:54 +00:00
## Coding & Scripting 🤖
2020-03-30 17:22:47 +00:00
### Info
2020-03-30 17:52:54 +00:00
Many Beginners often ask if Coding is a necessaty for Bug Bounty.<br>
Short Answer: No.<br>
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 own 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.
2020-03-30 17:22:47 +00:00
### Resources
- [Bash Scripting Full Course 3 Hours](https://www.youtube.com/watch?v=e7BufAVwDiM)
- [Explainshell](https://explainshell.com/)
- [Discovering the Terminal](https://blog.balthazar-rouberol.com/discovering-the-terminal)
- [Text Processing in the Shell](https://blog.balthazar-rouberol.com/text-processing-in-the-shell)
- [Subdomain Enumeration Script](https://twitter.com/Sin_Khe/status/1242785016884625409)
- [ShellCheck](https://www.shellcheck.net/) - for finding Bugs in your Shell Scripts
---
back to [Intro Page](/README.md)