Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 10, 2023
1 parent dc4c6ed commit 045fa6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mobsf/MobSF/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

logger = logging.getLogger(__name__)

VERSION = '3.8.5'
VERSION = '3.8.6'
BANNER = """
__ __ _ ____ _____ _____ ___
| \/ | ___ | |__/ ___|| ___|_ _|___ / ( _ )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h3 class="card-title"><i class="fa fa-code"></i> Frida Code Editor </h3>
<div>
<h4 class="page-header"><strong>Frida Logs </strong></h4>
<div id="messages"></br>Data refreshed in every 3 seconds.</div>
<pre class="frida-pre" id="frida-logs"></pre>
<pre class="frida-pre" id="frida-logs" style="font-size:15pt"></pre>
</div>
</div>
<!-- /.card-body -->
Expand Down
2 changes: 1 addition & 1 deletion mobsf/templates/dynamic_analysis/ios/dynamic_analyzer.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h3 class="card-title"><i class="fa fa-code"></i> Frida Code Editor </h3>
<div>
<h4 class="page-header"><strong>Frida Logs </strong></h4>
<div id="messages"></br>Data refreshed in every 3 seconds.</div>
<pre class="frida-pre" id="frida-logs"></pre>
<pre class="frida-pre" id="frida-logs" style="font-size:15pt"></pre>
</div>
</div>
<!-- /.card-body -->
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mobsf"
version = "3.8.5"
version = "3.8.6"
description = "Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis."
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
authors = ["Ajin Abraham <[email protected]>"]
Expand Down

0 comments on commit 045fa6a

Please sign in to comment.