Free Essay

Hacking

In:

Submitted By peezyboy
Words 2876
Pages 12
Hacking:
Understanding It All
John Williams
INF 103: Computer Literacy
Thomas Hennefer
June 14, 2010

Abstract
As technology has grown, so has the dependence of society on its role in everyday life. Like many things, this dependence on technology comes at a risk. Hacking is the risk that members of society must face. Hackers can find any information they wish to acquire, which puts information, such as finances and personal, at great risk. In order to understand how to prevent hacking, one must first understand what is at risk to be hacked and the way in which the act is done.

Technology has become a constant part of every day life. People now manage their bank accounts, pay bills, deal with highly confidential information, and even personal information online. All these aspects of technology in daily life are a temptation to others throughout the internet. Those who find themselves tempted perform the task of hacking, which leaves others and their personal information vulnerable. This paper will discuss society’s reliance of technology in all aspects of life; thereby, leaving personal information vulnerable. Also being discussed will be information hackers find tempting, the steps that some take to hack into systems allowing them access to normally unavailable information and the steps that can be used to help prevent hacking from occurring.
Method
In the task of preventing hackers from gaining access to information that could be harmful to the individual, you must first understand what information is at risk and how hackers perform the task of hacking. In order to do this, I had to research what systems/files are at risk to be hacked and the way in which hackers perform the task of hacking. By assessing these factors, one can find the programs and actions they can take that can help protect their personal information.
Results
Vulnerability As technology had advanced, people rely on the internet to make things easier for themselves in their daily life. Everything that is electronically controlled is at risk of being hacked. Systems which can be hacked include but are not limited to: modern automobiles, bank accounts, airline systems, social networks, and even electronic voting. Surprisingly, anything electronic can be hacked, including modern automobiles. Modern automobiles are now using computer systems to monitor everything for the vehicle. This monitoring by the computer in the car can mean a lot of trouble for someone if their system becomes hacked. This puts the driver of the vehicle at great risk, being that the hacker will be able to control such functions as the brakes, engine, lights, and locks (Hall, 2010). In the event of the vehicle being hacked, the driver will be able to do nothing about the functions being controlled by the hacker.
As technology has improved, people are able to make their lives easier when concerning finances. ATMs, online banking, and bill pay are all ways in which a hacker can gain access to any financial information. Helmbreck (2010) shows results of a study done on the hacking of businesses and what the bank did as a result. * Attack Rate: 55% of businesses reported they were hit with fraud in the last year; 58% of the fraud involved online banking activities * Detection Rate: 80% of banks didn’t manage to catch the fraud before the money was moved * Loss Recovery: 87% of the time, the money was long gone and the bank couldn’t get it back * Loss reimbursement: 57% of companies that had their accounts targeted were not fully compensated by their banks; more than a quarter of the victims (25%) got no compensation at all for their losses * Customer churn: These losses and the banks’ actions both before and after the attacks caused 40% of businesses targeted to switch banks after the fact, and * Transparency: 24% of businesses said their banks didn’t provide a policy that explained the bank’s responsibilities regarding security and protection of accounts; 39% of customer businesses didn’t even know if their bank had such a policy (Helmbreck, 2010). From this study, the security of financial information of an individual is something that both the account holder and banks, themselves, need to improve. The hacking of airline systems is a huge problem. With the increase in the need for travel, airlines have become an important and necessary mode of transportation. Seeing as airlines are the quickest mode of transportation now available, millions of people rely on it. This puts millions of people at risk everyday. The article by Sarangi (2009) states that by hacking into airline systems, millions of people’s personal information becomes vulnerable. Hackers to airline systems can also temper with flight schedules (Sarangi, 2009). The article by Sarangi (2009) makes an example by stating that by someone checking their email while waiting to catch their flight using the airline’s WIFI, puts them at risk of virtually handing their information to a hacker if the security of the airline system is weak (Sarangi, 2009). This would allow the hacker to do many things including the example given by Sarangi (2009) in which a threat email is sent and the actual culprit (the hacker) is undetected and the innocent is punished. This is only one example of the many things which could happen due to inadequate security in airline systems. Social networks are becoming ever important in mass-managing social affairs. Although the hacking of a social network account does not seem threatening at first, one must think about the mass of personal information included in such networks as MySpace, Twitter, and Face book. Thought to be a safe place in which to communicate with others, people often include a lot of information that may aid hackers. The information provided through these websites may aid hackers in hacking email addresses and bank accounts. Depending on how much a person relies on technology, this flaunt of information could possibly ruin their life. “In 2006, electronic voting machines accounted for 41 percent of the tallied U.S. votes. Fifty percent were cast on paper, and 9 percent "other," including New York's lever machines” (University, 2008). As evident in the previous statement, electronic voting accounts for a major percent of votes conducted; therefore, by hacking electronic voting machines, elections can be changed (University, 2008). The article by the project conducted by Rice University (2008) is about a project assigned to a computer science class. Although the professor states that this particular project is not exactly like what would happen in reality, he states that it is a good example of what could happen (University, 2008). The project consisted of two phases: * Phase 1: “The teams pretend to be unscrupulous programmers at a voting machine company. Their task: Make subtle changes to the machines' software -- changes that will alter the election's outcome but that cannot be detected by election officials” (University, 2008). * Phase 2: “The teams are told to play the part of the election's software regulators. Their task is to certify the code submitted by another team in the first phase of the class” (University, 2008).
Through the example given above as a class project, it is hard to imagine the limit to which the process of hacking can and will stop. When dealing with elections and other governmental issues, this information poses the question of what is actually how it should be and what is the result of someone’s tampering?
Hacking
An article by Catie (2010) lists the steps to hacking. At the end of the webpage, it is stated that the misuse of this information could be a local or federal crime and the website is for informational purposes only. 1. Learn a programming language. You shouldn't limit yourself to any particular language. C is the language the systems are built in, it teaches you what's very important in hacking: how the memory really works. Python or Ruby are modern, powerful scripting languages, that can be used to automatize various tasks; Perl is a good choice in this field as well. PHP is worth learning only because it's what newbies use to "hack" poorly written web-applications (forums, blogs etc). Bash scripting is a must, that's how you can easily manipulate most servers - writing one-line scripts, which will do most of the job. Finally, you can't do much without knowledge of ASM - you *can't* exploit a program if you don't know that. 2. Use a *nix terminal for commands. Cygwin will help emulate this for Windows users. DOS is worthless in this area. The tools in this article can be found for Windows based machines. Nmap particularly, uses WinPCap to run on Windows and does not require Cygwin. However, Nmap works poorly on Windows systems due to the lack of raw sockets. You should also consider using Linux or BSD, which are both more flexible, more reliable, and more secure. Most Linux distributions come with many useful tools pre-installed. 3. Try securing your machine first. Make sure you fully understood all common techniques, including the way to protect yourself. Start with basics - found a server which has site about racism, homophobia or other bad activities? Try to hack it, any way you can. Yet again, don't change the site, just make it yours. 4. Know your target. The process of gathering information about your target is known as 'enumeration'. Can you reach the remote system? You can use the ping utility (which is included in most operating systems) to see if the target is 'alive', however, you can not always trust the results of the ping utility, as it relies on the ICMP protocol, which can be easily shut off by paranoid system administrators. 5. Determine the operating system (OS). This is important because how can you gain access to a system if you don't know what the system is? This step involves running a scan of the ports. Try pOf, or nmap to run a port scan. This will show you the ports that are open on the machine, the OS, and can even tell you what type of firewall or router they are using so you can plan a course of action. You can activate OS detection in nmap by using the -O switch. 6. Find some path or open port in the system. Common ports such as FTP (21) and HTTP (80) are often well protected, and possibly only vulnerable to exploits yet to be discovered. Try other TCP and UDP ports that may have been forgotten, such as Telnet and various UDP ports left open for LAN gaming. An open port 22 is usually evidence of an SSH (secure shell) service running on the target, which can sometimes be brute forced. 7. Crack the password or authentication process. There are several methods for cracking a password, including brute force. Using brute force on a password is an effort to try every possible password contained within a pre-defined dictionary of brute force software. Users are often discouraged from using weak passwords, so brute force may take a lot of time. These days there are major improvements in brute-force techniques. Most hashing algorithms are found weak, and you can significally improve the cracking speed by exploiting these weaknesses (like you can cut the MD5 algorithm in 1/4, which will give huge speed boost). Also new techniques use graphic card like the processor - and it's thousands times faster. You may try using Rainbow Tables for fastest password cracking. Notice that password cracking is good technique only if you already got the hash of password. Trying every possible password while logging to remote machine is not a good idea, as it's easily detected by intrusion detection systems, pollute system logs and may take years to complete. It's often much easier to find other way into system, than cracking password. 8. Get super user (root) privileges. Try to get root privileges if targeting a *nix machine, or administrator privileges if taking Windows systems. Most information that will be of vital interest is protected and you need a certain level of authentication to get it. To see all the files on a computer you need super user privileges. This is a user account that is given the same privileges as the "root" user in Linux and BSD operating systems. For routers this is the "admin" account by default (unless it has been changed), for Windows, this is the Administrator account, etc. Just because you have gained access to a connection doesn't mean you can access everything. Only a super user, the administrator account, or the root account can do this. 9. Use various tricks. Often to gain super user status you have use tactics such as creating a "buffer overflow", which is basically causing the memory to dump and allowing you to inject a code or perform a task at a higher level then you're normally authorized. In unix-like systems this will happen if the bugged software has setuid bit set, so program will be executed as different user (superuser for example). Only writing or finding an insecure program that you can execute on their machine will allow you to do this. 10. Create a backdoor. Once you have gained full control over a machine, it's best to make sure you can come back again. This can be done by 'backdooring' an important system service, such as the SSH server. However your backdoor may be removed upon the next system upgrade - really experienced hackers would backdoor the compiler itself, so every compiled software would be a potential way to come back. 11. Cover your tracks. Never ever let the administrator know that the system is compromised. Do not change the website (if any), do not create more files than you really need. Do not create any additional users. Act as fast as possible. If you patched a server like SSHD, make sure it has your secret password hard-coded. If someone tries to login with this password, server should let him in, but shouldn't tell syslog about it (Catie, 2010).

Through exploring the steps in which a hacker uses, it makes understanding the process more important in helping to prevent the event from occurring. Prevention Hacking is a problem that can never be fully prevented, but there are certain steps that can be taken that will help ensure that the safety of information that is put on the computer and on the web. Because prevention of hacking is virtually an impossible task, Remy Na states some very basic tools that can be used to help ensure that a hacker has a hard time with hacking a system if these measures are taken. The first precaution Remy Na uses is to avoid advertisements that seem untrue or unreal; by viewing these advertisements, the sites contain “viruses, spyware, or other malicious software programs that install on your system and make it vulnerable to hacking” (Na). Remy Na explores anti-virus program. Anti-virus programs help ensure that there are no trojans, viruses or worms that would weaken security and allow easy access for hackers. Remy Na suggests scanning all emails for viruses and avoiding emails from unknown senders. Remy Na states that a competent firewall is essential in maintaining internet security. Remy Na suggests unplugging the internet connection when not online when using high speed internet. If not unplugged, this is an invitation to invade the system. Remy Na also states that regular updates can be very beneficial in ensuring the security of the internet. By following these steps and using common sense, providing safer internet security is easier.
Discussion
In order to prevent hacking, the process and steps that hackers use and the programs, files, or systems that appeal to hackers must be understood. In understanding all aspects of hacking, prevention is easier and the methods better understood. Although technology has come a long way, when concerned with the security of the internet and the information put on it, there is a long way to go in order to have a safe place in which to store and share information.

