Visit our official website APAJR Lab


Showing posts with label apajr engineers hackers. Show all posts
Showing posts with label apajr engineers hackers. Show all posts

Sunday, 23 December 2012

How to remove "Write-protection" from pendrive

| |
0 comments

                                    


There can be various types of issues related to smartphones. If the user wants to remove write protection, the first step would be to insert the pen drive and then open the Start Menu. Then proceed to the following steps to remove write protection:

  • 1. Open Start Menu

  • 2. Run, type regedit and press Enter; this will open the registry editor

  • 3. Navigate to the following path:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

  • 4. Double click the key WriteProtect in the right pane and set the value to 0 In the Value Data Box. Press OK

  • 5. Exit Registry

  • 6. Restart your computer and re-connect your USB pen drive on your computer.

(Thanks to Ashish for this tip!)

                          
Read More

Thursday, 13 December 2012

Denial of Service (DOS) attacl : Full information | .::APAJR::.

| |
0 comments
Image

A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. Although the means to carry out, motives for, and targets of a DoS attack may vary, it generally consists of the concerted efforts of a person or people to prevent an Internet site or service from functioning efficiently or at all, temporarily or indefinitely. Perpetrators of DoS attacks typically target sites or services hosted on high-profile web servers such as banks, credit card payment gateways, and even root nameservers.

One common method of attack involves saturating the target machine with external communications requests, such that it cannot respond to legitimate traffic, or responds so slowly as to be rendered effectively unavailable. In general terms, DoS attacks are implemented by either forcing the targeted computer(s) to reset, or consuming its resources so that it can no longer provide its intended service or obstructing the communication media between the intended users and the victim so that they can no longer communicate adequately.

Methods of attack

A "denial-of-service" attack is characterized by an explicit attempt by attackers to prevent legitimate users of a service from using that service. There are two general forms of DoS attacks: those that crash services and those that flood services.Attacks can be directed at any network device, including attacks on routing devices and web, electronic mail, or Domain Name System servers.

A DoS attack can be perpetrated in a number of ways. The five basic types of attack are:

1. Consumption of computational resources, such as bandwidth, disk space, or processor time.
2. Disruption of configuration information, such as routing information.
3. Disruption of state information, such as unsolicited resetting of TCP sessions.
4. Disruption of physical network components.
5. Obstructing the communication media between the intended users and the victim so that they can no longer communicate adequately.

ICMP flood

A smurf attack is one particular variant of a flooding DoS attack on the public Internet. It relies on misconfigured network devices that allow packets to be sent to all computer hosts on a particular network via the broadcast address of the network, rather than a specific machine. The network then serves as a smurf amplifier. In such an attack, the perpetrators will send large numbers of IP packets with the source address faked to appear to be the address of the victim. The network's bandwidth is quickly used up, preventing legitimate packets from getting through to their destination. To combat Denial of Service attacks on the Internet, services like the Smurf Amplifier Registry have given network service providers the ability to identify misconfigured networks and to take appropriate action such as filtering.

Ping flood is based on sending the victim an overwhelming number of ping packets, usually using the "ping" command from unix-like hosts (the -t flag on Windows systems has a far less malignant function). It is very simple to launch, the primary requirement being access to greater bandwidth than the victim.

SYN flood sends a flood of TCP/SYN packets, often with a forged sender address. Each of these packets is handled like a connection request, causing the server to spawn a half-open connection, by sending back a TCP/SYN-ACK packet, and waiting for a packet in response from the sender address. However, because the sender address is forged, the response never comes. These half-open connections saturate the number of available connections the server is able to make, keeping it from responding to legitimate requests until after the attack ends.

Teardrop attacks

A Teardrop attack involves sending mangled IP fragments with overlapping, over-sized payloads to the target machine. This can crash various operating systems due to a bug in their TCP/IP fragmentation re-assembly code. Windows 3.1x, Windows 95 and Windows NT operating systems, as well as versions of Linux prior to versions 2.0.32 and 2.1.63 are vulnerable to this attack.

