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
227e83f4
Commit
227e83f4
authored
Apr 14, 2024
by
lucyoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version 3.4.2
parent
291074b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
interpreter.py
routersploit/interpreter.py
+1
-4
setup.py
setup.py
+1
-1
No files found.
routersploit/interpreter.py
View file @
227e83f4
...
...
@@ -241,11 +241,8 @@ class RoutersploitInterpreter(BaseInterpreter):
Embedded Devices
Codename : I Knew You Were Trouble
Version : 3.4.
1
Version : 3.4.
2
Homepage : https://www.threat9.com - @threatnine
Join Slack : https://www.threat9.com/slack
Join Threat9 Beta Program - https://www.threat9.com
Exploits: {exploits_count} Scanners: {scanners_count} Creds: {creds_count} Generic: {generic_count} Payloads: {payloads_count} Encoders: {encoders_count}
"""
.
format
(
exploits_count
=
self
.
modules_count
[
"exploits"
],
...
...
setup.py
View file @
227e83f4
...
...
@@ -6,7 +6,7 @@ with open("README.md", "r") as f:
setup
(
name
=
"routersploit"
,
version
=
"3.4.
0
"
,
version
=
"3.4.
2
"
,
description
=
"Exploitation Framework for Embedded Devices"
,
long_description
=
long_description
,
author
=
"Threat9"
,
...
...
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