Crack 104bit WEP Key with Aircrack-ptw: Download Now

Basic WEP encryption mechanism, taken with per...

Image via Wikipedia

After browsing in remote exploit forum, I found Aircrack-ptw. This tool can be used to crack 104 bit WEP key with only 40.000 packets.

Aircrack ptw is a great program, you don’t need to send too many packets to crack WEP key. just use this at your own risk. lol

Here to download Aircrack-ptw. You can get support on Official Website.

Do you want to crack WPA? These article may give you a bright idea.

How to Select Rows in table A that are not in table B

Here is another trick from Jerry,

SELECT a.id, a.warna FROM table_a a LEFT JOIN table_b b ON a.id = b.id WHERE b.id IS NULL OR a.warna<>b.warna;

is used for selecting data from table a which is not same like table b. Thanks Jerry.

Image representing MySQL as depicted in CrunchBase

Image by via CrunchBase

If you want to select value from table a that are not in table b, then you can use this query in mysql:

How do I select all rows in table `a` that is not in table `b`:

SELECT a.id FROM a LEFT JOIN b ON a.id = b.aid WHERE b.aid IS NULL;

a.id can be changed with value you use, example:

SELECT a.warna FROM a LEFT JOIN b ON a.warna = b.warna WHERE b.warna IS NULL;

Because “SELECT a.id” simply decides which fields will be output this will work just as well:

SELECT * FROM a LEFT JOIN b ON a.id = b.aid WHERE b.aid IS NULL;

Or

SELECT * FROM a LEFT JOIN b ON a.warna = b.warna WHERE b.warna IS NULL;

Another interesting posts:

Sony VAIO TT Review Video

QWERTY keyboard, on 2007 Sony Vaio laptop comp...

Image via Wikipedia

In the previus week I wrote a review about Sony Vaio TT which is grabbing many attentions from you. Thanks for your attentions.

This video is coming from metacafe, thanks to the Conics.net owner.


Sony Vaio Type TT, Unboxing / Overview - For more of the funniest videos, click here

Please share your thoughts via comment below :) Do you have this laptop/ want to buy it? Here is my post: Sony VAIO TT Series Laptop: VGN-TT16LN/R, VGN-TT16LN/N, VGN-TT16LN/B

Acer Aspire SA90 Desktop PC

Acer Aspire SA90

Acer Aspire SA90

With Intel Core 2 Duo E4500 2.2GHz Processor and ATI Radeon 1550 Vide Graphic Adapter, The new Acer Aspire SA90 Desktop is a good PC to play some 3D game, media player, and some other task such as computing.

However, since Acer Aspire SA90 is a desktop, the price is more expensive than the competitors. It’s because Acer Aspire SA90 bundled with Windows Vista. I believe Acer can cut it’s price £100 if Acer remove the vista. Linux is a great free replacement for a low end user.

It comes with one color only: black, Installed with 1GB RAM, with that RAM, we can install Adobe CS3 Web Premium. Not too bad.

According to techradar’s price, the Acer Aspire SA90 comes with £340 in price, fortunately, I found a seller in ebay who sell this PC for 249 but with lower specification.

