Cyber Security Programs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cyber Security Programs

Which I Use Programs For Cyber Security?

1st Apr 2018, 9:23 PM
ZedFed01
ZedFed01 - avatar
4 Answers
+ 5
L00P3R Sometimes it helps to see where these things started. Using the Javascript x86 emulator here: https://copy.sh/v86/ The MS-DOS 6.22 image has a working DEBUG, memory dump, arbitrary loader, other OS's and their tools (etc).
1st Apr 2018, 10:02 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
It depends in which area you want to focus on. For example, programmers and hackers focused on local applications use something called debuggers, which show you lot's of low-level stuff that happens inside the program at runtime. This might help you spotting a bug and being able to fix it. Examples: GDB, Binary ninja, Radare2, IDA. On the other hand, hacker's focused on web stuff, use programs for reading/modifying packet's sent across the network, helping them to find bugs in web applications. There are more areas to focus in, but I guess you've made already an idea. I hope this helped you :)
1st Apr 2018, 9:37 PM
L00P3R
L00P3R - avatar
+ 4
I am finishing up a Cyber Security Certificate class in college right now. It involves a lot more than a few programs. Serious people in this field learn a dozen or more programs, a handful of programming languages, networking in its entirety, several operating systems and how to configure, maintain and keep updated all of the hardware involved. It's a pretty complex area of study. However, if you are really passionate and want to do it, go for it, it certainly pays well and the job is only getting bigger. :)
2nd Apr 2018, 6:22 AM
synorax
synorax - avatar
+ 2
There aren't individual programs for cybersecurity. Cybersecurity can include certain programs (e.g. antivirus programs, and other programs), but it's also about education of user behaviour, and networking configuration etc. Also about updating all software to include latest security updates. There's so much to consider. There are also programs to help with Penetration Testing.
1st Apr 2018, 9:27 PM
Emma