Around September 2009, a vulnerability in Vista was referred to as a "teardrop attack", but the attack targeted SMB2 which is a higher layer than the TCP packets that teardrop used.

Peer-to-peer attacks

Attackers have found a way to exploit a number of bugs in peer-to-peer servers to initiate DDoS attacks. The most aggressive of these peer-to-peer-DDoS attacks exploits DC++. Peer-to-peer attacks are different from regular botnet-based attacks. With peer-to-peer there is no botnet and the attacker does not have to communicate with the clients it subverts. Instead, the attacker acts as a "puppet master," instructing clients of large peer-to-peer file sharing hubs to disconnect from their peer-to-peer network and to connect to the victim's website instead. As a result, several thousand computers may aggressively try to connect to a target website. While a typical web server can handle a few hundred connections per second before performance begins to degrade, most web servers fail almost instantly under five or six thousand connections per second. With a moderately large peer-to-peer attack, a site could potentially be hit with up to 750,000 connections in short order. The targeted web server will be plugged up by the incoming connections.

While peer-to-peer attacks are easy to identify with signatures, the large number of IP addresses that need to be blocked (often over 250,000 during the course of a large-scale attack) means that this type of attack can overwhelm mitigation defenses. Even if a mitigation device can keep blocking IP addresses, there are other problems to consider. For instance, there is a brief moment where the connection is opened on the server side before the signature itself comes through. Only once the connection is opened to the server can the identifying signature be sent and detected, and the connection torn down. Even tearing down connections takes server resources and can harm the server.

This method of attack can be prevented by specifying in the peer-to-peer protocol which ports are allowed or not. If port 80 is not allowed, the possibilities for attack on websites can be very limited.

Asymmetry of resource utilization in starvation attacks

An attack which is successful in consuming resources on the victim computer must be either:

* carried out by an attacker with great resources, by either:
o controlling a computer with great computation power or, more commonly, large network bandwidth
o controlling a large number of computers and directing them to attack as a group. A DDOS attack is the primary example of this.
* taking advantage of a property of the operating system or applications on the victim system which enables an attack consuming vastly more of the victim's resources and the attackers (an asymmetric attack). Smurf attack, SYN flood, and NAPTHA are all asymmetric attacks.

Permanent denial-of-service attacks

A permanent denial-of-service (PDoS), also known loosely as phlashing, is an attack that damages a system so badly that it requires replacement or reinstallation of hardware. Unlike the distributed denial-of-service attack, a PDoS attack exploits security flaws which allow remote administration on the management interfaces of the victim's hardware, such as routers, printers, or other networking hardware. The attacker uses these vulnerabilities to replace a device's firmware with a modified, corrupt, or defective firmware image—a process which when done legitimately is known as flashing. This therefore "bricks" the device, rendering it unusable for its original purpose until it can be repaired or replaced.