[Acer Aspire SA90 £249 bundled with 20" TFT available at Ebay UK]

DVD drive also included in the specification. Acer Aspire SA90 come with DVD RW, that’s a great pair for gaming/media user.

MIG 33 Download

Hi, recently I visited accross mig33 blog at wordpress.com, His name is Awad, he is from Airlangga university. If you need MIG33 Software/Tools, you can download the tools there. This is great list.

Here MIG33 Tools available from Awad’s blog:

1. mig33pro.zip
2. SjBoy mig33jakarta 3.05.exe
3. Mig33 Plus Ultimate - melhor MSN.jar
4. mig33.rar
5. Mig33EasyTool v3.1.5.exe
6. Mig33Turbo.rar
7. mig33.jar
8.mig33invisible entry.rar
9.Advanced VB Mig33 full.rar
10.Mig33EasyToolver3.1.0 (hang prof).rar
11. SjBoy mig33 3.05Beta.exe
12.Xpeed Mig33 Center v.1.0.0.rar
13.Mig33 MSN Ultima VER.rar
14.Mig33EasyTool v3.1.5 (With Migpro ADDONS).rar
15.Mig33EasyToolv2.11.rar
16.MSN, YAHOO..- Mig33.zip
17.Mig33 MUlti kicker Untuk HP(Eny3nG).rar
18. MIG33 Trouble Maker v1 + v2.rar
19.mig33_ID_PASS_HASH_GEN.rar
20.Mig33 id clone.exe
21. Migpro PowerShot v.1.2.rar
22.
Migpro PowerShot V1.0.2 new migpro.rar
23. MPS Brotherhood Installer.rar
24. FMPCv3BETA_installer.rar
25. mig33beta.jar
26.mig33beta 3.05.jar
27.mig33beta-new.jar
28.mig33beta.jar
29. mig33beta.jar
30.mig33beta.jar
31. mig33beta-indosat.jar
32. mig33beta.jar
33. mig33beta_307_siemens_128×128.jar
34. mig33beta.jar
35.
mig33beta wissamnet@hot.jad
36.
mig33beta.jad
37. mig33beta.jad.dap
38. mps-3 brotherhood .exe
39. MPS v.3.0 Brotherhood Version.zip
40. Pokea V 1.0 Download
41. Pokea V 2.0 Download

42. VB disco Download
44. mig33 v3.02 hibaru(20 file)
45. corrosive mig,devil mig,miyaru,vengeavce flas,shoutvobon mig dll(200 file)
46. mig33 lite,mig33 beta 2 standard,mig dragon,mig naruto1-2(10 file)
47. hibaru flooder(2 file)
48. Hexeditor (XVI32)

You can download it at Awad’s blog here. Thanks, Awad!

TortoiseSVN Tutorial

TortoiseSVN
TortoiseSVN is a great SVN Application for Windows. Unfortunately, there are very rare tutorial out there beside the manual. However, I compile the TortoiseSVN tutorial list on itgossips. hope it helps.

Subversion / TortoiseSVN SSH HowTo by TortoiseSVN.NET
Because many new subversion users run into problems when attempting to use subversion with SSH, he compiled a HowTo for that issue.
TortoiseSVN Beginner Tutorial by Dev2Dev

Dev2Dev compiled 3 SVN tutorial for beginner, including Where to download TortoiseSVN, How to Install TortoiseSVN, and How to use TortoiseSVN.
How to re-configure the client certificate for Tortoise SVN
Settings-Dialog, “Clear Auth Cache” button.

That’s enough. Do you have another tortoiseSVN tutorial didn’t listed here yet? Please let me know by commenting below.

Another SVN related tutorial :)

Rapidleech Website List: Download From Rapidshare Easily

RapidShare

Image via Wikipedia

This time I want to share rapidleech website list. It contains many rapidleech website to download all item on rapidshare. Currently it works with rapidshare, megaupload, rapidshare.de, etc.

In the previous post arie wrote about rapidleech too. The list included. Check the article, maybe it’s still working.

