Unlock the power of Android app security with MobSF! In this video, we learn how to install Mobile Security Framework (MobSF) which is a static analysis tool in Kali Linux machine…
Here’s the command list 👇🏻
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian bullseye stable" | sudo tee /etc/apt/sources.list.d/docker.list /dev/null
curl -fsSL https://download.docker.com/linux/deb... | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io -y
sudo systemctl start docker
sudo systemctl enable docker
sudo docker --version
sudo docker pull opensecurity/mobile-security-framework-mobsf:latest
sudo docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
Username: mobsf
Password: mobsf
Notion : https://irradiated-candy-dfc.notion.s...
Medium : / prateekranjanworkdesk