Thursday 22 August 2013

How to Hack Into a Computer Without an Account

Steps

1...      Restart your computer and once it restarts, keep pressing F8 on your keyboard until                your        computer screen shows a list of options to boot your computer
2...       Before it shows the Windows Logo, start repeatedly pressing the F8 key...........................................................................................

  1. 3
    Use the up/down keys to navigate your way to "Safe Mode with Command Prompt" and press enter. (After this the screen will appear dark and will show a bunch of computer codes. Don't be afraid, this will only go on for a little while. Just make sure no one else comes in when the screen is like that).
    • Then it will go to the account/login screen
  2. 4
    Notice there will be a new account called "Administrator".
  3. 5
    Click on it and then you"ll go to "Safe mode Command Prompt".
  4. 6
    If you know how to change a password using CMD (command prompt), then do it. If not, then type in Net User.
  5. 7
    After this, it will show all the accounts on that computer. Pick which one you want to hack.
    • Let's say on that computer the accounts are named Bob, Nate, and Pat. If you pick Bob then simply type in:net user Bob *
    • After this it will tell you to type a new password
    • When you are typing, it will appear as if you aren't typing anything. Don't worry, this is for security reasons. Just make SURE that you spell it correctly.
  6. 8
    Confirm the password. After you are finished it will ask you to confirm the new password.
    • After this shutdown the computer and then start it up again.
  7. 9
    Find the account that you hacked and enter the new password.
  8. 10
    Congrats! you have hacked a windows account! Have fun!

Hack Your Modem and Increase Your Download Speed from 64Kbps to any Speed You Wish








Hack Your Modem and Increase Your Download Speed from 64Kbps to any Speed You Wish

Most of us will be feeling that the surfing speed which is allocated by our ISP is not enough. People with 64Kbps will think 128Kbps will be cool speed. People with 128Kbps will think 256Kbps will be cool and so on

This tutorial will teach you how to increase your 64Kbps link to 512Kbps or what ever speed you like.

It is very much possible to do this. With a bit of luck if your Cable Internet Service Provider are very uneducated on how this very new technology works and leave some key loopholes open for you to grab vital information on how to accomplish this task. But this tutorial will no guarantee you 100% success.

Okay here we go. I'm going to try to explain you as best as I can to accomplish re-configuring your SB5100, SB4100 or SB3100 cable modem ..........................................................................



Theory of cable modem working

All the cable modems when it boots up it will search for an �Image file� where in all configuration like your upload speed limit and download speed limit is defined. This �Image file� is stored in ISP`s TFTP server. Modem will be pre-configured with the ISP`s TFTP server IP address and the Image file name to be downloaded. When the modem boots up it query TFTP server and download Image file from TFTP server according to this this our speed limits will be set.

Our Mission

Get this Image file from ISP`s TFTP server, reconfigure it according to our need and force our modem to download this file from our Computer rather than downloading it from our ISP`s TFTP server.

Steps to accomplish

1). Get cable modems MAC address
2). Get your ISPs TFTP server IP address
3). Get name and path of the �configuration file� or Image file stored in the ISP`s TFTP server.
4). Download Image file from ISP`s TFTP server.
5). Decrypt the Image file which you downloaded from ISP`s TFTP server
6). Modify the Image file
7). Encrypt the modified Image file
8). Change your computer�s TCP configuration same as ISP`s TFTP server (i.e. IP address same as ISP`s TFTP server)
9). Host TFTP server in your computer
10). Put Image file in the base directory of your TFTP 
11). Restart your modem
12). Changer your PC's IP back as given by ISP
13). OOPS Done. Start surfing with your new speed


1). Get cable modems MAC address

You can either look at the back of the modem to get this MAC Address or you can logon to your Cable modem with your Web Browserhttp://192.168.100.1/ . This is internal HTML pages stored within your DOCsis cable modem (SB5100, SB4100 and SB3100) that gives you even more vital information on configuration. Unless it is turned off by your ISP. This feature might be totally turned off by your ISP. 


2). Get your ISPs TFTP server IP address
3). Get name and path of the �configuration file� or Image file stored in the ISP`s TFTP server.

For getting this vital information you have to do an SNMP walk over your modem. For doing this you can use any one of the tools below

a) There�s a program called QUERY.EXE from Weird Solutions which is a BOOTP packet request program that will tell you everything you need to know, without all these extra steps. It will display the Image Filename, TFTP server address, which is really all you need to get started. To use this BOOTP QUERY tool, you need the MAC address of your cable modem 
You can download this from:
http://www.weird-sol..._bin/bootpq.exe

