MobSF / Mobile-Security-Framework-MobSF

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.
https://opensecurity.in
GNU General Public License v3.0
16.68k stars 3.16k forks source link

How to show login screen on MobSF #2338

Closed uthens closed 4 months ago

uthens commented 4 months ago

Hi team,

I implement on the server and setup to public domain and it's worked, and I have plan to implent with our CI.

But our security team concern and we need to know how to show login screen first it's possible and support on this case or not ?

We don't want to show main screen for everybody it's security case and policy issue. We do not want just anybody accessing it.

And also i tested on this repo on Mac, but it's don't work can't setup : https://github.com/MobSF/RP4MobSF

Screenshot 2567-02-09 at 14 36 24

Best, Uthen

github-actions[bot] commented 4 months ago

👋 @uthens Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

uthens commented 4 months ago

Don't work on this link : https://github.com/MobSF/Mobile-Security-Framework-MobSF/issues/748

ajinabraham commented 4 months ago

We do not support authentication for MobSF. Please use slack channel for discussions.

ajinabraham commented 1 month ago

Authentication is now supported. see docs.

ahmedtarek0908 commented 3 weeks ago

hi, i am having an issue with login screen . cant find where to sign in

AzhariRamadhan commented 2 weeks ago

hi, i am having an issue with login screen . cant find where to sign in

same problem here after pull

jfloodnet commented 4 days ago

Now need to add this line

-e MOBSF_DISABLE_AUTHENTICATION=1 \

docker run -it --rm \
    -p 8000:8000 \
    -p 1337:1337 \
    -e MOBSF_ANALYZER_IDENTIFIER=<id> \
    -e MOBSF_DISABLE_AUTHENTICATION=1 \
    opensecurity/mobile-security-framework-mobsf:latest