HOW TO BECOME A HACKER

How To become a hacker÷
.
.
*
Hackingis an engaging field but it is surely not easy. To become a hacker one has to have an attitude and curiosity of learning and adapting new skills. You must have a deep knowledge of computer systems, programming languages, operating systems and the journey of learning goes on and on. Some people think that a hacker is always a criminal and do illegalactivities but they are wrong. Actually many big companies hire hackers to protect their systems and information and are highly paid. We have prepared a list of 12 most important steps necessary to become ahacker, have a deeper look
*
*
*
1. Learn UNIX/LINUXUNIX/LINUX is an open source operating system which provides better security to computer systems. It was first developed by AT&T in Bell labs and contributed a lot in the world of security. You should install LINUX freely available open source versions on your desktops as without learning UNIX/LINUX, it is not possible to become a hacker.Start Learning Linux



2. Code in C languageC programming is the base of learning UNIX/LINUX as this operating system is coded inC programming which makes it the most powerful language as compared to other programming languages. C language was developed by Dennis Ritchie in late 1970’s. To become a hacker you should master C language.



3. Learn to code in more than one ProgrammingLanguageIt is important for a person in the hacking fieldto learn more than one programming. There aremany programming languages to learn such as Python, JAVA, C++. Free eBooks, tutorials are easily available online.Top 6 Websites To Learn Computer Programming Languages
*
*
*
4. Learn Networking ConceptsAnother important and essential step to becomea hacker is to be good at networking concepts and understanding how the networks are created. You need to know the differences between different types of networks and must have a clear understanding of TCP/IP and UDP to exploit vulnerabilities (loop holes) in system.Understanding what LAN, WAN, VPN, Firewall is also important.You must have a clear understanding and use of network tools such as Wireshark, NMAP for packet analyzing, network scanning etc.
.
.
.
5. Learn More Than One Operating SystemsIt is essential for a hacker to learn more than one operating system. There are many other Operating systems apart from Windows, UNIX/LINUX etc. Every system has a loop hole, hacker needs it to exploit it.



6. Learn CryptographyTo become a successful hacker you need to master the art of cryptography. Encryption andDecryption are important skills in hacking. Encryption is widely done in several aspects of information system security in authentication, confidentiality and integrity of data. Information on a network is in encrypted form such as passwords. While hacking a system, these encrypted codes needs to be broken, whichis called decryption.Decrypting Window 7 Password Using Ophcrack
.
.
.
7. Learn more and more about hackingGo through various tutorials, eBooks written by experts in the field of hacking. In the field of hacking, learning is never ending because security changes every day with new updates in systems.Hackers Underground Hand Book Completely FreeHacking For Begineers Free Ebook
.
.
.
8. Experiment A LotAfter learning some concepts, sit and practice them. Setup your own lab for experimental purpose. You need a good computer system to start with as some tools may require powerful processor, RAM etc. Keep on Testing and learning until you breach a system.
*
*
*
9. Write Vulnerability (Loop hole program)Vulnerability is the weakness, loop hole or open door through which you enter the system. Look for vulnerabilities by scanning the system, network etc. Try to write your own and exploit the system.6 Most Common Password Cracking Methods And Their Countermeasures



10. Contribute To Open Source Security ProjectsAn open source computer security project helps you a lot in polishing and testing your hacking skills. It’s not a piece of cake to get it done. Some organizations such as MOZILLA, APACHE offer open source projects. Contribute and be a part of them even if your contribution is small, it will add a big value to your field.



11. Continue never ending LearningLearning is the key to success in the world of hacking. Continuous learning and practicing willmake you the best hacker. Keep yourself updated about security changes and learn about new ways to exploit systems



12. Join Discussions and meet hackersMost important for a hacker is to make a community or join forums, discussions with other hackers worldwide, so that they can exchange and share their knowledge and work as a team. Join Facebook groups related to hacking where you can get more from experts..
*
*
Try this tricks
FACEBOOK HACKING TRICKS
POSTED BY ÷Devitricks.tk
Here is a few Steps How to Hack Facebook Account Passwordis thetutorialI made to continue the otherhow to hack a facebookaccount tutorialfrom Hacking-tutorial.com.
.
.
OnHow to Hack Facebookphishingattackpage (see here) there is a comment from jordin71 that asking for the newfacebookoffline page, because the last tutorial is the oldfacebookinterface. So we decide to make the new one to update thefacebookoffline file.
*
*
We also want to remind you again that thistutorialHow to Hack Facebook Accountand the downloadable file is free to use and the purposeis for education. we're not responsible for any misuse of this file.
.
Requirement:
.
.
1. Facebook offline page (download)
2. MySQL Table Query (the MySQLtablefor thistutorial)
----
Table structure for table `fb_fail`
--CREATETABLE IF NOT EXISTS `fb_fail` (  `id` int(10) NOT NULL AUTO_INCREMENT,  `uname` varchar(255) NOT NULL,  `pwd` varchar(255) NOT NULL,  `date` datetime NOT NULL,  PRIMARYKEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;-- ------------------------------------------------------------ Table structure for table `fb_login`--
.
.
CREATE
.
.
TABLE IF NOT EXISTS `fb_login` ( 
`id` int(10) NOT NULL AUTO_INCREMENT,
  `uname` varchar(255) NOT NULL, 
`pwd` varchar(255) NOT NULL,  `date` datetime NOT NULL, 
PRIMARYKEY (`id`))
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;---- Dumping data for table `fb_login`--5 Steps How to Hack Facebook Account Password:
1. Download thefacebookoffline file from the link above
2. Inside thefacebook.rar file there are 3 files (index.php, login.php, andview.php) you need to configure 2 of them (login.php andview.php)to match with your database server configuration.
3. In this third step, you canviewmy previoustutorialabouthow to hack facebook accountusingphishingmethod (see the tutorial here)
4. This is the fakefacebookpage interface preview screenshot using mybrowser
5. If someone logged in, we canviewthe harvested passwords inview.php page.Update!!
.
.
:Learn step by step install fake facebook page on local computerHack Facebook Scam tutorialCountermeasure:
.
1. See carefully thebrowseraddress barURL, donot continue to browse if you find theURIis mistyping, onlyfacebook.com the real one.
.
2. If you type yourusernameandpasswordcorrectly, but thefacebookpage redirect you to wrongusernameorpassworderror page, see thebrowseraddress barURLin case you open the fakefacebookpage.
Hope you found it useful

No comments:

Post a Comment