Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
watzon46248yThere is no best programming language for hacking. learn how computers, and specifically operating systems, work. learn a lower level language like c/c++ and how to expose security vulnerabilities. lastly you can look into penetration testing, as that is what "hacking" is actually called
-
watzon46248y@jahan007 look up offensive security in Google. if you want to really learn to hack it's not going to be as simple as watching tutorial videos on YouTube. you need to learn computer science, take a course in penetration testing, and go through hours and hours of searching for vulnerabilities that no one else has found yet
-
@jahan007 Let me warn you, Hacking is extremely illegal unless you are doing it on your own network or it is ethical hacking for a company e.g a bug bounty program. I don't think learning to program just to "become a hacker" is the way you should go.
-
rozzzly16718yDon't listen to @dev0urer!
Go straight to youtube and find videos for hacking programs that include a download link. If the video title is in all caps, you know it's safe.
Download that and then right click --> "run as admin" -
rozzzly16718y(don't do that; that's probably the most effective way to get malware...infecting your compute)
-
@jahan007 I wouldn't recommend this place for serious questions. Most of us are just having fun trolling here. I would say try asking a question like this on stack overflow (remember to search for a similar question before you post yourself).
-
Honestly, OP, I recommend learning how the Internet works pretty solidly.
Spend 2 weeks on Internet stuff, not on hacking at all. Just how the Internet works.
Then create a test network that is very insecure. It should have SSH vulnerabilities, an old apache server, an insecure WEP WiFi password on the router, etc. Then try to get in. This should make a lot more sense if you spend a full 2 weeks on Internet basics.
I would start by researching "TCP/IP," then "DNS," and then the different things you get from there. Things like "FTP" HTTP(S)" "WPA/WPA2/WEP".
There is a great series of books called "Offensive Security." They may be a little advanced for you, but Google is a friend. do not give up. when you see something you don't understand, ask a question.
There is another side of hacking which doesn't even require a network. This would involve "Buffer Overflows" and "Brute forcing passwords." You can start by researching the ways to get "root."
There is need for pen testers. -
@jahan007: Look into Damn Vulnerable Linux as a vulnerable OS to start off with if you're looking at OS exploits. If you're looking for web hacks and defacing BS, look at hackmysite.org
-
SCollins1388yI use HTML to hakz you press F12 and then can hack a website. I usually add <blink> everywhere.
-
rozzzly16718yif you actually want to learn the dark arts... go download visual c++ 6.0 (dat OG shit) and write your own irc bot. it's the most cookie-cutter type of malware and there's ~2 decades worth of sources, tutorials, etc out there. doing so will teach you C++ (although I'd start with C so you really understand how processes, memory, and win32/windows internals work on the most basic level)
from there, make a keylogger and/or saved passwords"recovery" tools.
Which programming language iz best for hacking...?
undefined