Or

B) Experts can use Solarwinds SNMP program 
You can download this from:
http://www3.solarwin...-EE-V7-Eval.exe

Or

c) Beginners can use DOCSIS Diagnosis utility
You can download this from: http://homepage.ntlw...ag/docsdiag.zip

Or

d) Beginners can use SNMPWALK Tool
You can download this from:

http://www.bradford-...download&gul=13

use command �snmpwalk 192.168.100.1 public�

NOTE: Use modem�s IP address as �192.168.100.1� (SB5100, SB4100 and SB3100) when it asked to provide by any of the above tools. SNMP community is �Public�

Using the above tools you will get the information of your ISP`s TFTP server IP and the name of your �Image file� stored in that TFTP server 
All your vital information is stored in this file, One of which is the MaxRateDown 2621440; MaxRateUp 393216;. (This was my ISP settings. Which you can see is similar to what speed I was getting. 40KB/s up and 250 KB/s down)

Among these, the one we need are:
Configuration TFTP Server = 194.*.*..90 (replace this with yours throughout in the doc)
Configuration filename = isrr.bin (replace this with yours throughout in the doc)
And
IP fragments created = 0
IP address.10.xxx.xxx.xxx = 10.xxx.xxx.xxx
IP address.192.168.100.1 = 192.168.100.1 (the IP address of the cable modem, (replace this with yours throughout in the doc)
IP-to-If-index.10.xxx.xxx.xxx = 2

Suggestion: You can do this step by sniffing the modem i.e. �192.168.100.1� when modem boots up. I never tried this method. Try your luck.


4). Download Image file from ISP`s TFTP server.

For doing this got to your command prompt and use below commands with out quotes and bracket.


�C:\tftp -i <ISP`s TFTP server IP> GET <Image filename> <local filename>�

Okay now you got Image file from your ISP`s TFTP server.


