Wednesday, September 16, 2009

Download Torrent Directly with Facebook

I think many of u know this already.

You can download torrents with facebook.

First, you have to sign up for a imageshack.us
After signing up, visit this site, or click on imageshack drive
Code:
http://tor.imageshack.us/tor/


You can upload your torrents and imageshack will start downloading to servers and the it will give u the direct link of that torrent

To download it on facebook copy and paste this site and add this app to facebook

Code:
http://apps.facebook.com/imageshacktor/

Clear Vista Memory Cache

Clear Vista Memory Cache

If your Vista computer is feeling a little sluggish after being up for a while, a thing that sometimes helps is clearly the memory cache. This helps free up unused RAM, and having more available RAM can make your computer faster. For me, I keep a shortcut to this command on my desktop so that whenever I need it, it's just a click away.

To create this shortcut right click your mouse on an empty area of your desktop and select New -> Shortcut. When you are asked for the location of the shortcut, enter the following:
Code:
%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks
then click Next. You can then assign a name and an icon to the shortcut. Next time your computer feels slow, click on this icon to free up available memory and hopefully your computer will be faster afterwards.

Sniffer pass yahoo (Video+Soft)


This is TUT for sniffer pass yahoo messanger in a network
Download link:
Code:
http://hotfile.com/dl/12095767/23b6331/S.p.ym.rar.html

ARP Poison

This is again another one of my fantastic tutorials which I all know you CW members enjoy!

Now you will be learning how to ARP Poison. Just in case you want to know: ARP poisoning is sniffing data frames on a LAN network.

Lets begin...

First, get your self a download of Cain and Abel.
Form:
Code:
http://www.oxid.it/downloads/ca_setup.exe


Now, if you have XP, just click it normally, if you have Vista, run it as an admin.

After that, go to the "Sniffer Tab", and hosts. Hover over some of the icons on the top table. Press the one that says "Start/Stop sniffer", and then press the plus + sign to start the logging.

Then, after that is finished, go to the ARP tab, and hover over the icons on the top table and press the one that highlights "Start/Stop sniffer", click that, then click the table where it says "Status, IP address, etc", then press the + sign, then press the yellow icon on top of the tables. And it should start poisoning.

Now, to test it out, go try and login to your box threw putty threw telnet session, and it should save it on the passwords tab on the sniffer tab, any attempt what so ever will be recorded and stored in the Passwords tab.

Enjoy,

Boot Windows 7 from Virtual HardDisk

Yeah,Windows 7 has a new feature which enables booting from Virtual HardDisks created by Virtual PC.
Open cmd with administrator privilages and the code is
CODE
C:\>bcdedit /copy {current} /d "My New VHD Description"
C:\>bcdedit /set device vhd=[driveletter:]\\
C:\>bcdedit /set osdevice vhd=[driverletter:]\
\
C:\>bcdedit /set detecthal on

Note: The first command will Return the GUID of the Loader Object that you will use to replace below
Note: vhd=[driveletter:]\\ is the new syntax supported for BCDEdit.exe to locate VHD File and Bootmgr will locate the partition containing the VHD File to boot from.
Whats the use?
You can boot vhd with original hardware of your computer

ClipBoard HACK!!!!

Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are online. We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. This is called clipboard hack problem.
Just try this:
1. Copy any text by Ctrl + C
2.Click the Link: Retrieve Clipboard Text To A Web Page With Javascript - Make Sure You Do Not Allow Someone To Gather This Information, It Is An Exploit In Many Eyes
3.You will see the text you copied was accessed by this web page.

Surprised! I know you are because i was also surprised to see it. Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds!

It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.

How Cipboard Hack is done?


The Clipboard hack is done by the following Source Code:



How to safeguard yourself from Clipboard Hack Problem?

To avoid clipboard hack problem, do the following:

1.Go to internet options->security.
2.Press custom level.
3.In the security settings, select disable under Allow paste operations via script.

Now the contents of your clipboard are safe.

How To Change The Windows Xp Shell.

What is the Windows xp shell?

The term shell reffers to the graphical user interface (gui) i.e the desktop and the task bar, basically explorer.exe (the default windows shell).

Where can I find a replacment shell?

The best place to start is with some shell information sites, I would recommend Shell-Shocked,

Try these:

Litestep
Xoblite (Blackbox)
Geoshell

I would personally recommend Litestep.

now you have a shell heres how to manually set the default shell in windows xp

Changing the default shell (all users):

1) open regedit (start menu > run, and type in regedit)
2) go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
3) Change Shell from explorer.exe to the new shell path e.g C:\Litestep\litestep.exe
4) log out and log back in.

Changing the default shell (only current user):

1) open regedit (start menu > run, and type in regedit).
2) go to: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon.
3) add a new string value (Edit > New > String Value) called shell. and set the value to the path of the new shell e.g C:\Litestep\litestep.exe.
4) log out and log back in.

Enjoy,