Skip to content

Commit

Permalink
REST API update for android frida instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 4, 2023
1 parent 2e6c6c5 commit ed42fde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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.1'
VERSION = '3.8.2'
BANNER = """
__ __ _ ____ _____ _____ ___
| \/ | ___ | |__/ ___|| ___|_ _|___ / ( _ )
Expand Down
15 changes: 15 additions & 0 deletions mobsf/templates/general/apidocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2054,6 +2054,21 @@ <h2><a id="frida-instrument-api"></a><strong>Frida Instrument App API</strong></
<td>class name to trace when `trace_class` auxiliary_hook is specified.</td>
<td>No</td>
</tr>
<tr>
<td>frida_action</td>
<td>spawn/session/ps. The default is spawn</td>
<td>No</td>
</tr>
<tr>
<td>new_package</td>
<td>New package name to attach</td>
<td>No</td>
</tr>
<tr>
<td>pid</td>
<td>Process id of the new package to attach</td>
<td>No</td>
</tr>
</tbody>
</table>
<br />
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.1"
version = "3.8.2"
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 ed42fde

Please sign in to comment.