For anyone else who enjoys for dynamic mobile but gets tired of running shell scripts, I finally broke down and wrote this little systemd unit file today. I'm slightly embarrassed to say it took longer than it probably should have to get right, but I failed repetitively so you don't have to. You'll probably need to modify the user and paths to align with your existing deployment, but you get the picture.

[Unit]
Description=MobSF Dynamic Service
After=network.target

[Service]
User=$USER
WorkingDirectory=~/Mobile-Security-Framework-MobSF
ExecStart=~/Mobile-Security-Framework-MobSF/venv/bin/gunicorn -b localhost:8000 mobsf.MobSF.wsgi:application --workers=1 --threads=10 --timeout=3600
Restart=always

[Install]
WantedBy=multi-user.target

#MobSF #malwareanalysis

Last updated 2 years ago

informapirata :privacypride: · @informapirata
3842 followers · 8765 posts · Server mastodon.uno

MobSF
Mobile Security Framework () è un'applicazione completa e automatizzata (/#iOS/#Windows) per svolgere attività di penetration test, analysis e valutazione di sicurezza delle mobile. Il sistema, , può eseguire analisi statiche e dinamiche e supporta i binari come (, , e ) assieme al codice sorgente e fornisce API REST per una integrazione e automatizzazione all'interno della tua pipeline CI/CD o .
redhotcyber.com/post/programmi

#MobSF #XAPK #devsecops #android #malware #app #opensource #apk #ipa #appx

Last updated 3 years ago

Cashless Consumer · @cashlessconsumer
112 followers · 443 posts · Server freeradical.zone

Look what data is shared across YesBank, TenCent, Xiaomi.

Full report pdfhost.io/v/6MK1oLU4y_MobSF_S

#MobSF

Last updated 5 years ago