Why you should learn how to program?
Hackers are problem solver and tool builders, learning how to program will help you implement solutions to problems. It also differentiates you from script kiddies.
Writing programs as a hacker, will help you to automate many tasks which would usually take lots of time to complete. Writing programs can also help you identify and exploit programming errors in applications that you will be targeting. You don’t have to reinvent the wheel all the time, there are a number of open source programs that are readily usable. You can customize the already existing applications and adding your own methods to suit your needs.
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.
Programming languages that are useful to hackers
1. HTML
2. JavaScript
3. PHP
4. SQL
5. Python, Ruby. Bash, Perl
6. C & C++
7. Java, C#, Visual Basic, VBScript
Java & CSharp are *cross platform. Visual Basic is specific to windows
Other uses
The usefulness of these languages depends on your scenario.
* Cross platform means programs developed using the particular language can be deployed on different operating systems such as Windows, Linuxed based, MAC etc.
Other skills
In addition to programming skills, a good hacker should also have the following skills:
They are computer programs and scripts that helps you find and exploit weaknesses in computer systems. Some of these tools are open source while others are commercial.
Commonly Used Hacking Tools
The following table lists some of the most commonly used tools.
1. Nmap : Network mapper. This tool is used to explore networks and perform security audits.
http://nmap.org/
2. Nessus
http://www.tenable.com/products/nessus
3. John The Ripper : Password cracking utility. It is cross platform.
http://www.openwall.com/john/
4. Cain & Abel : Microsoft Operating System passwords recovery tool. It is used to;
http://www.oxid.it/cain.html
5. NetStumbler : Used to detect wireless networks on the windows platform. It can be used for the following tasks;
6. SQLMap : Automates the process of detecting and exploiting SQL Injection weaknesses. It is open source and cross platform. It supports the following database engines.
http://sqlmap.org/
Summary
Programming skills are essential to become an effective hacker.
Network skills are essential to become an effective hacker
SQL skills are essential to become an effective hacker.
Hacking tools are programs that simplify the process of identifying and exploiting weaknesses in computer systems
Hackers are problem solver and tool builders, learning how to program will help you implement solutions to problems. It also differentiates you from script kiddies.
Writing programs as a hacker, will help you to automate many tasks which would usually take lots of time to complete. Writing programs can also help you identify and exploit programming errors in applications that you will be targeting. You don’t have to reinvent the wheel all the time, there are a number of open source programs that are readily usable. You can customize the already existing applications and adding your own methods to suit your needs.
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.
Programming languages that are useful to hackers
1. HTML
- Language used to write web pages.
- *Cross platform
- Web hacking
2. JavaScript
- Client side scripting language
- *Cross platform
- Web Hacking
3. PHP
- Server side scripting language
- *Cross platform
- Web Hacking
4. SQL
- Language used to communicate with database
- *Cross platform
- Web Hacking
5. Python, Ruby. Bash, Perl
- High level programming languages
- *Cross platform
- Building tools & scripts
6. C & C++
- High level programming
- *Cross platform
- Writing exploits, shell codes etc.
7. Java, C#, Visual Basic, VBScript
Java & CSharp are *cross platform. Visual Basic is specific to windows
Other uses
The usefulness of these languages depends on your scenario.
* Cross platform means programs developed using the particular language can be deployed on different operating systems such as Windows, Linuxed based, MAC etc.
Other skills
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.
- Get a Linux based operating system and the know the basics commands that every Linux user should know.
- 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.
They are computer programs and scripts that helps you find and exploit weaknesses in computer systems. Some of these tools are open source while others are commercial.
Commonly Used Hacking Tools
The following table lists some of the most commonly used tools.
1. Nmap : Network mapper. This tool is used to explore networks and perform security audits.
http://nmap.org/
2. Nessus
- Remote vulnerability scanner
- Password dictionary attacks
- Denial of service attacks.
http://www.tenable.com/products/nessus
3. John The Ripper : Password cracking utility. It is cross platform.
http://www.openwall.com/john/
4. Cain & Abel : Microsoft Operating System passwords recovery tool. It is used to;
- Recover MS Access passwords
- Uncover password field
- Sniffing networks
- Cracking encrypted passwords using dictionary attacks, brute-force and cryptanalysis attacks.
http://www.oxid.it/cain.html
5. NetStumbler : Used to detect wireless networks on the windows platform. It can be used for the following tasks;
- Verifying network configurations
- Finding locations with poor coverage in a WLAN
- Detecting causes of wireless interference
- Detecting unauthorized ("rogue") access points
- Aiming directional antennas for long-haul WLAN links
6. SQLMap : Automates the process of detecting and exploiting SQL Injection weaknesses. It is open source and cross platform. It supports the following database engines.
- MySQL
- Oracle
- Postgre SQL
- MS SQL Server
- MS Access
- IBM DB2
- SQLite
- Firebird
- Sybase and SAP MaxDB
- Boolean-based blind
- Time-based blind
- Error-based
- UNION query
- Stacked queries and out-of-band.
http://sqlmap.org/
Summary
Programming skills are essential to become an effective hacker.
Network skills are essential to become an effective hacker
SQL skills are essential to become an effective hacker.
Hacking tools are programs that simplify the process of identifying and exploiting weaknesses in computer systems
Comments
Post a Comment