References
Catie. (2010, June 9). How to Hack. Retrieved June 11, 2010, from wikiHow: http://www.wikihow.com/Hack
Hall, K. (2010, May 18). Modern automobiles are super vulnerable to hacking, researchers say. Retrieved June 11, 2010, from Dvice: http://dvice.com/archives/2010/05/modern-automobi.php
Helmbreck, V. (2010, March 29). Biz bank accounts hacked at ‘unprecedented’ rates. Retrieved June 11, 2010, from Finance Tech News: http://www.financetechnews.com/biz-bank-account-hacking-rates-unprecedented/
Na, R. (n.d.). How to Avoid Hacking, and Prevent Internet Secuirity Problems. Retrieved June 11, 2010, from Articlebase: http://www.articlesbase.com/security- articles/how-to-avoid-hacking-and-prevent-internet-security-problems- 720927.html
Sarangi, D. P. (2009, December 23). Airlines system vulnerable to hackers at BIAL. Retrieved June 11, 2010, from BangaloreMirror: http://www.bangaloremirror.com/index.aspx?page=article&sectid=1&contentid=2 00912232009122302030019231da5603
University, R. (2008, October 8). Hack-a-Vote: Students Learn How Vulnerable Electronic Voting Really Is. Retrieved June 11, 2010, from ScienceDaily: http://www.sciencedaily.com/releases/2008/10/081007102851.htm

