VJ
"I write for the same reason I breathe. If I didn't, I would die."
Sir Issac Assimov,



Tuesday, November 27, 2007

Adobe AIR brings the desktop | Beta Air from Adobe

0 comments
Digg it | Stumble it | Save to Del.ico.us |

A new version of the Adobe AIR SDK download was posted on 10/1/2007.The Adobe Labs has released the Adobe Integrated Runtime (AIR), which provides this functionality.
Adobe describes AIR as a cross-operating system runtime that allows developers to leverage existing Web development skills to build and deploy rich Web applications to the desktop. It provides support for Flash, Flex, HTML, JavaScript, and AJAX.

Getting the software:
This download provides the beta 1 version of Adobe AIR. This runtime is no longer recommended for use, but may be required for applications that have not been updated to use beta 2. The Adobe AIR beta 1 was released on June 11, 2007 and contains a timeout that will cause it to stop working on December 11, 2007.
English
Download for Macintosh (DMG, 8 MB)
Download for Windows (EXE, 9 MB)

To get started with AIR development, you must install the AIR runtime on your computer. Once it is installed, you may download sample applications to see AIR in action and possibly take a peek under the covers at its code.



There are two downloads relevant to AIR development:
•Runtime provides the runtime environment for running AIR applications. Downloads are available for both Windows and Macintosh operating systems.
•Software Development Kit (SDK) provides everything necessary to build AIR applications. This includes templates, Adobe AIR APIs, and debugger and developer tools. The SDK is available for both Windows and Macintosh platforms. The command line debugger and developer tools require a Java installation (JRE or JDK version 1.4.2 or newer).

Additional downloads are available that allow you to build AIR applications within specific Web development tools:
•Adobe Flex Builder 3: Includes support for building Flex applications on Adobe AIR from within Flex Builder.
•Adobe Flex SDK: Allows you to build AIR applications via Flex.
•Adobe AIR Extension for Dreamweaver CS3: Adds support for building AIR applications within Dreamweaver CS3.
•Adobe AIR Extension for Flash CS3 Professional: Allows you to build AIR applications with Flash CS3 Professional.
In addition, a plug-in is available for the Aptana IDE. Once the runtime is installed, you can easily install and run AIR applications, and the SDK allows you to build AIR applications.

More Information:

http://blogs.techrepublic.com.com/programming-and-development/?p=559&tag=nl.e055
http://labs.adobe.com/technologies/air/
Read more...

Sniffers | Packet Sniffers | How to use Sniffers | How to Prevent from Sniffers

0 comments
Digg it | Stumble it | Save to Del.ico.us |
Sniffers
A sniffer is a piece of software that grabs all of the traffic flowing into and out of a computer attached to a network.. A packet sniffer is a program that eavesdrops on the network traffic. Like a telephone wiretap allows one to listen in on other people's conversations, a "sniffing" program lets someone listen in on computer conversations. Sniffing is the act by a machine S of making copies of a network packet sent by machine A intended to be received by machine B. Once a copy is made, the sniffer program can do, time and resources permitting, an arbitrary computation on the copy such as displaying it nicely in a GUI window. A sniffer can be used for a good purpose: to audit your own network, and to demonstrate the insecurity of plaintext network protocols. A sniffer machine can be discovered by other network tools.
In this lecture, we are considering sniffers where the sniffer (program/ machine) S network-topologically sits between A and B. But, be aware that it is possible to route the messages between A and B to go past S when A and B are on different subnets.
Sniffer activity occurs widely within organizations. It is no longer a newsworthy item. So, we can find only the following. In 1994, a sniffer program was installed by unidentified individuals at PANIX (Public Access to UNIX in New York). Within days, thousands of user names and passwords were stolen. Shortly thereafter, a similar incursion was successfully accomplished at BarNet in California.

Examples of Sniffers
Below is a select list of example sniffers from the open source archives. Visit http://www.packetstormsecurity.org/ and search for "sniffers." Many of these work on both Linux and Windows.
1.tcpdump: The grand daddy of packet sniffers. Ships by default on many Linux distributions.
2.ethereal: Excellent GUI based sniffer. It can dissect many protocols.
3.hunt: A well written sniffer with some attack tools included.
4.Ettercap: Ettercap is a network sniffer for switched LANs. It uses ARP poisoning and the man-in-the-middle technique to sniff all the connections between two hosts. It can inject characters to server (emulating commands) or to client (emulating replies) while maintaining an established TCP connection.
5.dsniff: As an article puts it, ``Dsniff is the Swiss army knife of privacy invasion''. The package ships with a handful of nasties: urlsnarf, msgsnarf, mailsnarf, webspy, dsniff etc.
6.sniffit: Clever little packet sniffer with good filtering. We will be using it in the experiment described below.