5). Decrypt the Image file which you downloaded from ISP`s TFTP server
6). Modify the Image file
7). Encrypt the modified Image file

Use docsis tool which you can download from 

http://sourceforge.net/projects/docsis

using this program you can decrypt image file change the upload speed and download speed ,save it and encrypt back. Rename this newly created file same as your original image file.


8). Change your computer�s TCP configuration same as ISP`s TFTP server (i.e. IP address same as ISP`s TFTP server)

Go to my network place and right click ->properties
Select your LAN Card right click ->property->Internet Protocol (TCP-IP) double click on it and change it to as following values
Configure your TPC�s TCP settings as below
IP: 194.*.*.90 (replace with the ISP�s TFTP server)
Netmask: 255.255.255.0
Gateway: 192.168.100.1 (replace with your cable modem�s IP address)

Note: Gateway should be 192.168.100.1 then only your modem can communicate with computer.


9). Host TFTP server in your computer
10). Put Image file in the base directory of your TFTP 
11). Restart your modem

Download TFTP Server software and host TFTP server in your computer
You can download TFTP server from:
ftp://ftp.ida.net/pub/wireless/tftpd32.exe

Start TFTPD32 server. Go to Settings and set the Security to None. Increase the timeout to 20secs and the Max Retransmit to 6. Choose to translate UNIX filenames. Make sure it's base directory point to where the isrr.bin is (i.e. the image file which you modified). If you need to replicate a directory pathname along with the image file, then make a directory from root that corresponds to the image file pathname.

Restart your modem, and AS SOON as the SEND light goes solid, you should see a receive on your TFTP server i.e. your PC


12). Changer your PC's IP back as given by ISP
13). OOPS Done. Start surfing with your new speed

Now you change your TCP settings of your PC back to normal as given by ISP. (I.e. Put your original IP address and gateway)

Oops you hacked your modem. Test out by downloading some files using DAP (Download accelerator plus)

Note: This speed will remain same until you restart your cable modem. So each time you reboot your modem you have to follow the steps 8,9,10,11 and 12


Enjoy

Get Full Speed In BSNL & MTNL Broadband


On this site we always shares 3G and 2G tricks but we all know that tricks are temporary so having a broadbandconnection is a good plan becausebroadbands are way more cheaper than paid 2G & 3G and they also come withunlimited plans on speed basis.
Like i said speed basis means most ofbroadband companies charge on speed not on data amount you use but we all know their are some companies like BSNL claim that they give you 4MBPS speed but when you subscribe these plan you not get this speed.
I personally subscribed the 1MBPS plan but i am not
getting this in fact in peek hour like in afternoon i get only 30 KBPS speed and this is not fair so for the first time on internet we are sharing a trick for broadband to get full speed.
Means you get full plan speed but when we were trying this trick an amazing thing happened,my friend who subscribed to 256 KBPS plan had getting 4 MBPS with this trick so we realized that accidently we get a method to remove the speed cap ofbroadband companies.
With this trick i assure you that this trick is working everywhere but some times users can not get speed then their plan but it is 100% tested that with this trick you can get full plan speed on any time on peek hours also................................................



Feature of Trick :-


1. Working Everywhere :- As we all know that there are few broadband tricks are working so because they are not that much popular so you can use this trick on long term basis and because their are no difference in broadband connections so thats why this trick is working every where.

2. MTNL & BSNL Both Trick Tested :- This trick is working on many broadband service providers but we personally tested them on BSNL & MTNL and trust me the results are awesome.

3. Mediafire Links :-  If you are a daily visitor of this site than you must know that we always post tricks on mediafire but from few days some download links of this site were updated on fileice but dont worry we again updated the links to mediafire.

Steps :-

All Steps are included in file and dont worry downloading the file is survey free and also no ads....Just Click Like ON Download Page And It will Start Downloading.......

Download Links :-

Download BSNL MTNL Speed Hack 


Dont Forget To Like Our Page To Get Free Tricks On Your Mobile Via SMS.....

Please Comment For Any Help Or Just Say Thank You.........................

Alternative of getting free internet by using PD-PROXY



Use PD-proxy to use internet at your PC at SUPER SPEED!!!!
BASIC REQUIREMENTS:
          >>PC / LAPTOP
          >>MOBILE PHONE [To connect with PC]
          >>Any Mobile Operator [must have Internet connection in your area]
          >>PD-PROXY Application
 PD-Proxy_2.1.5.zip
~~~~~~~~~~~~~~~~~~~~~~~~~~~
THAT'S ALL!!!

Now you have to make the following operations to use free internet:



1> GO TO sign up [FREE!].


2>after signup "CONFIRM/VERIFY YOUR EMAIL-ID " [SEE SPAM LIST/ INBOX].


3>LOGIN YOUR NEW ACCOUNT.


4> OPEN "PD-Proxy" ZIP file AND CLICK ON PD-PROXY.


5> FIRST IN PD PROXY: SELECT DEMO SERVER FROM SERVER LIST AND SELECT UDP.

For eg:

server & protocal:
demo server - demo udp


6> ENTER UR USERNAME AND PASSWORD


7> AND CLICK ON CONNECT ( IT WILL TAKE SOME TIME TO CONNECT & IF DOESN'T CONNECT TRY AGAIN )




NOTE THAT: YOU HAVE TO MAINTAIN A LOW BALANCE SO THAT YOUR OPERATOR UNABLE TO DEDUCT YOUR BALANCE. SO CHECK YOUR BALANCE FIRST, IT SHOULD BE LESS THAN THE CUT OFF ACCOUNT BALANCE.


IF You are using IDM [Internet Download Manager]

CLICK ON DOWNLOADS > SPEED LIMITER > SET IT TO 240 KBPS (RECOMENDED)




IF U DON'T SET LIMIT YOUR ACCOUNT MAY BE BLOCKED.

-= TRICK TO REUSE PD-Proxy =-

IF YOUR ACCOUNT SAYS THAT " BANDWIDTH LIMIT REACHED" CREATE NEW ACCOUNT THROUGH OTHER EMAIL ID N LOGIN YOU WILL BE CONNECTED


-= NOTE THAT =-

 YOU CAN CREATE MULTIPLE ACCOUNTS THROUGH DIFFERENT EMAIL ID.S
During connection takes place, YOU WILL SEE LIKE THIS.....
Initializing...
Scanning port # 1 2 OK
Connection Options: UDP + No Proxy
PD-Proxy Engine v0.1.9.# Build Date #/##/2011
Tunnel successfully started...
Compressing IP Packets.......
Restarting proxy...
Reconnecting to server...
Compressing IP Packets.....
Resolving server address...
Waiting for response from server...
Authenticating....
Downloading settings......
Successfully flushed ARP Cache
IP Received :172.22.0.15....
Connected successfully!
THIS TRICK IS WORKING 100% WITH ALL OPERATORS. JUST CONNECT INERNET BY THE DEFAULT APN [FOR AIRTEL,. APN= airtelgprs.com]
& ENJOY!!!!!

Hack PD Proxy For Unlimited Usage

Now days Internet security is very important because in india or other countries there are some rules on usage on Internet like in india most of operator blocked torrent site and other sites that had copyrighted content but personally i think that this is not a good rules,hence today i am posting a vpn trick that can unblock all data on internet and as a bonus this is also a trick to use pd proxy trial account unlimited.
If you know about pd proxy than you might also know that pd proxy is not afree vpn.But they have trial accounts to try their service.Pd proxy is better than other vpn because it has its own software and it
has many server to connect with and port searching can be easily done by pd proxy.

What Is VPN :-


VPN is a service that help you hide your ip address.Every device who is connected to internet has a different  
ip address and with help of them any site or third party user can see your location and control your freedom on internet like ISP are blocking sites and pages in this days.
So the VPN convert your ip address so if you are from india than your ip can be changed to USA etc.Than if you visit a site from india your ip address tell the site that you are in USA.Thats how vpn works.

Why PD Proxy :-

Pd Proxy is a vpn service and the best part of it is that you can scan open ports form this for detail i will post a artical soon because of my exams i am not that active on this site.Pd proxy comes with a software that is special designed for it,so there is no need to have any additional tech knowledge to use pd proxy.But the main problem is that there is a bandwidth limit on their trial accounts so if you wanted unlimited usage so you have to buy a premium account but now i am sharing the trick to use trial account unlimited.

Feature's Of Trick :-

1. Use pd proxy unlimited at no cost.
2. No need to download any thing. 
3. Very Easy to use.
4. 24/7 Support

Steps :-

1. Download Pd proxy( in case you dont have ) From Here.

2. Create A Trial Account From Here.

3. Connect With Demo Server 1 or 2 In Pd proxy Software.

4. And Now The Important One YOU MUST DISCONNECT PD PROXY WHEN YOU REACHED 80MB.

5. After disconnecting Pd Proxy Again Connect With Other Trial Account.(You Can Create as     Many account As You Want,Each Account Give You 80MB)

UPADTE :- The Only working crack of pd proxy has tweaked , Now You Just Have To Make A Modification in PD proxy files so what are you waiting for download it from here. 

Download Hacked Pd Proxy. 

Dont worry You can download This Links In 5 seconds With Help Of Download Fileice Links In 5 Second.