Similar Documents

Premium Essay

Hacking

...Danish Jamil et al. / International Journal of Engineering Science and Technology (IJEST) IS ETHICAL HACKING ETHICAL? DANISH JAMIL Department of Computer Engineering, Sir Syed University of Engineering & Technology, Main University Road, Karachi, Sindh-75300,Pakistan mallick251@hotmail.com MUHAMMAD NUMAN ALI KHAN Department of Computer Engineering, Sir Syed University of Engineering & Technology, Main University Road, Karachi, Sindh-75300,Pakistan mallick89@yahoo.co.uk Abstract : This paper explores the ethics behind ethical hacking and whether there are problems that lie with this new field of work. Since ethical hacking has been a controversial subject over the past few years, the question remains of the true intentions of ethical hackers. The paper also looks at ways in which future research could be looked into to help keep ethical hacking, ethical. Keywords— Ethical hacking, hacking, hackers, education and training, risk management, automated security I. INTRODUCTION Understanding the true intentions of the general public is quite a hard task these days, and it is even harder so, to understand the intentions of every single ethical hacker getting into vulnerable systems or networks. Technology is ever growing and we are encountering tools that are beneficial to the general public, but in the wrong hands can create great controversy, breaching our basic right to privacy, respect and freewill. The constant issues highlighted by the media always...

Words: 3982 - Pages: 16

Free Essay

Ethical Hacking

...Ethical Hacking Overview    Describe the role of an ethical hacker Describe what you can do legally as an ethical hacker Describe what you cannot do as an ethical hacker Hands-On Ethical Hacking and Network Defense 2  Ethical hackers  Employed by companies to perform penetration tests  Penetration test  Legal attempt to break into a company’s network to find its weakest link  Tester only reports findings, does not solve problems  Security test  More than an attempt to break in; also includes analyzing company’s security policy and procedures  Tester offers solutions to secure or protect the network Hands-On Ethical Hacking and Network Defense 3  Hackers  Access computer system or network without authorization  Breaks the law; can go to prison  Crackers  Break into systems to steal or destroy data  U.S. Department of Justice calls both hackers  Ethical hacker  Performs most of the same activities but with owner’s permission Hands-On Ethical Hacking and Network Defense 4  Script kiddies or packet monkeys  Young inexperienced hackers  Copy codes and techniques from knowledgeable hackers  Experienced penetration testers write programs or scripts using these languages  Practical Extraction and Report Language (Perl), C, C++, Python, JavaScript, Visual Basic, SQL, and many others  Script  Set of instructions that runs in sequence Hands-On Ethical Hacking and Network...