The PDoS is a pure hardware targeted attack which can be much faster and requires fewer resources than using a botnet in a DDoS attack. Because of these features, and the potential and high probability of security exploits on Network Enabled Embedded Devices (NEEDs), this technique has come to the attention of numerous hacker communities. PhlashDance is a tool created by Rich Smith (an employee of Hewlett-Packard's Systems Security Lab) used to detect and demonstrate

Application-level floods

On IRC, IRC floods are a common electronic warfare weapon.

Various DoS-causing exploits such as buffer overflow can cause server-running software to get confused and fill the disk space or consume all available memory or CPU time.

Other kinds of DoS rely primarily on brute force, flooding the target with an overwhelming flux of packets, oversaturating its connection bandwidth or depleting the target's system resources. Bandwidth-saturating floods rely on the attacker having higher bandwidth available than the victim; a common way of achieving this today is via Distributed Denial of Service, employing a botnet. Other floods may use specific packet types or connection requests to saturate finite resources by, for example, occupying the maximum number of open connections or filling the victim's disk space with logs.

A "banana attack" is another particular type of DoS. It involves redirecting outgoing messages from the client back onto the client, preventing outside access, as well as flooding the client with the sent packets.

An attacker with access to a victim's computer may slow it until it is unusable or crash it by using a fork bomb.

Nuke

A Nuke is an old denial-of-service attack against computer networks consisting of fragmented or otherwise invalid ICMP packets sent to the target, achieved by using a modified ping utility to repeatedly send this corrupt data, thus slowing down the affected computer until it comes to a complete stop.

A specific example of a nuke attack that gained some prominence is the WinNuke, which exploited the vulnerability in the NetBIOS handler in Windows 95. A string of out-of-band data was sent to TCP port 139 of the victim's machine, causing it to lock up and display a Blue Screen of Death (BSOD).

Distributed attack

A distributed denial of service attack (DDoS) occurs when multiple systems flood the bandwidth or resources of a targeted system, usually one or more web servers. These systems are compromised by attackers using a variety of methods.

Malware can carry DDoS attack mechanisms; one of the better-known examples of this was MyDoom. Its DoS mechanism was triggered on a specific date and time. This type of DDoS involved hardcoding the target IP address prior to release of the malware and no further interaction was necessary to launch the attack.

A system may also be compromised with a trojan, allowing the attacker to download a zombie agent (or the trojan may contain one). Attackers can also break into systems using automated tools that exploit flaws in programs that listen for connections from remote hosts. This scenario primarily concerns systems acting as servers on the web.

Stacheldraht is a classic example of a DDoS tool. It utilizes a layered structure where the attacker uses a client program to connect to handlers, which are compromised systems that issue commands to the zombie agents, which in turn facilitate the DDoS attack. Agents are compromised via the handlers by the attacker, using automated routines to exploit vulnerabilities in programs that accept remote connections running on the targeted remote hosts. Each handler can control up to a thousand agents.

These collections of systems compromisers are known as botnets. DDoS tools like stacheldraht still use classic DoS attack methods centered on IP spoofing and amplification like smurf attacks and fraggle attacks (these are also known as bandwidth consumption attacks). SYN floods (also known as resource starvation attacks) may also be used. Newer tools can use DNS servers for DoS purposes. See next section.

Simple attacks such as SYN floods may appear with a wide range of source IP addresses, giving the appearance of a well distributed DDoS. These flood attacks do not require completion of the TCP three way handshake and attempt to exhaust the destination SYN queue or the server bandwidth. Because the source IP addresses can be trivially spoofed, an attack could come from a limited set of sources, or may even originate from a single host. Stack enhancements such as syn cookies may be effective mitigation against SYN queue flooding, however complete bandwidth exhaustion may require involvement

Unlike MyDoom's DDoS mechanism, botnets can be turned against any IP address. Script kiddies use them to deny the availability of well known websites to legitimate users. More sophisticated attackers use DDoS tools for the purposes of extortion — even against their business rivals.

It is important to note the difference between a DDoS and DoS attack. If an attacker mounts an attack from a single host it would be classified as a DoS attack. In fact, any attack against availability would be classed as a Denial of Service attack. On the other hand, if an attacker uses a thousand systems to simultaneously launch smurf attacks against a remote host, this would be classified as a DDoS attack.

The major advantages to an attacker of using a distributed denial-of-service attack are that multiple machines can generate more attack traffic than one machine, multiple attack machines are harder to turn off than one attack machine, and that the behavior of each attack machine can be stealthier, making it harder to track down and shut down. These attacker advantages cause challenges for defense mechanisms. For example, merely purchasing more incoming bandwidth than the current volume of the attack might not help, because the attacker might be able to simply add more attack machines.

It should be noted that in some cases a machine may become part of a DDoS attack with the owner's consent. An example of this is the 2010 DDoS attack against major credit card companies by supporters of WikiLeaks. In cases such as this, supporters of a movement (in this case, those opposing the arrest of WikiLeaks founder Julian Assange) choose to download and run DDoS software.

Reflected attack

A distributed reflected denial of service attack (DRDoS) involves sending forged requests of some type to a very large number of computers that will reply to the requests. Using Internet protocol spoofing, the source address is set to that of the targeted victim, which means all the replies will go to (and flood) the target.

ICMP Echo Request attacks (Smurf Attack) can be considered one form of reflected attack, as the flooding host(s) send Echo Requests to the broadcast addresses of mis-configured networks, thereby enticing many hosts to send Echo Reply packets to the victim. Some early DDoS programs implemented a distributed form of this attack.

Many services can be exploited to act as reflectors, some harder to block than others.DNS amplification attacks involve a new mechanism that increased the amplification effect, using a much larger list of DNS servers than seen earlier.

Degradation-of-service attacks

"Pulsing" zombies are compromised computers that are directed to launch intermittent and short-lived floodings of victim websites with the intent of merely slowing it rather than crashing it. This type of attack, referred to as "degradation-of-service" rather than "denial-of-service", can be more difficult to detect than regular zombie invasions and can disrupt and hamper connection to websites for prolonged periods of time, potentially causing more damage than concentrated floods. Exposure of degradation-of-service attacks is complicated further by the matter of discerning whether the attacks

Unintentional denial of service

This describes a situation where a website ends up denied, not due to a deliberate attack by a single individual or group of individuals, but simply due to a sudden enormous spike in popularity. This can happen when an extremely popular website posts a prominent link to a second, less well-prepared site, for example, as part of a news story. The result is that a significant proportion of the primary site's regular users — potentially hundreds of thousands of people — click that link in the space of a few hours, having the same effect on the target website as a DDoS attack. A VIPDoS is the same, but specifically when the link was posted by a celebrity.

An example of this occurred when Michael Jackson died in 2009. Websites such as Google and Twitter slowed down or even crashed. Many sites' servers thought the requests were from a virus or spyware trying to cause a Denial of Service attack, warning users that their queries looked like "automated requests from a computer virus or spyware application".

News sites and link sites — sites whose primary function is to provide links to interesting content elsewhere on the Internet — are most likely to cause this phenomenon. The canonical example is the Slashdot effect. Sites such as Digg, the Drudge Report, Fark, Something Awful, and the webcomic Penny Arcade have their own corresponding "effects", known as "the Digg effect", being "drudged", "farking", "goonrushing" and "wanging"; respectively.

Denial-of-Service Level II

The goal of DoS L2 (possibly DDoS) attack is to cause a launching of a defense mechanism which blocks the network segment from which the attack originated. In case of distributed attack or IP header modification (that depends on the kind of security behavior) it will fully block the attacked network from Internet, but without system crash.

Blind denial of service

In a blind denial of service attack, the attacker has a significant advantage. The attacker must be able to receive traffic from the victim, then the attacker must either subvert the routing fabric or use the attacker's own IP address. Either provides an opportunity for the victim to track the attacker and/or filter out his traffic. With a blind attack the attacker uses one or more forged IP addresses, making it extremely difficult for the victim to filter out those packets. The TCP SYN flood attack is an example of a blind attack.
Read More

Monday, 3 December 2012

WINDOWS7 CODE

| |
0 comments
Windows 7 Enterprise Product Key 32-bit and 64-bit:
74M4B-BTT8P-MMM3M-64RRJ-JCDDG
33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
H3V6Q-JKQJG-GKVK3-FDDRF-TCKVR
C29WB-22CC8-VJ326-GHFJW-H9DH4
BQ4TH-BWRRY-424Y9-7PQX2-B4WBD
YDRBP-3D83W-TY26F-D46B2-XCKRJ

Starter:
RDJXR-3M32B-FJT32-QMPGB-GCFF6 — XXXXX-OEM-8992752-30004 — ACER/GATEWAY/PACKARD
6K6WB-X73TD-KG794-FJYHG-YCJVG — XXXXX-OEM-8992752-30005 — ASUS (Eee)
36Q3Y-BBT84-MGJ3H-FT7VD-FG72J — XXXXX-OEM-8992707-00082 — DELL
RH98C-M9PW4-6DHR7-X99PJ-3FGDB — XXXXX-OEM-8992752-30008 — HP
273P4-GQ8V6-97YYM-9YTHF-DC2VP — XXXXX-OEM-8992752-30169 — LENOVO/IBM
22P26-HD8YH-RD96C-28R8J-DCT28 — XXXXX-OEM-8992707-00153 — LENOVO/IBM
2W4DJ-JFFJV-DMCPP-2C3X8-883DP — XXXXX-OEM-8992707-00121 — MSI
2XGHP-9TQK2-8CF28-BM2P2-8FRX8 — XXXXX-OEM-8992752-30269 — NOKIA
PV9BD-YBRX6-CTMG6-CCMJY-X8XG7 — XXXXX-OEM-8992752-30013 — SAMSUNG
32J2V-TGQCY-9QJXP-Q3FVT-X8BQ7 — XXXXX-OEM-8992707-00016 — SONY
TGBKB-9KBGJ-3Y3J6-K8M2F-J2HJQ — XXXXX-OEM-8992752-30015 — TOSHIBA
7W842-2HCPJ-BC3MJ-B79K6-TD2HQ — XXXXX-OEM-8992752-30214 — VILIV

HOME BASIC
(OEM-8992752)
=====================

MB4HF-2Q8V3-W88WR-K7287-2H4CP — XXXXX-OEM-8992752-50004 — ACER/GATEWAY/PACKARD
89G97-VYHYT-Y6G8H-PJXV6-77GQM — XXXXX-OEM-8992752-50005 — ASUS
36T88-RT7C6-R38TQ-RV8M9-WWTCY — XXXXX-OEM-8992752-50258 — DELL
DX8R9-BVCGB-PPKRR-8J7T4-TJHTH — XXXXX-OEM-8992752-50008 — HP
22MFQ-HDH7V-RBV79-QMVK9-PTMXQ — XXXXX-OEM-8992752-50213 — LENOVO/IBM
2P6PB-G7YVY-W46VJ-BXJ36-PGGTG — XXXXX-OEM-8992752-50013 — SAMSUNG
9DBMT-GXRWM-6Q9Y3-WMYM8-FJCBW — XXXXX-OEM-8992752-50165 — TONGFANG
2TY7W-H4DD4-MB62F-BD9C3-88TM6 — XXXXX-OEM-8992752-50179 — ?????
YV7QQ-RCXQ9-KTBHC-YX3FG-FKRW8 — XXXXX-OEM-8992752-50014 — ?????

HOME PREM
(OEM-8992687)
=====================
VQB3X-Q3KP8-WJ2H8-R6B6D-7QJB7 — XXXXX-OEM-8992687-00006 — ACER/GATEWAY/PACKARD
38JTJ-VBPFW-XFQDR-PJ794-8447M — XXXXX-OEM-8992687-00304 — ADVENT
2QDBX-9T8HR-2QWT6-HCQXJ-9YQTR — XXXXX-OEM-8992687-00007 — ASUS
7JQWQ-K6KWQ-BJD6C-K3YVH-DVQJG — XXXXX-OEM-8992687-00118 — ASUS (Eee)
6RBBT-F8VPQ-QCPVQ-KHRB8-RMV82 — XXXXX-OEM-8992687-00095 — DELL
C6MHH-TRRPT-74TDC-FHRMV-XB88W — XXXXX-OEM-8992687-00009 — FUJITSU
39QDH-D7MHH-WDMTD-TM2R9-KM7DB — XXXXX-OEM-8992687-00258 — HCL
4FG99-BC3HD-73CQT-WMF7J-3Q6C9 — XXXXX-OEM-8992687-00010 — HP
27GBM-Y4QQC-JKHXW-D9W83-FJQKD — XXXXX-OEM-8992687-00249 — LENOVO/IBM
38GRR-KMG3D-BTP99-TC9G4-BBDJJ — XXXXX-OEM-8992687-00174 — LG
2P2P9-CM3F8-FTV6P-PC7CX-8TFF7 — XXXXX-OEM-8992687-00093 — MEDION
4G3GR-J6JDJ-D96PV-T9B9D-M8X2Q — XXXXX-OEM-8992687-00246 — MSI
CQBVJ-9J697-PWB9R-4K7W4-2BT4J — XXXXX-OEM-8992687-00015 — SAMSUNG
HWDFB-YVFG4-3TJ7F-Q3WMT-7B6PH — XXXXX-OEM-8992687-00138 — SIRAGON
H4JWX-WHKWT-VGV87-C7XPK-CGKHQ — XXXXX-OEM-8992687-00016 — SONY
6B88K-KCCWY-4F8HK-M4P73-W8DQG — XXXXX-OEM-8992687-00057 — TOSHIBA
6GF36-P4HWR-BFF84-6GFC2-BWX77 — XXXXX-OEM-8992687-00017 — TOSHIBA
2XPWB-Q64BJ-W8CT3-WJTWT-4DQ99 — XXXXX-OEM-8992687-00267 — ?????
TTJQ7-4PFJC-6JFJ8-B22VD-VXW88 — XXXXX-OEM-8992687-00013 — ?????

PROFESSIONAL
(OEM-8992671)
=====================

YKHFT-KW986-GK4PY-FDWYH-7TP9F — XXXXX-OEM-8992671-00004 — ACER/GATEWAY/PACKARD
2WCJK-R8B4Y-CWRF2-TRJKB-PV9HW — XXXXX-OEM-8992671-00407 — ASUS
32KD2-K9CTF-M3DJT-4J3WC-733WD — XXXXX-OEM-8992671-00524 — DELL
PT9YK-BC2J9-WWYF9-R9DCR-QB9CK — XXXXX-OEM-8992671-00007 — FUJITSU
74T2M-DKDBC-788W3-H689G-6P6GT — XXXXX-OEM-8992671-00008 — HP
237XB-GDJ7B-MV8MH-98QJM-24367 — XXXXX-OEM-8992671-00437 — LENOVO/IBM
GMJQF-JC7VC-76HMH-M4RKY-V4HX6 — XXXXX-OEM-8992671-00013 — SAMSUNG
H9M26-6BXJP-XXFCY-7BR4V-24X8J — XXXXX-OEM-8992671-00014 — SONY
2V8P2-QKJWM-4THM3-74PDB-4P2KH — XXXXX-OEM-8992671-00137 — TOSHIBA
862R9-99CD6-DD6WM-GHDG2-Y8M37 — XXXXX-OEM-8992671-00205 — ?????
2W3CX-YD4YJ-DF9B2-V27M6-77GMF — XXXXX-OEM-8992671-00503 — ?????

ULTIMATE
(OEM-8992662)
=====================

FJGCP-4DFJD-GJY49-VJBQ7-HYRR2 — XXXXX-OEM-8992662-00006 — ACER/GATEWAY/PACKARD
VQ3PY-VRX6D-CBG4J-8C6R2-TCVBD — XXXXX-OEM-8992662-00008 — ALIENWARE
2Y4WT-DHTBF-Q6MMK-KYK6X-VKM6G — XXXXX-OEM-8992662-00173 — ASUS
342DG-6YJR8-X92GV-V7DCV-P4K27 — XXXXX-OEM-8992662-00400 — DELL
MHFPT-8C8M2-V9488-FGM44-2C9T3 — XXXXX-OEM-8992662-00010 — HP
6K2KY-BFH24-PJW6W-9GK29-TMPWP — XXXXX-OEM-8992662-00537 — LENOVO/IBM (Re-released)
49PB6-6BJ6Y-KHGCQ-7DDY6-TF7CD — XXXXX-OEM-8992662-00015 — SAMSUNG
YJJYR-666KV-8T4YH-KM9TB-4PY2W — XXXXX-OEM-8992662-00016 — SONY
2WX6M-X2HKM-86X8X-2QD44-F3FGJ — XXXXX-OEM-8992662-00481 — ?????

 

 
Read More

Sunday, 2 December 2012

What is vulnerability ? [INFORMATION] | .::APAJR::.

| |
0 comments

What is vulnerability?


Vulnerability in this context can be defined as the diminished capacity of an individual or group to anticipate, cope with, resist and recover from the impact of a natural or man-made hazard. The concept is relative and dynamic. Vulnerability is most often associated with poverty, but it can also arise when people are isolated, insecure and defenceless in the face of risk, shock or stress.

People differ in their exposure to risk as a result of their social group, gender, ethnic or other identity, age and other factors. Vulnerability may also vary in its forms: poverty, for example, may mean that housing is unable to withstand an earthquake or a hurricane, or lack of preparedness may result in a slower response to a disaster, leading to greater loss of life or prolonged suffering.

The reverse side of the coin is capacity, which can be described as the resources available to individuals, households and communities to cope with a threat or to resist the impact of a hazard. Such resources can be physical or material, but they can also be found in the way a community is organized or in the skills or attributes of individuals and/or organizations in the community.

To determine people’s vulnerability, two questions need to be asked:

  • to what threat or hazard are they vulnerable?

  • what makes them vulnerable to that threat or hazard?

Counteracting vulnerability requires:

Physical, economic, social and political factors determine people’s level of vulnerability and the extent of their capacity to resist, cope with and recover from hazards. Clearly, poverty is a major contributor to vulnerability. Poor people are more likely to live and work in areas exposed to potential hazards, while they are less likely to have the resources to cope when a disaster strikes.

In richer countries, people usually have a greater capacity to resist the impact of a hazard. They tend to be better protected from hazards and have preparedness systems in place. Secure livelihoods and higher incomes increase resilience and enable people to recover more quickly from a hazard.

Disasters jeopardize development gains. Equally, development choices made by individuals, households, communities and governments increase or reduce the risk of disasters.

Examples of potentially vulnerable groups include:

  • displaced populations who leave their habitual residence in collectives, usually due to a sudden impact disaster, such as an earthquake or aflood, threat or conflict, as a coping mechanism and with the intent to return;

  • migrants who leave or flee their habitual residence to go to new places, usually abroad to seek better and safer perspectives;

  • returnees – former migrants or displaced people returning to their homes;

  • specific groups within the local population, such as marginalized, excluded or destitute people;

  • young children, pregnant and nursing women, unaccompanied children, widows, elderly people without family support, disabled persons.

In a disaster, women in general may be affected differently from men because of their social status, family responsibilities or reproductive role, but they are not necessarily vulnerable. They are also resourceful and resilient in a crisis and play a crucial role in recoveryGender analysiscan help to identify those women or girls who may be vulnerable and in what way.



-------------------------------------------------------------------------------------------------

Vulnerability: A flaw or weakness in system security procedures, design or implementation that could be exploited resulting in notable damage.
Exploit: A piece of software that take advantage of a bug or vulnerability, leading to privilege escalation or DoS attacks on the target.
Overflow: Error caused when a program tries to store data beyond its size. Maybe used by an attacker to execute malicious codes.
Payload: Actual code which runs on the compromised system after exploitation.

-------------------------------------------------------------------------------------------------

Read More

Backtrack Basic commands Learning for beginners | .::APAJR::.

| |
0 comments
OK guys Here i am giving you a list of commands for those who want to learn basics backtrack commands.
Check them all if you have any problem in following any command do comment below the comment box.



Dev_backtrack_v7_v2_green_red_five


How to Log in


Once the installation of BackTrack is done, the default username and password required to log in Those are root(username) / toor (password)

How to Open GUI Environment BackTrack


After you are logged in you can start the GUI Environment by issuing the startx command

How to check IP address


root@bt:~# ifconfig

How to Setup IP Address Manually


root@bt:~# ifconfig eth0 192.168.1.8

root@bt:~# route add default gw 192.168.1.1

root@bt:~# echo nameserver 192.168.1.1 > /etc/resolv.conf

How to Change the Root Password


root@bt:~# passwd Enter new UNIX password: {enter your new password here}

Retype new UNIX password: {enter your new password again}

How to start services


root@bt:~# /etc/init.d/openvpn start

Starting Virtual private network daemon(s)…

root@bt:~# /etc/init.d/openvpn stop

passwd: password updated successfully

How to check kernel version


Use the uname -a Shows Kernel Version

Common Apt Commands


apt-get install Downloads and all of its dependencies, and installs or upgrades them.

apt-get remove [--purge] Removes and any packages that depend on it. –purge specifies that packages should be purged.

apt-get update Updates packages listings from the repo, should be run at least once a week.

apt-get upgrade Upgrades all currently installed packages with those updates available from the repo. should be run once a week.

apt-get dist-upgrade [-u] Similar to apt-get upgrade, except that dist-upgrade will install or remove packages to satisfy dependencies.

apt-cache search Searches packages and descriptions for .

apt-cache show Shows the full description of .

apt-cache showpkg Shows a lot more detail about , and its relationships to other packages.

man apt Will give you more info on these commands as well as many that are in less common usage.


Common dpkg commands


dpkg -i Installs a package file; one that you downloaded manually, for example.

dpkg -c Lists the contents of a .deb file.

dpkg -I Extracts package information from a .deb file.

dpkg -r Removes an installed package named

dpkg -P Purges an installed package named . The difference between remove and purge is that while remove only deletes data and executables, purge also deletes all configuration files in addition.

dpkg -L Gives a listing of all the files installed by . See also dpkg -c for checking the contents of a .deb file.

dpkg -s Shows information on the installed package . See also apt-cache show for viewing package information in the Debian archive and dpkg -I for viewing package information extracted from a .deb file.

dpkg-reconfigure Reconfigures an installed package

man dpkg Will give you more info on these commands as well as many that are in less common usage.

This is Part 1 I will post more basic commands on backtrack r5 stay connected to learn more on backtrack.
Read More

Free Learn Hacking Tutorials and Penetration Testing on Backtrack 5 | .::APAJR::.

| |
0 comments
Hello Friends I have decided to post a series of article on backtrack Penetration testingI will explain many attacks with backtrack and also penetration testing with backtrack Os with simple language.So Why to wait start reading Articles on backtrack at home from HackerHub and become Backtrack friendly.



Backtrack_5_blue


This is the Introduction part of the Backtrack OS:


BackTrack is a GNU/Linux distribution distributed as a Live DVD aimed at digital forensics use and penetration testing.

BackTrack is intended for all audiences from the most savvy security professionals to early newcomers to the information security field. BackTrack promotes a quick and easy way to find and update the largest database of security tools collection to-date. Our community of users range from skilled penetration testers in the information security field, government entities, information technology, security enthusiasts, and individuals new to the security community.

BackTrack is a Linux-based penetration testing arsenal that aids security professionals,and security experts in the ability to perform assessments in a purely native environment dedicated to hacking. Regardless if you’re making BackTrack you Install BackTrack, boot it from a Live DVD or thumbdrive, the penetration distribution has been customized down to every package, kernel configuration, script and patch solely for the purpose of the penetration tester.

Tools


BackTrack includes many well known security tools including:
Metasploit integration
RFMON Injection capable wireless drivers
Kismet
Nmap
Ophcrack
Ettercap
Wireshark (formerly known as Ethereal)
BeEF (Browser Exploitation Framework)
Hydra
Cisco OCS Mass Scanner A very reliable and fast scanner for Cisco routers with telnet/enable default password.
Quypt (Terminal Emulator) (which is private software by Crimson Hacking group, which has leaked to the Mainstream) Blackhat
A large collection of exploits as well as more commonplace software such as browsers.
Etc...and Many More

Download it from here

http://www.backtrack-linux.org/downloads/
Read More

Man In the Middle (MITM) attack

| |
0 comments
Man In the Middle (MITM) attack

 

Man in the middle attack is a type of attack in which the attacker intercept into the existing connection and breaks it in two different connections, one between the client and the attacker and the other between the attacker and the server. Now all the data would go through the attacker and he would be able to read, modify and insert data in the communication. Man in the middle attacks are sometimes known as fire brigade attacks.
This attack is very effective on http protocol because data is seny on plain text form. It is possible to capture session cookies by header and also possible to change.

 

Main_the_middle

 

 

MITM Attack tools
There are several tools to perform a MITM attack.

  • PacketCreator

  • Ettercap

  • Dsniff

  • AirJack

  • Cain e Abel

Read More
Powered by Blogger.