09:06:02.954 - Connecting to FritzBox at fritz.box
09:06:03.985 - Detecting login method
09:06:03.985 - Cannot detect login method. Service 'LANConfigSecurity:1' not available. Returning LoginMethod.UNKNOWN
Auf "C:\Tools>java -jar FBTR064.jar fritz.box 'deinPasswort' " antwortet die Box (so ist die Box auch eingestell, also Password ohne Benutzername):
09:11:48.851 - Connecting to FritzBox at fritz.box
09:11:50.632 - Detecting login method
09:11:50.632 - Executing action: X_AVM-DE_GetAnonymousLogin
09:11:50.695 - NewX_AVM-DE_AnonymousLoginEnabled: 1
09:11:50.695 - Anonymous login enabled: true
09:11:50.695 - Field 'NewX_AVM-DE_ButtonLoginEnabled' of action 'X_AVM-DE_GetAnonymousLogin' not available.
09:11:50.695 -
09:11:50.695 - Executing action: X_AVM-DE_GetCurrentUser
09:11:51.538 - HTTP/1.1 401 Unauthorized
de.bausdorf.avm.tr064.UnauthorizedException: java.io.IOException: HTTP/1.1 401 Unauthorized
at de.bausdorf.avm.tr064.FritzConnection.httpRequest(FritzConnection.java:212)
at de.bausdorf.avm.tr064.FritzConnection.getSOAPXMLIS(FritzConnection.java:236)
at de.bausdorf.avm.tr064.Action.execute(Action.java:207)
at de.bausdorf.avm.tr064.Action.execute(Action.java:150)
at de.bausdorf.avm.tr064.TestLoginMethod.detectLoginMethod(TestLoginMethod.java:90)
at de.bausdorf.avm.tr064.TestLoginMethod.main(TestLoginMethod.java:49)
Caused by: java.io.IOException: HTTP/1.1 401 Unauthorized
at de.bausdorf.avm.tr064.FritzConnection.httpRequest(FritzConnection.java:201)
... 5 more