Words: 1129 - Pages: 5

Premium Essay

Ethical Hacking

...Danish Jamil et al. / International Journal of Engineering Science and Technology (IJEST) IS ETHICAL HACKING ETHICAL? DANISH JAMIL Department of Computer Engineering, Sir Syed University of Engineering & Technology, Main University Road, Karachi, Sindh-75300,Pakistan mallick251@hotmail.com MUHAMMAD NUMAN ALI KHAN Department of Computer Engineering, Sir Syed University of Engineering & Technology, Main University Road, Karachi, Sindh-75300,Pakistan mallick89@yahoo.co.uk Abstract : This paper explores the ethics behind ethical hacking and whether there are problems that lie with this new field of work. Since ethical hacking has been a controversial subject over the past few years, the question remains of the true intentions of ethical hackers. The paper also looks at ways in which future research could be looked into to help keep ethical hacking, ethical. Keywords— Ethical hacking, hacking, hackers, education and training, risk management, automated security I. INTRODUCTION Understanding the true intentions of the general public is quite a hard task these days, and it is even harder so, to understand the intentions of every single ethical hacker getting into vulnerable systems or networks. Technology is ever growing and we are encountering tools that are beneficial to the general public, but in the wrong hands can create great controversy, breaching our basic right to privacy, respect and freewill. The constant issues highlighted by the media always reporting some type...

Words: 3974 - Pages: 16

Free Essay

Ethical Hacking

...#2 Research Topic – Ethical Hacking 1. http://www.networkworld.com/news/2009/042409-usenix-hacking.html This is a Network World article talking about the legal risks of ethical hacking. The article talks about whether or not ethical hackers risk prosecution themselves. The articles discusses developing a set of ethical guidelines that can be shown to the government when and if they starting taking a greater role in oversight. It mentions that it might be a good idea to work with law enforcements when it comes to ethical hacking. 2. https://www.eccouncil.org/certification/certified_ethical_hacker.aspx This site provides information about becoming a certified ethical hacker. The group doing the certifying is the International Council of E-Commerce Consultants (EC-Council). This is a member-based organization that certifies individuals in various e-business and information security skills. The site provides a great FAQ, exam info, where to get training, and the path to get certified as an ethical hacker. 3. http://www.go4expert.com/forums/forumdisplay.php?f=55 This is a great online forum for those who are ethical hackers, or interested in becoming one. The page warns that the forum is only for ethical or as a learning purpose. It gives many tips, tricks, and tutorials share amongst other ethical hackers in this online community. 4. http://www.purehacking.com/ This company offers penetration testing and other ethical hacking services for a company to use...

Words: 339 - Pages: 2

Free Essay

Ceh Course

...attacking their own networks, no real network is harmed. Students then learn how intruders escalate privileges and what steps can be taken to secure a system. Students will also learn about Intrusion Detection, Policy Creation, Social Engineering, DDoS Attacks, Buffer Overflows and Virus Creation. When a student leaves this intensive 5 day class they will have hands on understanding and experience in Ethical Hacking. This course prepares you for EC-Council Certified Ethical Hacker exam 312-50 Who Should Attend This course will significantly benefit security officers, auditors, security professionals, site administrators, and anyone who is concerned about the integrity of the network infrastructure. Duration 5 days (9:00 – 5:00) Certification The Certified Ethical Hacker exam 312-50 may be taken on the last day of the training (optional). Students need to pass the online Prometric exam to receive CEH certification. Page 2 EC-Council Legal Agreement Ethical Hacking and Countermeasures course mission is to educate, introduce and demonstrate hacking tools for penetration testing purposes only. Prior to attending this course, you will be asked to sign an agreement stating that you will not use the newly acquired skills for illegal or malicious attacks and you will not use such tools in an attempt to compromise any computer system, and to indemnify EC-Council with respect to the use or misuse of these...

