Results 1 to 10 of 19
New router tool from Fuzzy/Mel
This is a discussion on New router tool from Fuzzy/Mel within the Extracting Sky Router passwords forums, part of the Broadband Technical Help category; There's still a lot of work to do on it, but I've uploaded the latest version here:- Mels router plugin ...
- 14-10-11, 05:53 PM #1
New router tool from Fuzzy/Mel
There's still a lot of work to do on it, but I've uploaded the latest version here:-
Mels router plugin version 0.01a - Mels
(please note although this also supports the Sky dg834t, it doesn't support the dg834gt with standard Netgear firmware)
Unlike my last program, this one doesn't exploit any security flaws in the router.
Use at your own risk, and all that...
-
See less ads - Join SkyUser today- 15-10-11, 12:32 PM #2
Re: New router tool from Fuzzy/Mel
Tried it on mine and am getting "Unauthorised: Invalid Username or Password" for all the apps. I am using the default sign in details on the GT router. I am also using James' CU3.04 firmware, would that cause a problem?
TomD
Useful Utilites
IP Tracer /Inssider / TCPOptimiser/ DrTCP /Test Socket
Sky Router Tool by MRMT32
- 15-10-11, 01:16 PM #3
Re: New router tool from Fuzzy/Mel
Thank you! Your efforts are highly appreciated.

I just tried it on the Dlink with firmware 1.07 and it worked fine.
- 16-10-11, 11:21 AM #4
Re: New router tool from Fuzzy/Mel
Yes, that is probably the cause, I see from his thread about it, that one of the improvements is that he's added a login to the telnet daemon - I may be able to add support for his firmware, meantime, it might be possible to get it to work by manually disabling, then re-enabling the router's telnet daemon.with the login bypassed. The following url might do that, but I haven't looked into it yet.
http://192.168.0.1/setup.cgi?todo=pi...ev/null+%22%26
- 16-10-11, 03:24 PM #5
Re: New router tool from Fuzzy/Mel
Thanks Fuzzy, I can confirm that disabling then re-enabling the telnet daemon allows your app to work on my router.
I think those with the Dlink will be very happy.
I have stickied your thread to make it easier for others to find.
TomD
Useful Utilites
IP Tracer /Inssider / TCPOptimiser/ DrTCP /Test Socket
Sky Router Tool by MRMT32
- 17-10-11, 02:58 PM #6
Re: New router tool from Fuzzy/Mel
have used this .trying to change to a netgear n300 from d-link 2640s .just keeps saying user/password incorrect .any ideas what i am doing wrong.i have very limited knowledge on router set up
- 17-10-11, 03:37 PM #7
Re: New router tool from Fuzzy/Mel
TomD
Useful Utilites
IP Tracer /Inssider / TCPOptimiser/ DrTCP /Test Socket
Sky Router Tool by MRMT32
- 21-10-11, 05:01 PM #8
Re: New router tool from Fuzzy/Mel
If the error message is from my app, I'm not sure what the cause is it, but it might help if you copy and paste the message(s) from my app here, so I can try to figure out what the problem is.(Obviously, check the router admin password you entered into my program is correct, and that no-one has logged into the router from another computer).
Most of the issues with my original app were caused by firewalls and proxies built into one or two of the popular Anti-virus programs, so also leave the "firewall" option in my app ticked. The java front end of my app could actually use a bit of a re-write, but I'm concentrating on finishing the monitoring code that runs on the router first..
I've tested the app on windows xp, an old linux distro, and the 64 bit version of windows 7, and on Sky d-link routers with firmware 2.04 and 1.11.
- 25-10-11, 12:06 PM #9
Re: New router tool from Fuzzy/Mel
Excellent tool fuzzy, well done.
- 17-12-11, 09:55 PM #10
Re: New router tool from Fuzzy/Mel
Hey all, i was wondering if i could get a little help? I seem to be having a little problem running this Java app. i get a "Unable to launch the application" in the Info box i get
Launch file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://sites.google.com/site/pihsnodnaba/route2/" href="launch.jnlp" spec="1.0+">
<information>
<title>Mel's Router Tool</title>
<vendor>notenoughtea@yahoo.co.uk</vendor>
<homepage href="<HTML><body style="font-family:Tahoma;font-size:11pt"><a href="http://sites.google.com/site/pihsnod...ot;>dgstats tool</a></body></HTML>"/>
<description>Melvin's Router stats tool - use entirely at your own risk.</description>
<description kind="short">Mel's Router Tool</description>
</information>
<update check="always"/>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="route2.jar" main="true"/>
<jar href="lib/appframework-1.0.3.jar"/>
<jar href="lib/swing-worker-1.1.jar"/>
</resources>
<application-desc main-class="mauth2.MelsAuthenticityApp">
</application-desc>
</jnlp>
And in the Exception box i get:
java.lang.SecurityException: Trusted-Only loader attempted to load sandboxed resource from http://2255760322301308410-a-1802744...work-1.0.3.jar
at com.sun.deploy.security.CPCallbackHandler$ParentCa llback.check(CPCallbackHandler.java:299)
at com.sun.deploy.security.CPCallbackHandler$ParentCa llback.access$1500(CPCallbackHandler.java:123)
at com.sun.deploy.security.CPCallbackHandler$ChildEle ment.checkResource(CPCallbackHandler.java:480)
at com.sun.deploy.security.DeployURLClassPath$JarLoad er.checkResource(DeployURLClassPath.java:852)
at com.sun.deploy.security.DeployURLClassPath$JarLoad er.getResource(DeployURLClassPath.java:1045)
at com.sun.deploy.security.DeployURLClassPath$JarLoad er.getResource(DeployURLClassPath.java:958)
at com.sun.deploy.security.DeployURLClassPath.getReso urce(DeployURLClassPath.java:234)
at java.net.URLClassLoader$1.run(URLClassLoader.java: 194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:190)
at com.sun.jnlp.JNLPClassLoader.findClass(JNLPClassLo ader.java:345)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 47)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader. java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java :615)
at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader .java:283)
at java.net.URLClassLoader.access$000(URLClassLoader. java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java: 197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:190)
at com.sun.jnlp.JNLPClassLoader.findClass(JNLPClassLo ader.java:345)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 47)
at com.sun.javaws.Launcher.doLaunchApp(Launcher.java: 1568)
at com.sun.javaws.Launcher.run(Launcher.java:138)
at java.lang.Thread.run(Thread.java:680)
Any ideas?
LinkBack URL
About LinkBacks



Reply With Quote


