Skip to content

Commit

Permalink
important update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Aug 1, 2023
1 parent a3be863 commit 8189e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emba
Submodule emba updated 77 files
+39 −0 .github/ISSUE_TEMPLATE/new_kali_release.md
+15 −5 .github/trivy-container-check.yml.bak
+7 −4 .github/workflows/default_install.yml
+24 −3 .github/workflows/docker-image.yml
+6 −3 .github/workflows/semgrep.yml
+2 −5 .github/workflows/shellcheck.yml
+1 −0 .gitignore
+9 −2 README.md
+1 −1 check_project.sh
+254 −39 config/PS_PoC_results.csv
+389 −16 config/Snyk_PoC_results.csv
+108 −0 config/banner/AI-v1.3.0.txt
+1 −1 config/banner/Blue_Hat-v1.2.2.txt
+1 −1 config/banner/RIP-binwalk-v1.2.3.txt
+3 −2 config/bin_version_strings.cfg
+8 −0 config/emba_updater.init
+3 −0 config/gpt_config.env.template
+8 −0 config/gpt_template.json
+344 −289 config/known_exploited_vulnerabilities.csv
+0 −1 config/linux_common_files.txt
+35 −0 config/msf_cve-db.txt
+37 −0 config/trickest_blacklist.txt
+9,331 −7,661 config/trickest_cve-db.txt
+51 −3 docker-compose.yml
+100 −15 emba
+8 −2 helpers/helpers_emba_defaults.sh
+92 −60 helpers/helpers_emba_dependency_check.sh
+12 −3 helpers/helpers_emba_helpers.sh
+11 −7 helpers/helpers_emba_html_generator.sh
+1 −2 helpers/helpers_emba_internet_access.sh
+60 −0 helpers/helpers_emba_print.sh
+115 −9 helpers/helpers_emba_system_emulation.sh
+1 −1 helpers/running_modules.sh
+5 −0 helpers/style.css
+2 −2 helpers/trickest_db_update.sh
+19 −2 installer.sh
+3 −2 installer/I02_UEFI_fwhunt.sh
+4 −2 installer/I05_emba_docker_image_dl.sh
+13 −8 installer/I120_cwe_checker.sh
+0 −12 installer/ID1_ubuntu_os.sh
+29 −0 installer/IF20_cve_search.sh
+1 −0 installer/IL15_emulated_checks_init.sh
+2 −48 installer/IP61_unblob.sh
+3 −133 installer/IP99_binwalk_default.sh
+14 −0 installer/helpers.sh
+123 −0 modules/F05_qs_resolver.sh
+5 −4 modules/F20_vul_aggregator.sh
+45 −14 modules/F50_base_aggregator.sh
+161 −111 modules/L10_system_emulation.sh
+38 −40 modules/L10_system_emulation/inferService.sh
+6 −0 modules/L10_system_emulation/injection_check.sh
+9 −6 modules/L15_emulated_checks_nmap.sh
+8 −5 modules/L20_snmp_checks.sh
+99 −23 modules/L22_upnp_hnap_checks.sh
+155 −26 modules/L25_web_checks.sh
+6 −6 modules/L30_routersploit.sh
+2 −3 modules/L35_metasploit_check.sh
+3 −6 modules/L99_cleanup.sh
+9 −18 modules/P02_firmware_bin_file_check.sh
+0 −8 modules/P55_unblob_extractor.sh
+0 −197 modules/P59_binwalk_extractor.sh
+163 −133 modules/P60_deep_extractor.sh
+15 −5 modules/P65_package_extractor.sh
+235 −0 modules/Q02_openai_question.sh
+5 −8 modules/S109_jtr_local_pw_cracking.sh
+1 −1 modules/S120_cwe_checker.sh
+9 −2 modules/S14_weak_func_radare_check.sh
+22 −7 modules/S15_radare_decompile_checks.sh
+46 −6 modules/S20_shell_check.sh
+14 −2 modules/S21_python_check.sh
+57 −11 modules/S22_php_check.sh
+20 −8 modules/S23_lua_check.sh
+22 −3 modules/S24_kernel_bin_identifier.sh
+1 −1 modules/S85_ssh_check.sh
+4 −0 scan-profiles/default-scan-emulation.emba
+44 −0 scan-profiles/default-scan-gpt.emba
+40 −0 scan-profiles/sbom-default.emba

0 comments on commit 8189e5f

Please sign in to comment.