 |
It can't be said better than this:"We are the undesirables of society."
Now that we have that out of the way I can continue to explain. 'Hacking' is not a modern game, it is a human instict to test the rules that bind our world together. The basic driving instinct to see how things work and make...
By vishal sharma
Last Message By Rolnaaba
|
18 6,951 |
 |
A week or so back i had an e-mail from a friend (FLW) asking me if i had any info on google search tips he was surprised on the amount of info available and open via google...this got me thinking , well i have seen many various search strings in several papers....so i thought i would put them all...
By vishal sharma
Last Message By linuxswan
|
19 35,495 |
 |
Originally article author - boonlia
I was about to present my presentation on Trojan signature alteration. Here I am posting the same.
What is the signature: Signatures are nothing but a part of the Trojan that an anti virus company uses to track it. It can be any part from the entire file....
By kush_2207
Last Message By XXxxImmortalxxXX
|
9 7,362 |
 |
I have decided to write an article just to cover the types of viruses and what they all do, in short. There are 8 types of viruses:
Polymorphic Virus
Stealth Virus
Retrovirus
Multipartite Virus
Armored Virus
Companion Virus
Phage Virus
By SpOonWiZaRd
Last Message By phartkid
|
16 9,411 |
 |
Well I wrote the article about viruses and said that I will write this article about the types of attacks and how to protect yourself against these attacks. There are alot of different attacks but I'm going to cover only these:
Eavesdropping
Snooping
Interception
Modification Attacks...
By SpOonWiZaRd
Last Message By skp819
|
11 21,150 |
 |
I hope you have read the previous article I wrote on the different types of attacks you get as a whole and liked it. This article will cover the most common TCP and UDP attacks. I will therefore cover the following TCP attacks:
TCP SYN or TCP ACK Flood Attack
TCP Sequence Number Attack
TCP/IP...
By SpOonWiZaRd
Last Message By arvindsony
|
3 21,984 |
 |
Hey guys,
----- DISCLAIMER -----
Well i don't really know whether u can call these little things viruses or not. I suppose when i show u how to send them they are. Their basically the first step into making viruses and don't be a n00b at set one on your own comp
Background
Ok this...
By aussiedude
Last Message By &ever
|
7 25,631 |
 |
Trojan Horse:
This is a program so you may download from Internet. You think this will help your computer but in the reality it will harm your computer and it can download stuff without you knowing anything about it. This kinda programs are often contain back-doors so the attacker can get access...
By GreenGrass
Last Message By XXxxImmortalxxXX
|
5 2,624 |
 |
Hi Guys ! I am posting this article for those who use pirated softwares. Because this is the time to stop using pirated softwares. You can't even imagine what your loss can be if you are using your PC for professional purposes.
Usually we download softwares from various forums/boards which...
By Bhullarz
Last Message By hawa
|
67 46,729 |
 |
This tutorial contains:
Intro
What is encryption?
What is a Certificate?
Where Digital Certificates are used?
What are private and public keys and what's the relation between them?
What is actually happening when two people communicate?
What is the key life-cycle of Certificates?
How...
By Xintruder
Last Message By Xintruder
|
7 5,816 |
 |
I assume basic understanding of assembly language and a GDB (How to get started with GNU Project Debugger ?) basic knowledge.
Let's Get Started
We'll be using a basic string compare (inelegant) crackme for This tutorial..
crackme :-
#include<stdio.h>
#define pass "CraxMe001-Explicted"
By lionaneesh
Last Message By shabbir
|
2 4,291 |
 |
Shell-code is a piece of object codes that can be injected into the executable stack to get the execution access...Shell-code is so called because it is basically used to get a shell (/bin/bash).. We'll see how make a simple exit shell-code..
This article assumes basic knowledge of Assembly x86...
By lionaneesh
Last Message By lionaneesh
|
1 4,343 |
 |
In this article we'll be seeing yet another easy crackme... This crackme is another simple compare crackme but uses ints with C fuctions like scanf() etc..
For Earlier parts refer
Basics of CrackMe With Sample and Example
Basics of CrackMe With Sample and Example - Part 2
Basics of CrackMe...
By lionaneesh
Last Message By lionaneesh
|
6 5,147 |
 |
In this tutorial we'll be looking at a new way(at least for me) to bypass weak firewalls...
A firewall is a device or set of devices designed to permit or deny network transmissions based upon a set of rules and is frequently used to protect networks from unauthorized access while permitting...
By lionaneesh
Last Message By shabbir
|
3 3,278 |
 |
Local File Inclusion
Local File Inclusion ( LFI ) is a method of including files on a server through a Modified Special HTTP request. This vulnerability can be exploited using a Web Browser and thus can be very easy to exploit. The vulnerability occurs when a user supplied data without...
By lionaneesh
Last Message By lionaneesh
|
2 5,668 |
 |
SQL injection (also known as SQLI) is a code injection technique that occurs if the user-defined input data is not correctly filtered or sanitized of the ‘string literal escape characters’ embedded in SQL.
Basically SQLI is a way of injecting and executing arbitrary SQL statements. The whole...
By lionaneesh
Last Message By lionaneesh
|
16 9,678 |
 |
I must say that hiding or obfuscating is not the most effective ways of security but it’s still effective to keep a Script Kiddy confused about what actually you are using in your server.
As an example - Server may use vulnerable version of PHP, with a public exploit released at some underground...
By lionaneesh
Last Message By Alex.Gabriel
|
2 3,273 |
 |
Bind Shell as the name suggests is a piece of code , which is used to host a shell on a server or a victim machine ! Its basically used to control the host machine remotely!
In this tutorial we'll be making a Bind Shell in PHP with a authentication feature for extra protection.
The Code
...
By lionaneesh
Last Message By phpcrazy
|
2 5,016 |
 |
Cross Site Scripting also known as XSS is a popular type of Client Site Attack, It is a type of attack which occurs in Web-Applications and allows an attacker to inject desired client-side scripts into Web-Pages viewed by others.
Types of XSS
This attack is mainly of 2 types
Non-Persistent...
By lionaneesh
Last Message By phpcrazy
|
6 6,609 |
 |
Back Connect Shell also known as Reverse Shell is a Piece of Code which is used to Host a Shell on the Server or the Victim, But instead of sitting there and listening for connections (As in the Case of Bind Shell) it rather Connects Back to the Attacker Machine.
I already explained the...
By lionaneesh
Last Message By Alex.Gabriel
|
2 5,081 |