Skip to main content

what is Exploit (computer security) Zetpeak

 

Exploit (computer security) Zetpeak


An exploit (from the English verb to exploit, meaning "to use something to one’s own advantage") is a piece of software, a chunk of data, or a sequence of commands that takes advantage of a bug or vulnerability to cause unintended or unanticipated behavior to occur on computer software, hardware, or something electronic (usually computerized).[1] Such behavior frequently includes things like gaining control of a computer system, allowing privilege escalation, or a denial-of-service (DoS or related DDoS) attack.



Classification[edit]

There are several methods of classifying exploits. The most common is by how the exploit communicates to the vulnerable software.

remote exploit works over a network and exploits the security vulnerability without any prior access to the vulnerable system.

local exploit requires prior access to the vulnerable system and usually increases the privileges of the person running the exploit past those granted by the system administrator. Exploits against client applications also exist, usually consisting of modified servers that send an exploit if accessed with a client application.

Exploits against client applications may also require some interaction with the user and thus may be used in combination with the social engineering method. Another classification is by the action against the vulnerable system; unauthorized data access, arbitrary code execution, and denial of service are examples.

Many exploits are designed to provide superuser-level access to a computer system. However, it is also possible to use several exploits, first to gain low-level access, then to escalate privileges repeatedly until one reaches the highest administrative level (often called "root").

After an exploit is made known to the authors of the affected software, the vulnerability is often fixed through a patch and the exploit becomes unusable. That is the reason why some black hat hackers as well as military or intelligence agencies hackers do not publish their exploits but keep them private.

Exploits unknown to everyone but the people that found and developed them are referred to as zero day exploits.

Types[edit]

Exploitations are commonly categorized and named[2][3] by the type of vulnerability they exploit (see vulnerabilities for a list), whether they are local/remote and the result of running the exploit (e.g. EoPDoSspoofing).

Pivoting[edit]

Pivoting refers to a method used by penetration testers that uses the compromised system to attack other systems on the same network to avoid restrictions such as firewall configurations, which may prohibit direct access to all machines. For example, if an attacker compromises a web server on a corporate network, the attacker can then use the compromised web server to attack other systems on the network. These types of attacks are often called multi-layered attacks. Pivoting is also known as island hopping.

Pivoting can further be distinguished into proxy pivoting and VPN pivoting. Proxy pivoting generally describes the practice of channeling traffic through a compromised target using a proxy payload on the machine and launching attacks from the computer.[4] This type of pivoting is restricted to certain TCP and UDP ports that are supported by the proxy.

VPN pivoting enables the attacker to create an encrypted layer to tunnel into the compromised machine to route any network traffic through that target machine, for example, to run a vulnerability scan on the internal network through the compromised machine, effectively giving the attacker full network access as if they were behind the firewall.

Typically, the proxy or VPN applications enabling pivoting are executed on the target computer as the payload of an exploit.

Pivoting is usually done by infiltrating a part of a network infrastructure (as an example, a vulnerable printer or thermostat) and using a scanner to find other devices connected to attack them. By attacking a vulnerable piece of networking, an attacker could infect most or all of a network and gain complete control.


by Zetpeak

Comments

Popular posts from this blog

what is hacking? | Zetpeak

                what is hacking?   A   security hacker   is someone who explores methods for breaching defenses and   exploiting   weaknesses in a   computer system   or   network . [1]   Hackers may be motivated by a multitude of reasons, such as profit, protest, information gathering, [2]   challenge, recreation, [3]   or evaluation of a system weaknesses to assist in formulating defenses against potential hackers.   The subculture   that has evolved around hackers is often referred to as the "computer underground". [4] Longstanding controversy surrounds the meaning of the term " hacker ". In this controversy,  computer programmers  reclaim the term  hacker , arguing that it refers simply to someone with an advanced understanding of computers and computer networks [5]  and that  cracker  is the more appropriate term for those who break into computers, ...

Types of Marketing

1. Traditional Marketing Traditional marketing  refers to brand promotion on offline channels that were around before the rise of the internet. Think billboards, flyers, and radio spots. Because information wasn't as easily accessible and readily available, the majority of traditional marketing relied on outbound tactics such as print, television ads, and billboards. 2. Outbound Marketing Outbound marketing  refers to intrusive promotion, such as cold calling, email blasts to purchased lists, and print ads. This marketing method is called "outbound" because it involves pushing a message out to consumers to raise awareness on your products or services — regardless of consumer interest. 3. Inbound Marketing Inbound marketing, on the other hand, is focused on  attracting  customers rather than interrupting them. The majority of  inbound marketing  tactics fall under digital marketing, as consumers are empowered to do research online as they progress through th...

what is network? | Zetpeak

  Computer network A  computer network  is a set of  computers  sharing resources located on or provided by  network nodes . The computers use common  communication protocols  over  digital   interconnections  to communicate with each other. These interconnections are made up of  telecommunication network  technologies, based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of  network topologies . The nodes of a computer network may include  personal computers ,  servers ,  networking hardware , or other specialised or general-purpose  hosts . They are identified by  network addresses , and may have  hostnames . Hostnames serve as memorable labels for the nodes, rarely changed after initial assignment. Network addresses serve for locating and identifying the nodes by communication protocols such as the  Internet Protocol . Computer...