Dec 252014
 

Synopsis

How to configuring a BT Home Hub 3.0 Type A to be a router for an Ethernet internet connection.

History

I have a satellite modem where I arrived from the UK, and knowing the sat modem had no wifi I  pre-bought, from eBay, a 5 pound BT homehub 3 router. Knowing the equipment to be good from consumer experience I thought it to be a good bet to get wifi for the sat connection.

Important !!!

This method only works on a BT Home Hub v3A firmware version less than 4.7.
Instructions on how to downgrade you firmware of a HomeHub 3A can be found here

Required

  1. BT Home Hub version 3A.
  2. Downgrade the home hub firmware version to less than 4.7 (info above)
  3. USB stick

Process

  1. Download and extract this.
  2. Run the “hh3a_unlock.exe”
  3. Connect the modem to the “BT Infinity” port on the BT home hub using a network cable.
  4. Connect you PC/Laptop to one of the other yellow Ethernet ports.
  5. Reset the HomeHub to defaults by long pressing the reset button on the back.
  6. Make the usb stick with “DiskImage_1_6_WinAll.exe” from the “hh3a_unlock” directory. Make it with “ext3.img”. Select the disk number not the letter.
  7. Plug the usb stick into the usb port on the home hub.
  8. Open up a command prompt and type net use z: \\192.168.1.254\usb1 /user:admin XXXXX where XXXX is your Home Hub admin password
  9. Copy the “smb.conf” and “utelnetd” into ‘z:\sys\etc’
  10. Type net use z: /d into your command prompt
  11. Unplug and re-plug the usb stick into the homehub.
  12. type net use z: \\192.168.1.254\usb1 /user:admin XXXXX where XXXX is your Home Hub admin password
  13. Now browse z: go in and out some directories.
  14. Telnet with ‘kitty’ or your telnet program to 192.168.1.254 port 4002
  15. If the port is not open browse a few more directories on z: and retry. I have had it take up to a minute to open the port.
  16. once the telnet program connects type the following

ssh_cli
conf set persistent/bt/domain_locking/enabled 0
conf del fw/policy/0/chain/fw_br0_in
conf del fw/policy/0/chain/fw_br1_in
conf set /admin/user/0/permissions/ssh 1
conf set bt/bt_agent/enabled 0
net wan_type_set eth
inet_connection ether dynamic_ip eth1
conf set dev/eth1/route_level 4
conf reconf 1

There it’s done. the above commands disable the BT backdoor and enable the ssh service. Then configures the infinity port to DHCP and puts it interface as a route out to the net. I now plugged the infinity port into my sat modem and I was able to use the net via the home hubs wifi or ethernet ports. The only problem is that if the hub loses power then you have to do the config again as it fails to load a few times then flashes the default firmware back. Oh well you’ll never need to turn it off anyway.

If you get lost in my instructions then you can check ‘How to unlock your Home Hub 3A _Now With added SSH Unlock.pdf’ included in the download.

Share
Apr 242014
 

Game Hack

Found this app and it is awesome. Game Hack written by SBman, no ads and free. Of all the memory  pokers I have tried it is also the best. Your Android device needs to be rooted, though if you’re looking at cheating at games you’ve probably rooted it already. Google Play has removed it from the store so you can find a copy here. The dudes website also seems to have gone but it was listed to be here.

What Does it do?

Game hack like all programs of this nature scans the device memory to locate a given number. The number to be searched for is given by you. This can be the amount of coins, bucks or whatever an in game currency or health is. Once found then you can modify the number to be say a few hundred million and never have to worry about running out. If you search for bucks or whatever the game calls them that can be purchased for real world money then you can gift yourself  a huge amount to buy all the upgrades, unlocks or whatever you want. If your search is for the number the number of health or lives you have then with this cool util you can also lock the number so it never decreases.

How do you do it?

  1. Root your phone. Google “root [your phone model]” for information on how to do this.
  2. Install Game Hacker
  3. Run Game Hacker, ok it in SuperSU, swipe away some screens you’ll see only once and can’t understand anyway. Close the screen with this minus symbol.
  4. Run the game you want to cheat at
  5. Press the spanner that’s overlayed by Game Hack.
  6. Search for the number you want to change. The number of coins you have for example.
  7. Game hacker will probably find this number a few to hundreds of times. Click ok to return to the game
  8. Change the number but purchasing or however you either increase or decrease this number.
  9. Click the spanner again.
  10. Type the new value in and search.
  11. With luck only one or two occurrences of this number now show up.
  12. Change the number to be a few million. Ok and you are sent back to the game.
  13. Look in wonder that you now have a few hundred million bucks or whatever that you have had to sell your house to have been able to afford.

Games that this has worked on

  1. Plants vs Zombies 2 (Coins)
  2. Mini Gore 2 (Coins)
  3. Bad Road 2 (Coins)
  4. Subway Surf (Coins)
  5. Dead on Arrival 2 (Coins)
  6. No Zombies Allowed (Buck, Supplies and Coins)

Infact the only game I have tried and failed to cheat at is Zombiewood. However for this game there is a hacked save file available that gifts you a few million bucks and coins. If you find a way of hacking Zombiewood with Game Hacker then please let me know by leaving a comment. And as you can see from the list I like zombie games.

Danger

Use of this hack tool will probably make games boring, asa there will be no challenge. But it will save you an unlimited amount of real world money that you would probably have not spent on the game anyway.

Share
Jul 102010
 

I thought I would post my bash wep cracking script. I made this on the backtrack 4 final linux distro, which is ubuntu, it utilizes aircrack-ng and a sub directory call data.

This script would be most of interest to people who are using multiple wireless interfaces to capture. It allows you you test each cards reception and specify which card is to do the injection and which are simply there to listen.

It implements all aircrack attacks against WEP hubs and I have success using all.

If I get interested in WPA cracking I’ll post another script. Continue reading »

Share
Sep 092002
 

Ok iFriends was one of the pioneer ‘view my camera for $$$ per minute’.

IFriends

I was learning java by reverse engineering and found this an interesting site to explore. It used Java for their video relay, and may still do… I found that you could get the whole feed, full size without a timeout if you hacked around with their applet. I wrote a whole application that exploited this and other flaws in code and you can download the whole lot here :

http://www.somedodgywebsite.com/java/AtCams.zip

This worked for 2 years until someone finally caught on and closed the hole on the client.

The most interesting pats of the code is the jpeg streamer and saver

Oh Yeah and COSY_NOOK was the best (see below)

Here are some screen shots of my applet:

Continue reading »

Share