Advertisement
TCB13

STKeyGen README | Generate keys from router serial

Dec 30th, 2013
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Default WEP/WPA key generator for Thomson routers
  2. =================================================
  3.  
  4. FILE DESCRIPTION
  5. ================
  6. dumpkey - MIPS binary for BusyBox to dump RIP key on Thomson routers
  7. dumpkey.c - source of above
  8.  
  9. dumpkey_hh2.jpg - screenshot of dump from HomeHub 2
  10. hh2_settings.jpg - picture of wireless settings for HomeHub 2
  11. ripkey.bin - key from HomeHub 2
  12.  
  13. stkeygen.cpp - generates default WEP/WPA key from serial number or RIP key
  14.  
  15.  
  16. USAGE
  17. =====
  18. stkeygen accepts a ripkey.bin file or serial number.
  19.  
  20. Usage: stkeygen <serial> | <ripkey.bin>
  21.  
  22. A demonstration key is included in stkeygen.cpp taken from a BT HomeHub 2
  23.  
  24. The key is also stored in ripkey.bin
  25. Following is output without parameters
  26.  
  27. Thomson Router Key Generator v1.0
  28. (c) Jan 2012 Kevin Devine and James Hall
  29.  
  30. RIP Key : d07f92ee7f24a2476168802853359402ba5b2a487cbd4dffa7d3cba2520560f8
  31. Serial : EB9E5407511F
  32.  
  33. SSID : SpeedTouch0A7590
  34. WPA/WEP : 28F558CA02
  35.  
  36. SSID : BTHomeHub2-G9QG
  37. WPA/WEP : a94d67f23e
  38. Password : 3456A0ZA
  39.  
  40.  
  41. Using another key
  42.  
  43. RIP Key : df9430c0274074a36321e3ac80ed6000e37d6efae1e102c43f9c67476499cb50
  44. Serial : 572552FAA8AA
  45.  
  46. SSID : SpeedTouchE5D6EC
  47. WPA/WEP : 9653102DAC
  48.  
  49. SSID : BTHomeHub2-CGG5
  50. WPA/WEP : 558d8a445c
  51. Password : KKCN186H
  52.  
  53.  
  54. AUTHORS
  55. =======
  56. Kevin Devine
  57. James Hall
  58.  
  59. 12th Jan - fixed BT SSID creation
  60. 9th Jan 2012 - 1st version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement