techian.com

A Blog With No Limits

Advertisement

Archive for the ‘ Hacking ’ Category

Windows Admin Password Hack 2009

Posted on February 15, 2010 by admin | No Comments

Image

Windows Admin Password Hack 2009 | 5.4 MB

Image

Windows Admin Password Hack:
Forgot your NT admin password?
Reinstall? Oh no… But not any more…

This is a utility to (re)set the password of any user that has a valid (local) account on your NT system.
You do not need to know the old password to set a new one.
It works offline, that is, you have to shutdown your computer and boot off a floppydisk or CD. The bootdisk includes stuff to access NTFS and FAT/FAT32 partitions and scripts to glue the whole thing together.

Will detect and offer to unlock locked or disabled out user accounts!
It is also an almost fully functional registry editor!

Windows Admin Hack allows you to reset the administrator password on
Windows 2000/XP.

The ISO must be burned to a CD or Flash drive.

When it is booted, a mini version of linux starts which allows the
administrator password to be reset. useful if you need to works on a
machine the password is unknown.

Note:
Soon will get one working on Vista & 7

Image

Image

http://depositfiles.com/files/zmpjcuqcn

Image

http://rapidshare.com/files/290441196/WindowsKey_9.0_319.rar

Popularity: unranked [?]

WiFi Hack tools AIO 2010 pack

Posted on February 15, 2010 by admin | 2 Comments

wireless hack tools

wireless hack tools

WiFi Hack AIO 2010 | 172 MB
Image
This time we bring you the best software to hack the WiFi networks 2010. El compilado incluye potente software en detecci?n y cifrado de redes ideal para hackear Redes WiFi. The compilation includes powerful encryption software in network detection and ideal for hacking WiFi networks. Descargar Programas para Hackear Redes WiFi Full Gratis. Download Programs to hack Free Full WiFi networks.

This AiO contains:
Windows Tools 1
. WiresHark
. AirSnare
. WirelessKeyView
. Wifi Monster
. NetStumbler
. Easy Wifi Radar
. SmartSniff
. Ettercap
. WinPcap
. CommView

Windows Tools 2
. Nmap
. Wirelessmon
. PocketWarrior
. Inssider
. RemoteAnyWhere
. PmoniPacketMon
. ApTools
. WiFiFoFum
. Advanced Port Scanner
. NetSurveyor

Backtrack
. Enlace de descarga para BackTrack 4 Pre Release
. Enlace de descarga para BackTrack 4 Beta Release
. Enlace de descarga para BackTrack 3 VmWare Image
. Enlace de descarga para BackTrack 3
. Enlace de descarga para BackTrack 3 USB Version

PDF’s & Tutorials
. Hacking Wireless Networks
. Cracking WEP and WPA WiFi
. Wifi Hacking
. Hacking Asus WL520gU
. BackTrack PDFs
. WiFi Advanced Fuzzing
. Wifi Security
. Wireless Sniffing WiresHark
. Wireless Hacking Tools

Bonus Software
. Net Tools
. WepGen
. Cantennator
. Anchorfree
. Cain and Abel
. Wifi Drivers
. Brutus
. VmWare Keygen
. LanHelper
Image

http://hotfile.com/dl/28079014/2b94125/b1u3eyes.AIO.Wifi.rar.html

http://hotfile.com/dl/27443546/027c035/b1u3eyes.AIO.Wifi.rar.html
http://hotfile.com/dl/27530727/7359fd9/AIO_Wifi_Hack_2010.part2.rar.html

Popularity: 1% [?]

Hi folks,its been a long time since I have posted some thing technical,so I will be writing about the challenge I got at NITLearn to Crack any version of WinRAR – An Introduction to cracking KU, where I cracked WinRAR 3.80 using a disassembler and will tell you the same here. You can crack any version of WinRAR using this method and need not to pay for the registration fee and you can do this all by your self,easily. Furthermore, major software are cracked using the same way,but just get a bit complex in the methodology. This tutorial is intended for those who are new to cracking and disassembling.

Disclaimer – By Reading this tutorial You agree that this tutorial is intended for educational purposes only and the author can not be held liable for any kind of damages done whatsoever to your machine, or damages caused by some other,creative application of this tutorial.

In any case you disagree with the above statement,stop here.

The Tools

To perform this hack you will be needing -

  1. Any De-assembler (I use Hackers Disassembler and Hview )
  2. Resource Hacker
  3. A patch Creator ( Use Universal Patch Creator or Code fusion)

You will be able to get them by googling ..

How to Crack ?

You need to have a bit knowledge of assembly language,and in case you don’t have it,just cram the steps and it will work anytime,every time. Download the latest version of WinRAR from their website and install it.

I will be cracking Winrar 3.80 here (cuz I already have it:P ). This is basically a 2 step process ( 4 step ,if you want to do things with a professional touch,period) .

Install WinRAR - rdhacker.blogspot.com

Now copy the WinRAR.exe file to desktop. Make a copy of it there.

Step 1 – Hunting for Memory Address

Now load Hackers Disasembler and load the copy in it.

Open Hackers Disassembler and load copy of Winrar in it - rdhacker.blogspot.com

The Disassembler will disassemble the executable in assembly code. Now you need to search for strings that are used in WinRAR program. Press Ctrl + F and type “evaluation” without quotes and search in the assembly code. Hit enter..

Reach this block of code using search function - rdhacker.blogspot.com

After you have reached this block of code by searching, just look at the block of code above it. There you will find that some assembly values are being compared and then code is jumped to some other function. Now see carefully, the “evaluation copy” function must be invoked after some specific condition is met. We need to look for it at the code and the make certain changes to the condition so that the program doesn’t checks for the condition.

We need to edit this code,but first note memory address - rdhacker.blogspot.com

In the above code you can see this code -

00444B6A: 803DF4B84B0000 cmp byte ptr [004BB8F4], 00

00444B71: 0F859B000000 JNE 00444C12

This is the code responsible for validating you as a legal user :) . Just note down the memory address that leads to jump (JNE) at some memory location. In this case, note down 00444B71 .

Note : For any WinRAR version, this code and memory address might be different,but the JNE will be same. Just note down the respective memory address that checks.

Now you need to search for the code that brings that ugly nag screen “Please purchase WinRAR license” after your trial period of 40 days is over. For this,look over your toolbar and click on “D” which stands for looking for Dialog references.

Hit the D in toolbar - rdhacker.blogspot.com

Now in the dialog box that opens,search for “please” and you will get the reference as -

ID-REMINDER, “Please purchase WinRAR license”

Search in dialog references - rdhacker.blogspot.com

Double click on it and you will reach the subsequent code.

Note down the location of REMINDER dialog code - rdhacker.blogspot.com

The code will be something like

* String: “REMINDER”

0048731A: 68EB5E4B00 push 004B5EEB

Just note the memory address that invokes the REMINDER dialog. In this case its 0048731A. Note it down.

Note : For any WinRAR version, this code and memory address might be different.But the Reminder Memory address code will always PUSH something. Just note down the respective memory address that PUSH ‘s.

Step 2 – Fixing and Patching

Now in this step we will be patching up values of memory addresses we noted earlier. I will be doing this using HVIEW.

Now load the copy you disassembled in Hacker’s Disassembler in Hview.

Open HVIEW and open the EXE in it - rdhacker.blogspot.com

After you have loaded it, you will see the code is unreadable. Its just like opening an EXE file in notepad. You need to decode it. To do that, just press F4 and yoiu will get an option to decode it. Hit DECODE and you will be able to see code in the form of assembly code and memory addresses.

Decode the code by pressing F4- rdhacker.blogspot.com

After you have done that, you need to search for memory addresses you noted down earlier. Just hit F5 and a search box will be there. Now you need to enter the memory address. To do that, enter a “.” and the type memory address neglecting the earlier “00” . The “.” will suffice for “00”. ie -

Type .444B71 in place of 00444B71

search using F5 - rdhacker.blogspot.com

and search in the code.

reach the code - rdhacker.blogspot.com

After you have reached the respective code, you need to make changes to it. Press F3 and you will be able to edit the code.Now make the following changes -

Change the values- rdhacker.blogspot.com

After you have done it, save it by pressing F9.

Now search for next memory location by pressing F5 and entering it. Reach there and make the following changes by pressing F3 -

Offset patching - rdhacker.blogspot.com

Save the changes by pressing F9 and exit HVIEW by pressing F10.

Congrats..You have cracked WinRAR :) Replace the original WinRAR.exe with this copyofwinrar.exe by renaming it. It will work 100% fine :P

Step 3 – Spicing up the EXE

Now U have a 100% working version of EXE, you might want to change your registration information in WinRAR. TO do this, you can use Resource hacker.

We need to change registration info - rdhacker.blogspot.com

Launch Resource Hacker, load the copyofwinrar.exe in it

Use resource hacker and open the file - rdhacker.blogspot.com

Now go to DIALOG –> Expand tree –> ABOUTRARDLG and click it. Now Find Trial copy line and replace it with your favorite one :P

make changes and compile them - rdhacker.blogspot.com

and click on Compile Script button.

yup..thats the final result - rdhacker.blogspot.com

Now save the file with any name on your desktop or any location what so ever.

save your exe - rdhacker.blogspot.com

Now you have a fully patched WinRAR.exe file :)) you can either use it, or also can distribute it like a real cracker. If you want to learn that, move on to next step.

Step 4 – Creating a working Patch (or giving Professional touch :P )

I will be using diablo2oo2’s Universal Patcher (UPE) for creating the patch. The patch will work like any authentic one for that WinRAR version. Just like the one U downloaded at anytime of your life from any Crack and Keygen website.

Launch Patch Creator and click on add new project. Enter project Information and click on save.

Launch the patcher and setup it - rdhacker.blogspot.com

Click on Add – > Offset patch

Create Offset patch - rdhacker.blogspot.com

After you have done that, double click on offset patch and then

  1. Give path of original winrar.exe
  2. Give path of unmodified Winrar.exe (again)
  3. Give path for fully patched Winrar.exe (ie Cracked Winrar.exe in this case)
  4. Click on compare and it will show difference between both files
  5. Click on save.

Compare executables - rdhacker.blogspot.com Now in the next window, click on Create Patch and save it. The Patch will be created. Now copy it in WinRAR installation directory and hit on patch, it WILL work.

Create your patch - rdhacker.blogspot.com

Congrats you have created a patch of your own and have learned to crack WinRAR :)

Run the patch and it will work :) - rdhacker.blogspot.com

You can crack other software in the same way…just practice,debug and disassemble and you will get the way :)

[PS: The above is the long way to do it, I will be telling you the shortest way to crack WinRAR in just 1 step, the main aim of this tutorial was to introduce you to disassemblers and tools, and do some dirty work with your hand. ]

Cheers

XERO

This post is taken from One of my friend’s[Rishabh ] blog

The original post can be found here. The Blog is really good place to learn and i recommend you people to visit his blog.

Regards

Vivek Sinha Anurag


Popularity: unranked [?]

thumbnail

This method was working for me for almost all the torrent sites and i thought of sharing it with you people as well. Please note it may result in account ban. Still if you want to try then go ahead.. no risk.. no gai :p You may easily boost your torrent ratio. Many people have tried on many torrent sites and they are now in top uploaders list.

the file contains video+tools needed.

http://rapidshare.com/files/343427431/Torrent_hacking.rar
Size: 15306 KB

Keep visiting teachin.com for updates. Dont forget to view our tutorials section for more tutorials.

Popularity: unranked [?]

Hacking website through SQL Injection

Posted on January 27, 2010 by admin | 2 Comments

WEBSITE HACKING THROUGH SQL INJECTION

well as we know the term sql injection is the term which we use to hack web sites but for that we must know the some codes exploits and issue in web sites for that we have to spent lots of time on that moreover we must have good knwoledge of sql database too
but if any body dnt know the sql and how to inject the site with in sql
i have an option for that kinda innocent people liek me lol
anyway just on the start up of my post i just wanna say we can hack and inject any site with out involving in the hard coding and etc with the help of sql helper
here we start .
first you need to find the potential website that you think it might be possible to hack it. Remember that some websites are simply unhackable.
Check if your website can be hacked by trying to go this address :
http://encycl.anthropology.ru/article.php?id=’1 <—— notice the ‘ before the number 1.Query failedYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”1 ORDER BY lastname’ at line 1 SELECT * FROM person_old WHERE id=’1 ORDER BY lastname
This mean that this website can be hacked because you get an error. :-)

so now you have a site which can be hacked good now download sql helper software

i am giving you SQLHelper version 2.7 if u find latest version or anything further come on with bang :)

download link —————>http://uploading.com/files/VT1KFQHF/SQLIHelperV.2.7.rar.html

N

ow open the SQL HELPER
and paste the link http://encycl.anthropology.ru/article.php?id=1in the Target button .
Now you should wait until the tool finish searching for columns . Time may vary depending on your connection speed , your pc speed , and the number of columns in the website.
So now you should have this:
after click on get database .
select any element from the “database name” box and press the “Get tables” button
then select any element from the “table name” box and press the “Get columns” button , I will select “user”:
after doing the above step u will get the admin in hash contentjust like dat
use any hash converter site to convert this hash into layman languagedere are many site gogle it for better resultup

and done

everything explained with Screen shots still if any one have any problem dan ask me any time i have tried it 100% working for me

site hacked!!

injection done.

admin power and access in ur hand..

now click on dump nowand dan select the user and pasy from whle database

CREDITS :- 3:¹6 Khalnay4k_™PROOF :- http://www.compsareus.com/forum/

