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 #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:
What's Changed
- Update EMBA VERSION.txt by @github-actions in #1203
- little updates by @m-1-k-3 in #1204
- Metasploit database update by @github-actions in #1205
- Snyk database update by @github-actions in #1206
- Packetstorm database update by @github-actions in #1207
- CISA known exploited database update by @github-actions in #1209
- more bash expansion refactoring by @m-1-k-3 in #1215
- P23 improvements of handling nbd devices by @m-1-k-3 in #1214
- Module documentation template by @m-1-k-3 in #1216
- New capa (identify capabilities in executable files) module with ATT&CK support (S18) by @m-1-k-3 in #1212
- fix p35 by @m-1-k-3 in #1221
- Fix spelling mistake in S23_lua_check.sh by @Grezzo in #1222
- fix s109, p35 by @m-1-k-3 in #1224
- Improve ssdeep command in EMBA by @m-1-k-3 in #1225
- Update docker-compose.yml by @BenediktMKuehne in #1232
- installer fix for #1226 by @m-1-k-3 in #1233
- Little updates by @m-1-k-3 in #1234
- Improve Patool error output by @m-1-k-3 in #1236
- ftp client by @m-1-k-3 in #1241
- L10 init recovery test mode by @m-1-k-3 in #1246
- docker compose install issue by @m-1-k-3 in #1248
- libmagic by @m-1-k-3 in #1249
- little s18 fix by @m-1-k-3 in #1251
- S08 / Installer by @m-1-k-3 in #1255
- docker compose vs docker-compose by @m-1-k-3 in #1260
- little l10 improvements by @m-1-k-3 in #1261
- log_bin_hardening improved by @m-1-k-3 in #1262
- refactoring, L10 fixes by @m-1-k-3 in #1263
- Service handling for lighttpd, debugging services by @m-1-k-3 in #1265
- bump version v1.4.2 by @m-1-k-3 in #1267
New Contributors
Full Changelog: 1.4.1-white-rabbit...1.4.2-Summertime