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
6e5c544d
Commit
6e5c544d
authored
Nov 13, 2016
by
0BuRner
Committed by
GitHub
Nov 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dwg855_authbypass.py
parent
98fb3dd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
dwg855_authbypass.py
...rsploit/modules/exploits/technicolor/dwg855_authbypass.py
+3
-1
No files found.
routersploit/modules/exploits/technicolor/dwg855_authbypass.py
View file @
6e5c544d
...
@@ -7,6 +7,8 @@ from routersploit import (
...
@@ -7,6 +7,8 @@ from routersploit import (
print_status
,
print_status
,
sanitize_url
,
sanitize_url
,
http_request
,
http_request
,
mute
,
validators
)
)
...
@@ -30,7 +32,7 @@ class Exploit(exploits.Exploit):
...
@@ -30,7 +32,7 @@ class Exploit(exploits.Exploit):
]
]
}
}
target
=
exploits
.
Option
(
'192.168.0.1'
,
'Target address e.g. http://192.168.0.1'
)
target
=
exploits
.
Option
(
'192.168.0.1'
,
'Target address e.g. http://192.168.0.1'
,
validators
=
validators
.
url
)
port
=
exploits
.
Option
(
80
,
'Target Port'
)
port
=
exploits
.
Option
(
80
,
'Target Port'
)
nuser
=
exploits
.
Option
(
'ruser'
,
'Overwrite old user with.. '
)
nuser
=
exploits
.
Option
(
'ruser'
,
'Overwrite old user with.. '
)
npass
=
exploits
.
Option
(
'rpass'
,
'Overwrite old password with.. '
)
npass
=
exploits
.
Option
(
'rpass'
,
'Overwrite old password with.. '
)
...
...
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