Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
routersploit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
czos-dpend
routersploit
Commits
bad86479
Commit
bad86479
authored
Nov 29, 2016
by
Laurent Meirlaen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TC7200 password disclosure v2 : fix travis build
parent
9fc86f64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tc7200_password_disclosure_v2.py
...les/exploits/technicolor/tc7200_password_disclosure_v2.py
+0
-2
No files found.
routersploit/modules/exploits/technicolor/tc7200_password_disclosure_v2.py
View file @
bad86479
...
...
@@ -32,7 +32,6 @@ class Exploit(exploits.Exploit):
'devices'
:
[
'Technicolor TC7200'
,
],
'disclosure_date'
:
'2016-07-25'
,
}
target
=
exploits
.
Option
(
''
,
'Target address e.g. http://192.168.1.1'
,
validators
=
validators
.
url
)
...
...
@@ -66,7 +65,6 @@ class Exploit(exploits.Exploit):
nh
=
struct
.
unpack
(
'!H'
,
backup
[
p
:
p
+
2
])[
0
]
name
=
backup
[
p
+
2
:
p
+
2
+
nh
]
p
+=
2
+
nh
ph
=
struct
.
unpack
(
'!H'
,
backup
[
p
:
p
+
2
])[
0
]
pwd
=
backup
[
p
+
2
:
p
+
2
+
nh
]
return
name
,
pwd
return
''
,
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment