techian.com

A Blog With No Limits

Advertisement

Archive for the ‘ Hacking ’ Category

Hello Readers,

I am back with a new hack for calling any number world wide absolutely free. please note that this method is not mine and i would suggest not to use it. This is just for education purpose. for any misuse you will be responsible.

voip-hack

This was posted by X-boy in oug.

it works world wide.
So have fun.

First go to: http://www.friendcaller.com/WebPhone/Client/FriendCaller.jnlp and install this little java application.

After it is fully installed, open friend caller from desktop. Then register.

Better to you temp mails like mailinator,eyepaste,yopmail etc ;)

Now go to your email and confirm your account and you will be credited $ 0.10 for free calls. So you can only call for 10 seconds for free but this what I made this tut so you can call free.

Now login.

Then click on phone Icon.

Now open cheat engine. [ Download it from http://www.cheatengine.org/]

Now click on open process.

Then click on window list.

Then select friend caller. And open it.

Now dial number in friend caller. [First test your own number] and click call.

Now it will start ringing:.

Now in cheat engine, enable speed hack. Edit speed to 0.00

we can only make 1 min call without cheat engine but with this hack call unlimited. The best part is that during registration it doesn’t ask for any verification of the email.  Register–login–call–logout–change ip and go on.

Credits : hackthisworld

Thanks for reading my post. Stay tuned for more hacking tips. If you have anything to say then feel free to comment below. Thanks you.

airtelgprshacks

Hey Guys,
Now I vll show you how to use Free GPRS in Airtel
Here We Go,
-First Of all Activate Zero Rental Plan by dialing *567#
-Set MO as the Default Setting Those Who Don’t Know The MO default settings ask for the default settings from customer care

Now Download this Opera 4.2 Labs HandlerUI Using ur phone it will cost around 3-4 RS for

Downloading
LINK- http://xchanger.mobi/159534

Now Install that OPERA using ur Default MO setting

-After Installing u vll see Settings in that u vll get

AirTel_RIP
Change It to AirTel_IP < jar >

Now u r almost done

Don’t Change the HTTP and SOCKET SERVER keep it as it is

Click On Option and than Ok

You vll see loading and now u r ready to use Free Airtel Gprs

M using this trick from last two months and is working for me

Enjoy Free Airtel GPRSNote:-
Try At Low Balance .
Although This Trick will not Deduct Ur Balance but y to take risk

Posted by

???C? of OUG

HOW TO MAKE SMS FLOODER

A tutorial by Ankur.

sms

few of my friends where seeking help in making sms flooder so i decided to post a tutorial am uploading a video of 7 min or so size is 80mb..just download the video and play it rest is explained in the video..if anyone has any problems please post here i will try my best to answer all the questions…
here is the link…

http://www.mediafire.com/?fymmh522idy

this is the text in the videos for those whose net speed is slow..

OK I am gonna show you how to make a sms flooder using grease monkey

step1. install firefox

step2 install webdeveloper toolbar addon for firefox

step 3 install grease monkey firefox addon

hERE we go

open the website now i am taking example of http://sms4smile.com

now click on form information

there are 3 forms form 1 form 2 form 3

there are form elements corosponding to fields on the page

got it?

now

its 2 min job to make a flooder

note one thing greasy monkey is called again and again automatically so no need of looping

now just set the form elements

set all the form fields and submit() everytime clicking on submit button which is 5th element

bsnl-3g

2+Mbps & Unlimted Downloading = Rs 274/mo.

posted by

mlm Unguli wale of OUG

Req. Brand New BSNL 3G sim & 3G handset ( i recommended Micromax 300G Datacard) 1). Go to a BSNL outlet n ask for a 3G sim 2). Then recharge it with Rs. 120 in which u ll get Rs 20 balance & 6 month validity 3). Then convert it to 2G by recharging it with Rs. 2 4). Then activate Unlimited GPRS plan for 2G on ur card by recharging Rs. 274 Now in ur Handset set access point as bsnlnet n now use unlimited GPRS with speed of 3G Proof:
 