Words: 458 - Pages: 2

Free Essay

Hacking

...Hacking Computers seem very complicated and very hard to learn, but, if given time a computer can be very useful and very fun. Computers have taken over our lives. People could not function without them, our electricity is run by computers, the government could not function without computers, and there are many others. Hackers are people who illegally gain access to, and sometimes tamper with, information in a computer system. Due to recent media coverage and corporate interest, hacker’s activities are now looked down on by society as criminals. Despite the growing trend of hacking, very little research has been done on the hacking world and its culture. The image of a computer hacker has grown from a harmless nerd into a vicious techno-criminal. In reality most hackers are not out to destroy the world. The hackers in today’s society are not just board teenagers. Various types of people commit computer crimes; the most familiar is being hacker. A hacker is a person who enjoys exploring the details of a programmable system and how to stretch their capabilities. Hackers may affair any type of dodging to access this information depending on what they intend on doing in the form. Computer hackers in today's world are becoming more intelligent. They are realizing that people are constantly developing more hack-proof systems. This presents the hackers with a bigger challenge and a bigger thrill. The government is realizing this and is working on making harsher laws to, hopefully...

Words: 876 - Pages: 4

Free Essay

Hacking

...HACKING Introduction • Hacking is unauthorized use of computer and network resources. • According to Computer Crime Research Center: “It is act of gaining access without legal authorization to computer or computer network.” • Traditionally hacking refers to the hobby/profession of working with computers. • But now a days it refers to breaking into computer systems. History • 1960s – MIT AI Lab – Ken Thompson invented UNIX – Positive Meaning • 1980s – Cyberspace coined – 414s arrested – Two hacker groups formed – 2600 published • 2001 – In one of the biggest denial-of-service attack, hackers launched attacks against eBay, Yahoo!, CNN.com., Amazon and others. • 2007 – Bank hit by “biggest ever” hack. Swedish Bank, Nordea recorded nearly $1 Million has been stolen in three months from 250 customer account. Types of hackers Knowledge based: • Coders • Admins • Script kiddies Legality based: • Black hat hacker • White hat hacker • Grey hat hacker Script Kiddies: – who use scripts or programs developed by others to attack computer systems and networks and deface websites.[ Phreak – Person who breaks into telecommunications systems to [commit] theft Cyber Punk – Recent mutation of … the hacker, cracker, and phreak White hat hacker who specializes in penetration testing and in other testing methodologies to ensure the security of an organization's information systems. Black hat hacker A black hat is the villain or bad guy, especially in a western...

Words: 383 - Pages: 2

Free Essay

Hacking

...HACKING Did you know that hackers exposed 110 million Americans personal information and roughly half of the nation’s adults in the last 12 months alone. 47% of U.S. adults had their personal information exposed by hackers. In December 8 at New Hampshire the hackers are alleged to have collected the credit and debit card data from over 80,000 victims by hacking. China has highest percentage of hackers, is that 41%. Kevin Mitnick, he has the world best hacking recode and he’s known as “black hate”. In now times big multination brands or company offers prize to hack his own brand or company. For Example google offer $2.7 Million prize fund for those that can hack the chrome OS and Apple offers $1 Million. Hackers are problem because of cybercrime, cyber extortion and virus attack. Hackers are problem because of earning money through business (cybercrime) for example transection money, hack data and sell those data to some on else, hack social sites and expose personal information. Cybercrime is on the increase as new technology allows hackers to be even more anonymous and more dangerous when attacking your computer, network or site. The number, type and seriousness of cybercrime attacks have all increased. Black hat hacker claim he can make $15k to $20k an hour and also he claim like that they can hack 300 billion bits of data in second. Black hat says like that “making money by hacking is easier than brushing your teeth”. For example in 2014 international hacking rings...

Words: 677 - Pages: 3

Premium Essay

Hacking

...ports listening on the network. A vulnerability assessment scan will then be performed using Nessus® to identify known software vulnerabilities. Finally, a system running a vulnerable application will be exploited using a Backtrack 4 Live CD and the Metasploit Framework application. 1. What are the five steps of a hacking attack? There are different words and phrases on which step is labeled as what. a. Reconnaissance b. Scanning c. Gaining Access d. Maintaining Access e. Covering Tracks 2. During the Reconnaissance step of the attack, describe what ZenMap GUI performs to do passive OS fingerprinting? ZenMap (Nmap) doesn’t use probes to sniff specific hosts on the network. It rather doesn’t “touch” any systems on the network. It sniffs what is going on in the network and creates a fundamental report off of that. 3. What step in the hacking attack process uses ZenMap GUI? It is used during the Reconnaissance/Scanning step. 4. What step in the hacking attack process identifies known vulnerabilities and exploits? It is used during the Reconnaissance/Scanning step. 5. During the scanning step of the hacking attack process, you identified known software vulnerabilities...

Words: 574 - Pages: 3

Free Essay

Hacking

...Certified Ethical Hacking - The 5 phases Every Hacker Must Follow The 5 Phases Every Hacker Must Follow Originally, to “hack” meant to possess extraordinary computer skills to extend the limits of computer systems. Hacking required great proficiency. However, today there are automated tools and codes available on the Internet that makes it possible for anyone with a will and desire, to hack and succeed. Mere compromise of the security of a system does not denote success. There are websites that insist on “taking back the net” as well as those who believe that they are doing all a favor by posting the exploit details. These can act as a detriment and can bring down the skill level required to become a successful attacker. The ease with which system vulnerabilities can be exploited has increased while the knowledge curve required to perform such exploits has shortened. The concept of the elite/super hacker is an illusion. However, hackers are generally intelligent individuals with good computer skills, with the ability to create and explore into the computer’s software and hardware. Their intention can be either to gain knowledge or to dig around to do illegal things. Attackers are motivated by the zeal to know more while malicious attackers would intend to steal data. In general, there are five phases in which an intruder advances an attack: 1. Reconnaissance 2. Scanning 3. Gaining Access 4. Maintaining Access 5. Covering Tracks For More Informaton contact EC-Council – (505)341-3228...

Words: 2322 - Pages: 10

Premium Essay

Hacking

...Dr. Steve Johnsom Weak or strong the all fall sometimes. Nowadays, Internet hacking is the most dangerous things that may happen to you. Some people could think that their password is secured however, for other it is just a matter of time to hack into your system and turn your life into a mess. This research has proved me that most people think their live is secure, their password is save, on the other hand some of them thought that they might even find themselves hack someday. Today, I tried to hack into the system of three of my closest friends. The first one was an Email password, the other one was an online Banking, the last but not least was putting you in your friend mind and tried to figure out his Facebook password. Password cracking is the process of recovering secret passwords from data that has been stored in or transmitted by a computer system. A common approach is too repeatedly try guesses the password. Most of the time, people usually make up weak password, something related to yourself such as; your date and year of birth, sometime your boyfriend or girlfriend name or just something that identified you as a person. All in all, programmers or hacker always find a way inside your machine to hack your program or your system without your knowledge. There are many way of doing so just a manner of time and wisdom. For instance, let take a look of the most social network uses this day. Facebook; is an online...

Words: 576 - Pages: 3

Premium Essay

Hacking

...Hacking, a term where someone will be think that it is bad, not good and only think of negativity of that term. This term give several meaning to several people’s understanding and knowledge. First, hacking for computer security, and then hacking for hobbyist and last hacking for programmer subculture. There is the different meaning of hacking based on people understanding but there is also one similarity of all this three meaning, finding out weaknesses in a computer or computer network and exploiting them. The early hacker based on the internet article, wrote by Robert Trigaux, for St. Petersburg Times in 2000, this hacker is in early 1970, John Draper who hack the phone system by blowing a precise tone to ask the system to open the line for long-distance call for free. Nowadays, the internet has become the primary medium to perform business transaction and store the important data. Internet also is a primary medium for hacker to do their job. In a modern ways to make all thing easier, all the of a person can be find in internet nowadays, that make the term privacy is no more important to someone[1]. By using this medium also, a hacker can get an IP of a computer, and can breaking the computer system either to upload or download something from it. In the next paragraph will elaborate more on purpose of hacking, the effect of hacking and the way to prevent hacking. The purposes of hacking that are happen on internet or networking system in entire world today is to steal...

Words: 2065 - Pages: 9

Free Essay

Hacking

...Hacking Hacking: Understanding It All John Williams INF 103: Computer Literacy Thomas Hennefer June 14, 2010 Abstract As technology has grown, so has the dependence of society on its role in everyday life. Like many things, this dependence on technology comes at a risk. Hacking is the risk that members of society must face. Hackers can find any information they wish to acquire, which puts information, such as finances and personal, at great risk. In order to understand how to prevent hacking, one must first understand what is at risk to be hacked and the way in which the act is done. Technology has become a constant part of every day life. People now manage their bank accounts, pay bills, deal with highly confidential information, and even personal information online. All these aspects of technology in daily life are a temptation to others throughout the internet. Those who find themselves tempted perform the task of hacking, which leaves others and their personal information vulnerable. This paper will discuss society’s reliance of technology in all aspects of life; thereby, leaving personal information vulnerable. Also being discussed will be information hackers find tempting, the steps that some take to hack into systems allowing them access to normally unavailable information and the steps that can be used to help prevent hacking from occurring. Method In the task of preventing hackers from gaining access to information that could be harmful to the individual...

Words: 307 - Pages: 2

Free Essay

Hacking

...computers is being used for many criminal activities such as cybercrimes. Cyber crime is any criminal act dealing with computers and networks. It also includes traditional crimes conducted through the Internet. For example, hate crimes, telemarketing and Internet fraud, identity theft, hacking and credit card account thefts are considered to be cyber crimes; when the illegal activities are committed through the use of a computer and the Internet. It is no longer a place of security, but a place of great vulnerability. Hacking is one of the most common cybercrimes. Hacking is when someone intentionally accesses a computer without authorization or exceeds authorized access for their personal benefit. Most of the time they get a thrill out of hacking, the more they hack the more fun they have. Hacking is just another way to receive a buildup of adrenaline in the body. Hackers will receive the thrill and chills of the rebellious act and then have all that adrenaline, making themselves feel really good. They also gain many possessions from hacking. One thing that they gain is knowledge. Not just knowledge of how to hack, but knowledge of the systems that they are hacking into and knowledge of different security precautions that people take to try to keep hackers out. There are a vast number of different systems that hackers have to know in order to hack into them. Hackers will read up on the different...

Words: 603 - Pages: 3

Free Essay

Hacking

...Computer Hacking is a very serious, yet common issue we face today. From Identity theft, personal information getting out, Bank and Credit card information being released, this “Hacking” has become an all too familiar epidemic in the world we live in. Generally speaking, you may think “I can’t get hacked, or this is rare and will not happen to me”, well, simply put, this couldn’t be further from the truth. Hacking happens to millions of Americans every year. Surprisingly, hacking a computer doesn’t take any special training or education. The majority of hackers have no degree in IT, no computer programming experience, and no experience in the technological work field. In fact, a large amount of hackers are young people, who spend hours on the computer making discoveries. There is an internal server called IRC (Internal Relay Chat) where computer hackers can interact, share encryption codes, and communicate amongst each other on a private network if you will. But what exactly is computer hacking? Think of it as a predator in your home, seeing all of your personal moments whenever they like. Have you ever been searching the web, and a random pop-up ad comes up with a “No Thank You” bar? If you have, someone has tried to hack you. These bars are used as decoys, and while you think you are closing the ad, you are really activating software that gives the hacker instant access to your IP address and network information. What about if you are searching for coupons or recipes, and...

Words: 821 - Pages: 4