How/where to learn hacking
by - Thursday, January 1, 1970 at 12:00 AM
I'm quite a beginner in coding, i just want to know where can i learn hacking
Reply
Learn coding first.
Reply
https://www.recipe.com/
Reply
If you're planning on teaching yourself web-application security then I'd suggest that you do some reading and potentially setting up yourself your own environment to establish yourself.. Here's a pretty nifty link you can sift through: https://github.com/carlospolop/hacktricks. Also programming wise I suggest that you learn C. You'd have more success applying yourself doing that than you would learning python.
Reply
Learn basic programming -> Learn networking -> Learn about linux / windows env -> Learn hacking
Reply
Decide what kind of hacking you want to do. Then work out the steps needed to do it.

Hacking a particular website you might learn port scanning and enumeration of services with say nmap and then use tools to hack whatever the site is running that might be vulnerable. Be it software with a known vulnerability, badly designed/poorly implemented software or whatever. You can use ready made tools but good hackers will learn how things work much deeper and use something like burpsuite to fiddle with requests.

Or you might start another with a fresh exploit and just scan ranges/use shodan or whatever to find boxen that that exploit can be used on.

Another alternative is to send people malware and then there is a whole crypting/AV evasion and many different methods of delivering rabbit hole to go down.

Many start with finding sites that are vulnerbale to sql injection and use tools to extract the database. It gets you information but you have not pwned the box. You might not need or want to depending on your wants and needs but spare boxs to bounce through are always handy
Reply
Hacking is a huge build of knowledge that you have to keep learning it day by day not a simple side that you can get fast results after this
Reply
Basic concepts will help you, of course. And a thorough understanding of at least one language would be beneficial.

However, 81% of active threat actors arrested between 2020 and 2021 know little to nothing about coding.
If it is for financial gain, often Social Engineering will be the dominant skillset.
Immortality is subjective.

Reply
(August 23, 2022, 05:07 AM)Hooder Wrote:
(August 23, 2022, 04:42 AM)zhiming Wrote: I'm quite a beginner in coding, i just want to know where can i learn hacking


This is a recipe sharing forum, we like to make and share tasty recipes here. Why are you asking about hacking here?

Really? I thought this was a Mongolian basket weaving forum
Reply
(August 23, 2022, 02:31 PM)apache Wrote: If you're planning on teaching yourself web-application security then I'd suggest that you do some reading and potentially setting up yourself your own environment to establish yourself.. Here's a pretty nifty link you can sift through: https://github.com/carlospolop/hacktricks. Also programming wise I suggest that you learn C. You'd have more success applying yourself doing that than you would learning python.


got it, thanks for replying
Reply


 Users viewing this thread: How/where to learn hacking: No users currently viewing.