Skip to content

Commit

Permalink
feat: add mobsf to mobile packages
Browse files Browse the repository at this point in the history
  • Loading branch information
spameier committed Jul 11, 2023
1 parent 45b7d36 commit 842248a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/zsh/aliases.d/mobsf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alias mobsf='cd /opt/tools/Mobile-Security-Framework-MobSF/ && echo "[*] changed dir : cd /opt/tools/Mobile-Security-Framework-MobSF/" && ./run.sh'
1 change: 1 addition & 0 deletions sources/assets/zsh/history.d/mobsf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mobsf 0.0.0.0:8000
12 changes: 12 additions & 0 deletions sources/install/package_mobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ function install_androguard() {
add-to-list "androguard,https://github.com/androguard/androguard,Reverse engineering and analysis of Android applications"
}

function install_mobsf(){
colorecho "Installing Mobile Security Framework"
fapt wkhtmltopdf
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF /opt/tools/Mobile-Security-Framework-MobSF
cd /opt/tools/Mobile-Security-Framework-MobSF && ./setup.sh

add-aliases mobsf
add-history mobsf
add-to-list "mobsf,https://github.com/MobSF/Mobile-Security-Framework-MobSF,Automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework"
}

# Package dedicated to mobile apps pentest tools
function package_mobile() {
install_mobile_apt_tools
Expand All @@ -75,4 +86,5 @@ function package_mobile() {
install_frida
install_objection # Runtime mobile exploration toolkit
install_androguard # Reverse engineering and analysis of Android applications
install_mobsf # Automated mobile application testing framework
}

0 comments on commit 842248a

Please sign in to comment.