Skip to content

s-kali/MobSF-ScanAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobSF-ScanAPI

This API will analyze uploaded file with MobSF and return analysis result as JSON

To-Do

  • File upload to API
    • Extract malware path and name variables from request
  • Functions to send request to MobSF
    • Upload file to MobSF
    • Scan file
    • Return JSON response
  • Return JSON response to request
  • Define static MobSF API key
  • Refactor file structure
  • Dockerize
    • Build API image
    • Build docker-compose and yml file
      • ?Set static MobSF API KEY as secret variable
PS: ? - not sure about task

How to setup

You can start by downloading this repo with git command below

git clone https://github.com/s-kali/MobSF-ScanAPI.git

Move to project directory

cd MobSF-ScanAPI

Run docker containers using compose (you can add --build tag)

docker-compose -f docker-compose.dev.yml up

You can send your file request using command below

curl -F 'file=@<filepath>' http://<API IP>:5000/file-upload 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published