Please Consider this post just for information that it was working .. but no more working now.  Do not try this. You are late here :-)

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


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??

Here is a list of all the essential hacking tools that every hacker should possess.Here in this post I will give details of different Hacking/Security tools and utilities along with the download links.I have also divided these tools into their respective categories for ease of understanding.

NETWORK SCANNERS AND TCP/IP UTILITIES

1. IP TOOLS

IP-Tools offers many TCP/IP utilities in one program. This award-winning program can work under Windows 98/ME, Windows NT 4.0, Windows 2000/XP/2003, Windows Vista and is indispensable for anyone who uses the Internet or Intranet.

It includes the following utilities

  • Local Info – examines the local host and shows info about processor, memory, Winsock data, etc.
  • Name Scanner – scans all hostnames within a range of IP addresses
  • Port Scanner – scans network(s) for active TCP based services
  • Ping Scanner – pings a remote hosts over the network
  • Telnet – telnet client
  • HTTP – HTTP client
  • IP-Monitor – shows network traffic in real time & many more

IP TOOLS has almost all the utilities built into it.So there is no need to use seperate tools for every indivisual process of hacking such as Port scanning,Whois scanning,IP monitor etc.It’s like a hacking tool kit which has all the necessary tools for hacking.
Download IP Tools Here


2. NMAP
Nmap is a similar hacking/security tool as IP Tools which offer slightly different set of features.Unlike IP Tools Nmap is a freeware.It is designed to rapidly scan large networks, although it works fine against single hosts.Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. Nmap runs on most types of computers and both console and graphical versions are available
Download Nmap Here

PASSWORD CRACKERS
1. LC4 (For Windows Password Recovery)
LC4 is the award-winning password auditing and recovery application, L0phtCrack. It provides two critical capabilities to Windows network administrators:

  • LC4 helps administrators secure Windows-authenticated networks through comprehensive auditing of Windows NT and Windows 2000 user account passwords.
  • LC4 recovers Windows user account passwords to streamline migration of users to another authentication system or to access accounts whose passwords are lost.

Donload LC4 Here

2. SAMINSIDE (For Windows Password Recovery)
SAMInside is designated for the recovery of Windows NT/2000/XP/2003/Vista user passwords.
The following are some of the highlighting features of Saminside.

  • The program doesn’t require installation.It can be directly run from CD,Disk or Pendrive.
  • Includes over 10 types of data import and 6 types of password attack
  1. Brute-force attack
  2. Distributed attack
  3. Mask attack
  4. Dictionary attack
  5. Hybrid attack
  6. Pre-calculated tables attack
  • Run’s very fast since the program is completely written in assembler.

As far as my opinion is concerned both LC4 and SAMINSIDE are powerful password crackers for cracking Windows Passwords.However LC4 has slightly upper hand over Saminside.I recommend LC4 for advanced users but Saminside is more suitable for novice users.
You Can Get Saminside From Here

3. MESSENPASS (For Instant Messenger Password Recovery)
Messenpass is a password recovery tool for instant messengers.It can be used to recover the lost passwords of yahoo messenger or windows messenger.It is too easy to use this tool.Just double-click this tool and it reveals the username and passwords that are stored in the system.
Download MessenPass Here

REMOTE ADMINISTRATION TOOLS (RAT)
RADMIN
Radmin (Remote Administrator) is the world famous, award winning secure remote control software and remote access software which enables you to work on a remote computer in real time as if you were using its own keyboard and mouse.
Radmin has the following features.

  • Access and control your home and office computer remotely from anywhere
  • Perform systems administration remotely
  • Provide Help Desk (remote support) functions for remote users
  • Work from home remotely
  • Manage small, medium, and large networks remotely
  • Organize online presentations and conferences
  • Share your desktop
  • Teach and monitor students’ activities remotely

I have used Radmin personally and recommend this software to everyone.It works great!
Download Radmin Here
Most of the above tools are shareware which means that you have to pay for them.But they are really worth for their money.Most of the time freewares offer limited functionality/features than the sharewares and hence I recommend them to my visitors.But still you can get 99% of all the softwares for free (cracked versions) on the internet and if u search on this site itself you will find almost all of the above mentioned softwares free :)

The most frequent questions asked by many people especially in a chat room is How To Hack Yahoo Password or any other email account.So you as the reader are most likely reading this because you want to break into somebody’s email account.Here are some of the tricks that can be used to track an email password.

THINGS YOU SHOULD KNOW BEFORE PROCEEDING

There is no program that will crack the password of victim’s account.There exist many password hacking programs which claims to do this,but unfortunately people using these kind of programs will only end up in frustration.None of these programs work since services like Hotmail, Yahoo!, etc. have it set so that it will lock you from that account after a certain number of login attempts.Another thing you must know if you ask this question in any “hacker” chat room/channel, you hear that you have to email some address and in any way you give up your password in the process, in attempt to crack others password.So DO NOT BELEIVE THIS.

TWO WAYS OF HACKING METHODS THAT YOU CAN TRY

IF YOU HAVE ACCESS TO VICTIM’S COMPUTER

If you have physical access to victim’s computer then it’s definitely possible to crack his password.This can easily be done by just installing a keylogger.

What is a keylogger? A keylogger, sometimes called a keystroke logger, key logger, or system monitor, is a hardware device or small program that monitors each keystroke a user types on a specific computer’s keyboard.

A keylogger program can be installed just in a few seconds and once installed you are only a step away from getting the victim’s password.OK we can crack passwords using a keylogger but these are the questions that arise in our mind now!

1.Where is the keylogger program available?

A keylogger program is widely available on the internet.some of them are listed below

Powered Keylogger
Advanced keylogger
Elite Keylogger
Handy Keylogger
Quick Keylogger

Oops i think the above list is enough.There exists hundreds of such keyloggers available on the net.These are software keyloggers.There are also hardware Keyloggers available which can be directly attached to computer and can be used to sniff valuable data.These programs are none other than spyware! So use it @ your own risk.

2.How to install it?

You can install these keyloggers just as any other program but these things you must keep in mind.While installing,it asks you for a secret password and a hot key to enable it.This is because after installing the keylogger program is completely hidden and the victim can no way identify it.Keylogger is hidden from control panel,Program files,Start menu,Task manager so that it becomes completely invisible but runs in background monitoring the user activities.

3.Once installed how to get password from it?

The hacker can open the keylogger program by just pressing the hot keys(which is set during installation) and enter the password.Now it shows the logs containing every keystroke of the user,where it was pressed,at what time,including screenshots of the activities.

Some keyloggers also has a built in SMTP server.So once you install the keylogger on victim’s computer you can just sit back in our place and receive the logs via email

4.Which keylogger program is the best?

According to me Elite Keylogger and Powered keylogger are the best.You can also read the features and side by side comparisions of them and select the best that suites your needs.

IF YOU DO NOT HAVE ACCESS TO VICTIM’S COMPUTER

Ofcourse the above method can only be employed if you can access victims computer.But what to do if we do not have access.In this case there exists many Remote Administration Tools commonly known as RATs available on net.Just try googling and you can get one.

OTHER WAYS OF HACKING PASSWORD

The other most commonly used trick to sniff password is using Fake Login Pages.
This is where many people get cheated.A Fake Login page is a page that appears exactly as a Login page but once we enter our password there ,we end up loosing it.

Fake login pages are created by many hackers on their sites which appear exactly as Gmail or Yahoo login pages but the entered details(username & pw) are redirected to remote server and we get an error “Page cannot be displayed”.Many times we ignore this but finally we loose our valuable data.