EMBA v1.4.2-Summertime
This release includes one new module as well as a huge amount of little updates, bug fixes and refactoring for your smooth summer time:
- New capa module with ATT&CK support introduced as S18 - see https://github.com/e-m-b-a/emba/pull/1212
- Massive variable name refactoring
- Bash expansion refactoring
- Multiple bug fixes and improvements in the system emulation engine
- Medium article - Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA
Now, start your fresh Kali Linux (put enough CPU power and RAM into it) and install EMBA:
└─$ git clone https://github.com/e-m-b-a/emba.git
└─$ cd emba
└─$ sudo ./installer.sh -d
This will install all pre-requisites, including the docker base image and the cve database, which will need some bandwith, harddrive space and time.
Afterwards, you are ready to analyse your first firmware with EMBA:
└─$ sudo ./emba -l ~/log -f ~/firmware -p ./scan-profiles/quick-scan.emba
Beside your ongoing support with feedback, testing, working on issues and spreading EMBA you can now also support EMBA as a sponsor.
Check it out here and start being an essential part of the future of EMBA
It is always a pleasure to welcome new contributors to EMBA. This time we can welcome:
- @Grezzo made their first contribution in https://github.com/e-m-b-a/emba/pull/1222
What's Changed
- Update EMBA VERSION.txt by @github-actions in https://github.com/e-m-b-a/emba/pull/1203
- little updates by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1204
- Metasploit database update by @github-actions in https://github.com/e-m-b-a/emba/pull/1205
- Snyk database update by @github-actions in https://github.com/e-m-b-a/emba/pull/1206
- Packetstorm database update by @github-actions in https://github.com/e-m-b-a/emba/pull/1207
- CISA known exploited database update by @github-actions in https://github.com/e-m-b-a/emba/pull/1209
- more bash expansion refactoring by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1215
- P23 improvements of handling nbd devices by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1214
- Module documentation template by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1216
- New capa (identify capabilities in executable files) module with ATT&CK support (S18) by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1212
- fix p35 by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1221
- Fix spelling mistake in S23_lua_check.sh by @Grezzo in https://github.com/e-m-b-a/emba/pull/1222
- fix s109, p35 by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1224
- Improve ssdeep command in EMBA by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1225
- Update docker-compose.yml by @BenediktMKuehne in https://github.com/e-m-b-a/emba/pull/1232
- installer fix for #1226 by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1233
- Little updates by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1234
- Improve Patool error output by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1236
- ftp client by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1241
- L10 init recovery test mode by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1246
- docker compose install issue by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1248
- libmagic by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1249
- little s18 fix by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1251
- S08 / Installer by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1255
- docker compose vs docker-compose by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1260
- little l10 improvements by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1261
- log_bin_hardening improved by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1262
- refactoring, L10 fixes by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1263
- Service handling for lighttpd, debugging services by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1265
- bump version v1.4.2 by @m-1-k-3 in https://github.com/e-m-b-a/emba/pull/1267
New Contributors
- @Grezzo made their first contribution in https://github.com/e-m-b-a/emba/pull/1222
Full Changelog: https://github.com/e-m-b-a/emba/compare/1.4.1-white-rabbit...1.4.2-Summertime