-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Can we export the details in Excel Format. #248
Comments
MobSF gives nested data. It makes more sense to give a JSON output in future. But what is the advantage you see from Excel? |
I also see some benefits, mostly for easy tracking in companies (you just copy the findings over to your internal tracking excel for example). That would fit great into my master thesis, so if you don't mind I would start with implementing json first and excel in a second step over the upcoming weeks. Greeting, |
Go Ahead. I really like the JSON way since lot of people were asking if they can get the result in JSON via some REST API. They need to integrate MobSF Static Analysis result with other applications. But I don't really see any value with excel as it's pretty much similar to PDF. May be I am missing something here. |
PDF can't be edited afterwards ;) OK, thanks. Greetings, |
Even excel sheet can be used as a database. Also excel uses less memory. If On 19 Oct 2016 9:28 p.m., "Dominik Schlecht" notifications@github.com
|
Okey sounds fine. Will track this. I have a related enhancement opened here: https://github.com/ajinabraham/Mobile-Security-Framework-MobSF/issues/249 |
How are we supposed to download the report as an excel format? |
This is an enhancement, being tracked at the moment and is not available with MobSF currently. |
I would like export the results of MobSF in XML, It is possible? How can I export to Xml File the results? Thanks |
I think I developed a way to extract the data to JSON file. I did this when the user extracts the PDF file. The JSON file is created in the same directory as install directory of MobSF, though the directory could be changed. I changed the file shared_func.py, so when it generates the PDF it also writes the JSON file. |
Why is this issue closed? |
@ajinabraham I'm so sorry if this is covered somewhere else but are we able to export results as JSON now? |
Yes there is JSON report REST API. |
@ajinabraham Thank you so much! |
As of now we are able to generate a PDF report for the scanned application. It would we more scalable if we are able to download an Excel report for the same.
Thanks in advance.
The text was updated successfully, but these errors were encountered: