Skip to content

Latest commit

 

History

History
112 lines (86 loc) · 3.89 KB

hacking.md

File metadata and controls

112 lines (86 loc) · 3.89 KB
title date category image tags authors mainpage draft
Hacking and Bug Bounty
2021-04-12 05:16:58 +0530
other
images/hacker.jpg
hacking
bounty
fasalmbt
false
false

Hacking is the activity of identifying weaknesses in a computer system or a network to exploit the security to gain access to personal data or business data. An example of computer hacking can be: using a password cracking algorithm to gain access to a computer system.

Programming Knowledge

Programming knowledge is a must obviously.

Learn Python,PHP,JS,HTML&CSS 🚀

  1. Basic knowledge about HTML,CSS&JS is must.
  2. Learn any server side language like Python,PHP or Ruby.
  3. If you want to code your own exploits, learn C.

💡 The python book Learn python3: the hardway is a good resource.

Install and setup stuffs 🚧

Things you need and need not.

  1. A 🖥️ running any linux based OS ✔️ (You can also use windows, but it sucks.)
  2. A 🧠 to think ✔️
  3. Kali linux ❗ (even ubuntu will do the work)
  4. Problem solving skills ✔️
  5. Investigation oriented mind ✔️

🌝 Only do this if you have plans to learn. First learn, then earn. There will be some time you may find yourself lost.

Next steps (recommended)

Do the following to take learning to the next level

Learn to code your own tools.

Programming your own tools is best step to become leet from noob.
You will learn a lot in this process about security related concepts.

Read Books. 📖

Watch youtube channels related to this field.

CTF platforms.

Tools needed 🛠️

Bug bounty platforms

Final notes 📝

* PATIENCE IS THE KEY, takes years to master, don’t fall for overnight success
* Do not expect someone will spoon feed you everything.
* Confidence
* Not always for bounty, money isn't everything
* Learn a lot
* Won’t find at the beginning, don’t lose hope
* Stay focused
* Depend on yourself
* Stay updated with InfoSec world

Thanks 🚀