Current Events > How do you learn hacker coding stuff?

Topic List
Page List: 1
YookaLaylee
10/19/18 7:24:01 PM
#1:


... Copied to Clipboard!
#2
Post #2 was unavailable or deleted.
YookaLaylee
10/19/18 7:26:12 PM
#3:


... Copied to Clipboard!
zinezinzadan
10/19/18 7:26:31 PM
#4:


Ive always wondered this myself. In college, I purposely took a computer science minor in the hopes of learning code on the side while getting my Biochem degree. I can tell you with a computer science ingredient in my resume, I dont know a lick of how to create a simple mobile video game, or any sort of coding that enters a network (hacking). These are street things that are taught in very close knit groups.
---
i7 6700k @ 4.0GHz / Z170 Extreme 6 SUPER / EVGA GTX1080 / SSD 850 Evo / 2TB HDD / Cooler Master Hyper 2012 EVO
... Copied to Clipboard!
YookaLaylee
10/19/18 7:29:44 PM
#5:


Ive dabbled with coding a few times in the past because hacking always seemed really cool, but Ive recently regained interest in it because I learned that theres a job called penetration tester where companies literally pay you to hack them and find flaws in their security. It seems like it would be a lot of fun. All I know is Codeacademy html though lol
---
... Copied to Clipboard!
AABLMD82
10/19/18 7:56:21 PM
#6:


You dont need a CS degree to hack. You need to know some coding to make scripts but the rest isnt really theoretically complex. Theres plenty of online lab resources to help you learn. Theyll have you download programs to run virtual machines where you can play around with different attacks. KaliVM and SEEDLab are good VMs that come with a lot of hacking resources included.
---
What ever happened to Mad Stalker?
... Copied to Clipboard!
Bishop9800
10/19/18 7:57:20 PM
#7:


cool
---
Seriously. I don't care what side of the fence someone is on, if they are a piece of crap, they are a piece of crap.
... Copied to Clipboard!
OwlRammer
10/19/18 8:01:21 PM
#8:


... Copied to Clipboard!
DarkTransient
10/19/18 8:03:38 PM
#9:


zinezinzadan posted...
I dont know a lick of how to create a simple mobile video game, or any sort of coding that enters a network (hacking). These are street things that are taught in very close knit groups.


Hacking yes, but you can easily teach yourself programming games (desktop or mobile) if you know the basics of coding. I'd recommend looking into MonoGame, it's based off a very common language (C#, I believe there's options to use a couple of others if you prefer), completely free, and widely used, with good platform support (all three major desktop OSes, both major mobile OSes (not sure if it supports Windows Phone), and all current consoles plus Vita). C-based language is a huge advantage; the C family has survived decades, whereas fad languages like Python come and go.

I'm trying to learn it myself, although getting used to C-based languages is quite a change for me (I'm used to Pascal, which I think it's safe to say has "gone" at this point).
---
Proud to be part of the 1% of society that's smart enough to realise Australia is not real.
... Copied to Clipboard!
#10
Post #10 was unavailable or deleted.
Key
10/19/18 8:08:32 PM
#11:


Coding itself is different than "hacker" coding. But for hacking unless you're getting into looking for zero days, reverse engineering, or something along those lines it's mostly basic scripting. Most of it will just be python, bash, or powershell. Pen testing is more about port scanning and looking for open vulnerabilities than actual coding. Like you'll definitely do scripting but you'll be doing more of things like: scanning, error handling, invalid input, using known vulnerabilities on any unpatched software, mismanaged permissions, packet capturing, and other things like that.

If you're really interested in that line of worker there's several websites with vm's set up specifically for you to try to do that. If you want to get into actual programming then I would select a type of project you're interested in and then a language based off of that. For example if you're into machine learning try learning python. If you want to do front end web development learn html, css, and jacascript.

Source is myself as I work in the field.
---
<:;:;:;:;:;:;:;:;}]\\\\\\O=('-'Q)
(>'-')> <('-'<) ^( '-' )^ v( '-' )v <('-'<) ^(_ _)^ (>'-')> ^(^-^)
... Copied to Clipboard!
YookaLaylee
10/19/18 8:13:43 PM
#12:


I guess Ill start by learning Python. Thanks

Cpt_Pineapple posted...
https://www.youtube.com/watch?v=u8qgehH3kEQ" data-time="

Lmao
---
... Copied to Clipboard!
Topic List
Page List: 1