Here the rapidleech list:
http://mzajac.fasthost.pl
http://omgwtfbbq.biz/rap/
http://thecalling888.free.fr/raf7/
http://hossa.org
http://www.killahprist.friko.pl
http://www.sendala.com/rapidleech/
http://www.dhanbabaji.com/rl/
http://www.iamn0t.co.cc
http://muadongyeuthuong.com/rapidleech/
http://www.seedrs.info
http://chanquadimat.com/rpleech/
http://bigarabs.com/transfer/
http://www.baotruyenhinh.com/phuong/
http://deluxor.lusopt.info
http://membres.lycos.fr/hacktrix/
http://www.dhspeed.com/rapid/index.php
http://powerweb.ir/rapidl/
http://scorat.com/up/
http://cyber-kira.co.cc
http://www.4msn.net/try/
http://htubaghk.com/rs3
http://shares.kilu.de
http://server.xproserver.com/~teodore/xx/
http://www.nodude.com/rl/
http://megamusic.5gigs.com/rapid/
http://atomos4ever.info/
http://hnminhthanh.com/LHost/
http://msafiullah.freefronthost.com/rapidleech/
http://www.q8dl3.com/newthem/dldl/
http://sontay.biz/rap23/
http://n2tuan.com/up/rp/
http://www.forum9x.com/download/
http://mrsaawam.org/mrsabasmeat/123/
http://www.dhspeed.com/rapid
http://membres.lycos.fr/azzoug1/
http://www.sendala.com/rapidleech
http://htubaghk.com/rs1/
http://www.nodude.com/rl
http://htubaghk.com/rs1/
http://server.xproserver.com/~teodore/xx
http://1mosbat.com/100/
http://fptbackdoor.net/rl/
http://sieukute.com/rl/
http://atomos4ever.info/
http://www.theloar.net/
http://radi.visitvuive.com/rapidleech/
http://www.jiraiya.co.uk/leech
http://lullr.info/leecher/
http://muadongyeuthuong.com/rapidleech/
http://ricky.lima-city.de/kill
http://hugovn.biz
http://iconspack.com/rl/
http://trungtuyen.info/index.php
http://delgany.net/7/
http://jiraiya.co.uk/leech
http://hugovn.biz
http://chanquadimat.com/rpleech
http://rapidleecher.ic.cz
http://retep99.m5t.de
http://fakezoera.olympe-network.com
http://www.motionman.info
http://emthemsock.com
http://redbostera.com/rl
http://emthemsock.com
http://www.stayaddicted.info
http://www.chimlac.com/rapidleech
 http://www.desihackers.info

Do you like this post? You will like these posts too.

SSH Backdoor Using PHPShell

Example of tunneling an X11 application (xeyes...

Image via Wikipedia

This post will be straightforward introducing how to create a SSH backdoor using PHPShell. PHP Shell can be used to create a backdoor to the hacked site once you pwnd the machine. If you have the ftp/write access to the directory, it will be cool to see the result.

In the previous post my friend tell me about c99 null byte picture upload it’s a cool tutorial for newbie like me. If you like it, you can read it there.

back to the topic. Here is PHPShell, the feature is self explanatory, access shell command using PHP. You can download PHPShell here.

Refer to the readme for more information. If you like this post, you can subscribe to my RSS feed. Or follow my Twitter. I’d like to hear your comments.

Pretty cool articles:

PC Tools ThreatFire Defender: Block Zero Day Virus Attack

It’s been a long time since I posted about killer machine, a virus remover. Now I want to write about PC Tools ThreatFire, a software which works as defender on your windows machine.

PC Tools ThreatFire itself is a renamed cyberhawk, a defender I used against many virus long ago. Cyberhawk now change its name to ThreatFire and I don’t know why but I love the old Cyberhawk.

What’s cool from this tool is you can detect viruses without antivirus. Threatfire protect your system and monitor what programs do, so it can;t attack you or cloning itself.

Here to download.

PS: it’s a free program, however, it’s offering a pro version too. You need PC Tools ThreatFire Serial to get the pro version.

PHP Apache Exploit: Apache 2 Local [DoS] Denial of Service Vulnerability

PHP

Image via Wikipedia

Howdy? I will share you an exploit, an outdated one, but it might still works if you want to test it on PHP versions prior to 5.1.0 final and 4.4.1 final.

This info might be old. But since there are many people out there running outdated version of PHP/Apache on their machine, this should works on unpatched one.

This Apache PHP exploit can crash the box with some kind of DoS attack. But it’s local. It’s mainly caused by Apache2handler SAPI, which triggers segmentation fault and then the system will crash. This issue affects PHP versions prior to 5.1.0 final and 4.4.1 final.

More info and solution can be found here.