What Does Sniffed Data Look Like?
It is easy to grasp the concepts discussed above by watching a sniffer in action. The information in the following example was derived using tcpdump, a program that has been around for quite sometime and is available for many platforms. This particular snippet is an abbreviated exchange between a machine and the SecurityFocus Web server.
"CONTENT FROM HERE HAS BEEN REMOVED AS THE FEEDBURNER STOPPED THE SYNC PROCESS DUE TO THE INFORMATION LOCATED HERE " Only the subscribers will gte the complete information on this section
Prevention of Sniffing -Encryption
Encryption is the best protection against any form of traffic interception. It is reasonable to assume that at some point along a path, data can always be compromised. Therefore, your best defense is to ensure that traffic is essentially unreadable to everyone but the intended receiver. This isn’t difficult to do, since many organizations have deployed services that make use of Secure Socket Layers (SSL), Transport Layer Security (TLS) and other methods that provide secure messaging, web browsing and more. Use switches instead of hubs. However, many commercial switches can be "overwhelmed" into behaving as though they are hubs. Use Symantec pcAnywhere when you try to access any remote files or while transferring any contents. The encryption technology used in it will avoid any packet sniffing and also use Norton Internet Security to block any intrusion.

Sample Script:
http://blog.robbiefoust.com/2007/11/powershell-ip-packet-sniffer-script.html

This document is for educational purpose only.
Read more...

Monday, November 26, 2007

Free Music| MP3 free Download | Google Hack - Part II

0 comments
Digg it | Stumble it | Save to Del.ico.us |
Every one like to listern to music. From heavy metal to hiphop anything is free here in the world of Google.

Check the following steps to enjoy free music

Step 1: Go To www.Google.com

Step 2: Tepe the follwoing the search bar
intitle:'index of' mp3

Booommmmmmm you can see lot of mp3 files , just download them . This information is for education purpose only.Remember that all the music files are copyrighted .
Read more...

Google Hacking | Hacking Exposed | Untimate Hacking Part - I

0 comments
Digg it | Stumble it | Save to Del.ico.us |
Have you ever wondered if you password is seen by millions of people ? Yes its true, if you have the habit of saving the password in text then obviously anyone can have it. Check out the steps on how to Google Hack the password that are saved in text documents.

step 1: Go to www..Google.com

Step 2: Type this in the search

ext:log inurl:password

You can get all the passwords that are stored in the text documents.

This information is for educational purpose only. Ensure not to save any username or passwords in any text documents.
Read more...

Human Tetris | Angels play | Game

0 comments
Digg it | Stumble it | Save to Del.ico.us |
I was enjoying my weekends in my home and came up with this video which was sent from my friend from his blog. This was acually the most viewed video EVER....


Sexy Tetris Real Live - video powered by Metacafe



Hey this is just a game... No naughty feelings.............. :)
Read more...

Sunday, November 25, 2007

Camtasia for Free | this is not a crack | Full version of version 3 Camtasia | Limited offer

0 comments
Digg it | Stumble it | Save to Del.ico.us |
Want to get the camtasia for free? This is a promotional offer by techsmith for limited period.

Here are some clearer instructions -

Step 1
Download the software from here -
(save the file to your desktop).

http://download.techsmith.com/camtasiastudio/enu/312/camtasiaf.exe

Step 2
Go to this page, complete your name, country and
e-mail address and Techsmith will send you a
software key to unlock the program.

http://www.techsmith.com/camtasia/pcpls.asp

Step 3
Install the software and then input the key to
unlock it and you will have the full working
version of Camtasia Studio 3.

Note: Unfortunately this offer is only for PC
users, sorry to the Mac people out there!

Courtesy : Yaro Starak , TechSmith
http://www.blogmastermind.com
Read more...

Friday, November 23, 2007

Black Night| Deep Purple | Guitar Master | mastertheguitar.co.uk - MTR13! | Smoke on the water

0 comments
Digg it | Stumble it | Save to Del.ico.us |
Excellent teaching by this geek who plays this stuff. I was amazed to listern when he played. Simply amazing....he rocks/ I love the orginal version and hope you also love this music.

Johnny B Goode-Guitar Lesson | Excellent Teacher



Speed Kills - Guitar Lesson Introduction|No Boundaries by Michael Angelo Batio


Impossible Guitar | Divine Quality


Jason Becker - Guitar Clinic| Guitar Freak | The MASTER




Check out this video:Amazing Stuff


Kid teaching| Check this out | How to Play Smoke on the Water


Check this out | Improved Version | Smoke on the water


The Real Note | Smoke on the water



You wont miss this one | WHITESNAKE IN THE STILL OF THE NIGHT



Enjoy your weekend everybodyyyyyyyyyy :)
Read more...
Online Reference
Dictionary, Encyclopedia & more
Word:
Look in: Dictionary & thesaurus
Medical Dictionary
Legal Dictionary
Financial Dictionary
Acronyms
Idioms
Encyclopedia
Wikipedia
Periodicals
Literature
by:
Word of the Day

Article of the Day

Today's Birthday

In the News

Quote of the Day

Spelling Bee
difficulty level:
score: -
please wait...
 
spell the word:

Match Up
Match each word in the left column with its synonym on the right. When finished, click Answer to see the results. Good luck!

 

Hangman