posted by :

????.?????????

in oug

Popularity: 1% [?]

AIO Wireless Hack Tools 2009

Posted on May 18, 2009 by admin | No Comments

*NetStumbler-0.4.0: wireless access point identifier - listens for SSIDs
and sends beacons as probes searching for access points.

* Kismet-2005-08-R: wireless sniffer and monitor - passively monitors wireless traffic
and sorts data to identify SSIDs, MAC addresses, channels and connection speeds.

* Wellenreiter-v1.9: WLAN discovery tool - uses brute force to identify low traffic
access points; hides your real MAC address; integrates with GPS.

* WEP***** 0.1.0: Unix based-pearl aplication encryption breaker - *****s 802.11 WEP
encryption keys using the latest discovered weakness of RC4 key scheduling.

* Airsnort-0.2.7e: encryption breaker - passively monitoring transmissions,
computing the encryption key when enough packets have been gathered.

* Wepwedgie-0.1.0-alpha: for toolkit that determines 802.11 WEP keystreams
and injects traffic with known keystreams in order to ***** WEP in minutes.

* Hotspotter-0.4: Wireless client attacking too.

Download link [new]:

http://rapidshare.com/files/151930205/AIO_WHT2009_-_ErFeX__AiO.ProgramasFull.CoM.rar

or

http://www.megaupload.com/?d=MYAC1R5W

password: http://aio.programasfull.com

Popularity: 18% [?]

Hack orkut thru fake login

Posted on December 15, 2008 by admin | 3 Comments

Now you can create your own fake login page to hack into others account.Fake login page is a fake page which you can use to hack others username and password.
Fake login page looks exactly like the original page and if someone login in your page using his original username and password, the username and password will be mailed to you.
lets learn how to create your very own fake login page.
{1} Open www.jotform.com and Sign Up.
{2} Then Login there with your newly registered account.
{3} Now click on ‘ Create your first form’.

{4} Now delete all the pre-defined entries, just leave ‘First Name:’. (To delete entries, select the particular entry and then click on the cross sign.{5} Now Click on ‘First Name:’ (Exactly on First Name). Now the option to Edit the First Name is activated, type there “username:” (for gmail) or YahooId: (for Yahoo){6} Now Click on ‘Power Tool’ Option (In right hand side…)
{7} Double click on ‘PasswordBox’. Now Click the newly form password entry to edit it. Rename it as ‘Password:’

{8} Now Click on ‘Properties’ Option (In right hand side…). These are the form properties.
{9} You can give any title to your form. This title is used to distinguish your forms. This Title cannot be seen by the victim.
{10} Now in ThankYou URL you must put some link, like http://www.google.com or anything. Actually after entering username & password, user will get redirect to this url.(Don’t leave it blank…)
{11} Now Click on ‘Save’. After saving, click on ‘Source’ Option.
{12} Now you can see two Options, namely ‘Option1? & ‘Option2?. Copy the full code of ‘Option2?.
{13} Now open Notepad text editor and write the following code their.
{14}Now Paste that code in your blog or website and prank your pals….

Popularity: 19% [?]

100% WORKING BROADBAND HACK

Posted on November 23, 2008 by admin | 4 Comments

REQUIRED
For hacking BroadBand you will require
*Angry ip scanner
* Asterix Key 7.11
* A Computer
*An internet connection
Download AngryIPScan and Asterix key
http://rapidshare.com/files/70173027/hk.rar
HOW TO
1. Go to http://www.whatismyip.com/
2. Let’s assume your ip is 59.94.133.57 so now go to Angry IP scanner and in IP range enter 59.94.133.0 to 59.94.133.255 now go to options->Select Ports… and in “ports”
enter “80″(without the inverted commas), click on ok.
3. Click on “Start”
4. Now when the scan is over……..right click on the green ip’s and select IP->clipboard
5. Goto internet explorer and press Ctrl+V in the adress bar
6. Hit enter
7. Enter admin as the username and admin as the password
8. Search for the wan settings page somewhere.(Most Password r in WAN PAGE)
9. When you have arrived at that page open asterix key and click on Recover
10.Now you have the username (from the wan settings page) and the password (from Asterix key).
And also guys i am giveing a extra tool in the above link also and it help to go inside a pc or laptop through internet whose ip is open. (+) this symbol means that u can enter to his pc…..

sometimes it may not work coz
1) New Routers ke configuration pages dont have saved passwords
2) Only noobs keep the admin-admin stuff
3) PORT BINDING

but still you may try coz who knows if you are lucky??

Popularity: 12% [?]