Skip to content
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

Ideas for the web reporter #111

Closed
13 tasks
m-1-k-3 opened this issue May 21, 2021 · 3 comments
Closed
13 tasks

Ideas for the web reporter #111

m-1-k-3 opened this issue May 21, 2021 · 3 comments

Comments

@m-1-k-3
Copy link
Member

m-1-k-3 commented May 21, 2021

@p4cx has completely rewritten the emba html reporter here: #101

With this base we now have great possibilities. This issue is a collection and discussion of some ideas:

  • Linking to submodules from aggregator eg.
    • "[+] 1091 files and 91 directories detected." should link to "html-report/s05_firmware_details.html"
    • "[+] Found 182 issues in 78 shell scripts." should link to "html-report/s20_shell_check.html"
    • Kernel version can link to the kernel module
  • Linking to vulnerability details from aggregator
    "[+] Found version details: dnsmasq : 2.45 : CVEs: 21 : Exploits: 8 " should link to the details of dnsmasq within "html-report/f19_cve_aggregator.html"
  • the current visualized firmware file is not included
  • Inter-module linking eg.:
    "[+] Found the following root directory: ../emba_logs/logs_dir300/firmware/DIR300B5_FW214WWB01.bin_binwalk_emba/_DIR300B5_FW214WWB01.bin.extracted/squashfs-root" could link to "html-report/s05_firmware_details.html"
  • links to further details
    • shellchecker results
    • deep search results
    • php results
  • include emba.log into web reporter
  • Parallelize creation of info files (like shellchecker, deep search, php results)
@p4cx
Copy link
Member

p4cx commented May 27, 2021

Actual work progress in webreport_updates:

  • Linking to submodules from aggregator eg.
    • "[+] 1091 files and 91 directories detected." should link to "html-report/s05_firmware_details.html"
    • "[+] Found 182 issues in 78 shell scripts." should link to "html-report/s20_shell_check.html"
    • Kernel version can link to the kernel module
  • Linking to vulnerability details from aggregator
    "[+] Found version details: dnsmasq : 2.45 : CVEs: 21 : Exploits: 8 " should link to the details of dnsmasq within "html-report/f19_cve_aggregator.html"
  • the current visualized firmware file is not included
  • Inter-module linking eg.:
    "[+] Found the following root directory: ../emba_logs/logs_dir300/firmware/DIR300B5_FW214WWB01.bin_binwalk_emba/_DIR300B5_FW214WWB01.bin.extracted/squashfs-root" could link to "html-report/s05_firmware_details.html"
  • links to further details
    • shellchecker results
    • deep search results
    • php results
  • include emba.log into web reporter
  • Parallelize creation of info files (like shellchecker, deep search, php results)
  • Fix bug with colors in s05
  • Create logical directories for each module (e.g. for s20_... in ./log/s20 as dir)

@p4cx
Copy link
Member

p4cx commented Jun 15, 2021

The PR #121 now has most of the entries of this feature list.

Definitely missing:
Parallelization, because I tried it multiple time and everytime it was slower than leaving it, how it was.
Some links/anchors - those can be added in the future and of each contributor.

After merging #121 this issue #111 will be closed.

@m-1-k-3
Copy link
Member Author

m-1-k-3 commented Jun 15, 2021

merged and closed ...

@m-1-k-3 m-1-k-3 closed this as completed Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants