22-06-2015, 09:50 PM
which scipt ?
Netgear test thread
|
22-06-2015, 09:50 PM
which scipt ?
22-06-2015, 10:28 PM
they Ubee's are easy if they are Puma5/TI based, best fw for modding out there, along with stock Moto firmwares. just uncomment #utelened in customer_runall and your good to go.
22-06-2015, 11:05 PM
netgear 485 in uk cant access telnet or snmp so stuck at the mo
23-06-2015, 05:54 AM
Lol, think of '@' andy, or 0xc0 etc..? Or the possibility that cpe access is disabled to flash.. meanwhile, re: BIOS script, that MAY be of use in newer secure bios's..
import zlib from glob import glob def zipstreams(filename): """Return all zip streams and their positions in file.""" with open(filename, 'rb') as fh: data = fh.read() i = 0 while i < len(data): try: zo = zlib.decompressobj() yield i, zo.decompress(data[i:]) i += len(data[i:]) - len(zo.unused_data) except zlib.error: i += 1 for filename in glob('*.ROM'): #change to meet your file extension print(filename) for i, data in zipstreams(filename): print (i, len(data)) Now if this could be modified for firmware's, it would save all a shit load of hassle
23-06-2015, 08:30 AM
get this 485 sorted CM
23-06-2015, 08:34 PM
(This post was last modified: 23-06-2015, 08:34 PM by Canis-Major.)
Well, I suppose I would, but aside's from not having any, I'm currently pulling hairout as to why neither of these two ubee's wont flash.. they're detected, and can read from chip, but no flash will stick, using either 3.3 or 5v, so it's kinda break time, since the inf everywhere is pretty much useless garbage.. since when is a 6120 an ubee ffs..
23-06-2015, 09:00 PM
give is model number of the ubee CM
24-06-2015, 10:35 AM
Ubee done, 1 gone now (ips point and clickin cpu) so that's a spare, newer v2 is vmng300v2 no: edm3528.. done..
24-06-2015, 12:45 PM
what next on the menu
24-06-2015, 01:31 PM
get this ubee to allow eth access, lose alpha 1.1 (why put us in busybox, I dont know, I want back to root), and attempt getting the script to auto start on boot, who know's what will turn up in the meantime..
|
« Next Oldest | Next Newest »
|