Cryptheory – Just Crypto

Cryptocurrencies are our life! Get an Overview of Market News

How to Become a Hacker in 2020 #1 | Roughly Speaking, Before We Start our Course.

4 min read

AC mania

In the next weeks we will talk in detail about being an ethical hacker. Course with assignments, exaples and tutorials. This is roughly what you need to get started.

_____________

Run a UNIX-like OS, such as Linux. How to do – here. UNIX and UNIX-like operating systems are the operating systems of the Internet. While you can learn to use the Internet without knowing UNIX, you can’t be an Internet hacker without understanding UNIX. For this reason, the hacker culture today is pretty strongly UNIX-centered. There are many types of UNIX-like operating systems, the most popular being Linux, which you can run alongside Microsoft Windows on the same machine. Download Linux online or find a local Linux user group to help you with installation

  • There are other UNIX-like operating systems besides Linux, such as the *BSD systems. The most popular *BSD systems are FreeBSD, NetBSD, OpenBSD and DragonFly BSD. All are open source just like Linux. However, it’s important to remember that they are BSD and not Linux.
  • MacOS on Darwin, a UNIX operating system that’s on FreeBSD. Darwin is fully free and open source and is available from http://opensource.apple.com. Because the core of the system is UNIX, and macOS is very popular, many people have ported over Linux applications to macOS. You can get those programs with a package manager like homebrew, fink or MacPorts. Alternatively, you can just run Linux on a Mac alongside macOS.

__________


Write HTML.
How to write HTML – here. If you don’t know how to program, learning basic HyperText Mark-Up Language (HTML) and gradually building proficiency is essential. What you see when you look at a website of pictures, images, and design components is all coded using HTML. For a project, set out to learn how to make a basic home page and work your way up from there.

  • In your browser, open the page source information to examine the HTML to see an example. Go to Web Developer > Page Source in Firefox and spend time looking at the code.
  • You can write HTML in a basic word processing program like Notepad or Simple text and save your files as “yourname.HTML” so you can upload them to a browser and see your work translated.

__________

Learn the language of programming. Before you break the rules, you have to learn the rules. But if your ultimate goal is to become a hacker, you’re going to need more than basic English to write your masterpiece.

  • Python is a good “language” to start off with because it’s cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is compelling, flexible, and well-suited for large projects.
  • If you get into serious programming, you will have to learn Java is an alternative, but its value as a first programming language has been currently questioned in its particular state.
  • Unlike Java, Javascript is very similar to Python as they are both a C-based language and extremely new user-friendly. Javascript is “the programming language of the web,” so If you’d like to continue your learning in web development/hacking, Javascript is better to learn than Python.
  • An alternative to JavaScript would be PHP C, the core language of Unix. C++ is very closely related to C; if you know one, learning the other will not be difficult. C is very efficient with your machine’s resources but will soak up huge amounts of your time on debugging and is often avoided for that reason, unless the efficiency of your computer is especially important.
  • It is probably a good idea to use a good starting platform such as Backtrack 5 R3, Kali or Ubuntu 12.04LTS.

How to Become a Hacker in 2020 #1 | Roughly Speaking, Before We Start our Course.
How to Become a Hacker in 2020 #1 | Roughly Speaking, Before We Start our Course.
How to Become a Hacker in 2020 #1 | Roughly Speaking, Before We Start our Course.

* Cross platform means programs developed using the particular language can be deployed on different operating systems such as Windows, Linux based, MAC etc.

What languages should I learn?

The answer to this question depends on your target computer systems and platforms. Some programming languages are used to develop for only specific platforms. As an example, Visual Basic Classic (3, 4, 5, and 6.0) is used to write applications that run on Windows operating system. It would, therefore, be illogical for you to learn how to program in Visual Basic 6.0 when your target is hacking Linux based systems.

__________

In addition to programming skills, a good hacker should also have the following skills:

  • Know how to use the internet and search engines effectively to gather information.
  • Practice makes perfect, a good hacker should be hard working and positively contribute to the hacker community. He/she can contribute by developing open source programs, answering questions in hacking forums, etc.

Summary

  • Programming skills are essential to becoming an effective hacker.
  • Network skills are essential to becoming an effective hacker
  • SQL skills are essential to becoming an effective hacker.
  • Hacking tools are programs that simplify the process of identifying and exploiting weaknesses in computer systems. Which Hacking tools we will write to the next part.

 

                     NEXT►

All content in this article is for informational purposes only and in no way serves as investment advice. Investing in cryptocurrencies, commodities and stocks is very risky and can lead to capital losses.

Leave a Reply

Your email address will not be published. Required fields are marked *