Hi dude, (sorry for my bad english)
Im far away for being a pro but my advices is to know how a computer work. Then how a computer communicate. And then start learing code. Choose a coding language, python is the most complete language. And start learning and programming. Check everywhere for informations, on forums, with youtube videos, on websites. You can choose for free a openclassroom to learn python or other languages. After maybe 2 hours you can start writing little scripts ! You can of course start coding with multiple languages but it will be for my opinion more difficult. And finally you can start learning hacking. You can directly start hacking but it will be more difficult and you can become a scriptkiddie. If you are on Windows, you can install kali linux, its the best OS for hacking. You can download it with Virtual Box, check this video –>
Kali linux is maybe hard at the beginning but dont worry its wayyyy better than Windows. Learning hacking is the same way as learning coding, check every forums, websites, videos that can give you informations. You can try your hacking skills with website like defendtheweb. Defendtheweb teache you basics. There is many other websites that you can legally hack but it too hard for beginners. There is not class in hacking where you just have to sit and wait like in highschool to be good. It exist for the opposite lol, the informatic security. Pm me if you are block on a defendtheweb level or if you want websites to try your hacking skills. The best advice for me is to be curious.
(ps: A function is a mini program in a program that you can “call it”. In python it will be something like that :
My function only print() what I will give her.
Program:
def name_of_my_function(something_to_give_to_my_function):
print(something_to_give_to_my_function)
name_of_my_function(“hello”)
Result:
‘hello’
“def” is for define a function. The “something_to_give_to_my_function” can be blank if I dont want to give something to her.
nmap is for me the second most powerfull hacking program, its a scanning program. You can download it and try it if you want.)