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

New Kali Linux 2024-2 available #1187

Closed
15 of 19 tasks
m-1-k-3 opened this issue Jun 7, 2024 · 8 comments · Fixed by #1180
Closed
15 of 19 tasks

New Kali Linux 2024-2 available #1187

m-1-k-3 opened this issue Jun 7, 2024 · 8 comments · Fixed by #1180
Labels
EMBA enhancement New feature or request help wanted Extra attention is needed in progress Someone is working on this

Comments

@m-1-k-3
Copy link
Member

m-1-k-3 commented Jun 7, 2024

New Kali Linux is out: https://www.kali.org/blog/kali-linux-2024-2-release/

We migrate our docker base image currently to 2024-2. As soon as the base image 1.4.1b is available we can start testing.

Testcases:

Testfirmware: DLink DIR300

  • Default/docker installation working with current docker image
    • ./installer.sh -d finished without errors
    • dependency check (./emba -d 1)
    • EMBA run with profile quick-scan
    • EMBA run with profile default-scan in strict mode (-S)
    • EMBA run with profile default-scan-emulation in strict mode (-S)
    • EMBA run with profile full-scan in strict mode (-S)
  • Docker base image build
    • sudo docker-compose build --no-cache --pull finished without errors
    • dependency check (./emba -d 2)
    • EMBA run with profile quick-scan
    • EMBA run with profile default-scan in strict mode (-S)
    • EMBA run with profile default-scan-emulation in strict mode (-S)
    • EMBA run with profile full-scan in strict mode (-S)
  • Full installation working on Kali Linux
    • ./installer.sh -F finished without errors
    • dependency check (./emba -d 1)
    • EMBA run in dev mode with options -s -z -S -D -E -t -W -Q
    • EMBA run in dev mode with options -s -z -S -D, -c, -E, -t, -W -Q

Priority issue
YES

@m-1-k-3 m-1-k-3 added enhancement New feature or request help wanted Extra attention is needed in progress Someone is working on this EMBA labels Jun 7, 2024
@e-m-b-a e-m-b-a deleted a comment from github-actions bot Jun 7, 2024
@torabi12
Copy link

torabi12 commented Jun 7, 2024

I am going to do the default/docker installation and tests.

@torabi12
Copy link

torabi12 commented Jun 7, 2024

New VM is up and running, let me know if I can start the installation....

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

m-1-k-3 commented Jun 7, 2024

The new docker base image should be ready for testing and is uploaded to docker hub:

┌──(root㉿25bf81aa37d0)-[/emba]
└─# cat /etc/os-release 
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.2"
VERSION="2024.2"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"

For testing you need to use the latest dev branch from my fork (see also here):

git clone https://github.com/m-1-k-3/emba.git --branch system_emulation_updates
cd emba
sudo ./installer.sh -d

With a bit of luck the installation should work and you only need to tag the docker image locally to latest:

└─$ sudo docker tag embeddedanalyzer/emba:1.4.1b embeddedanalyzer/emba:latest                                                          
└─$ sudo docker images                             
REPOSITORY               TAG       IMAGE ID       CREATED          SIZE
embeddedanalyzer/emba    1.4.1b    a677cf89098e   15 minutes ago   13.5GB
embeddedanalyzer/emba    latest    a677cf89098e   15 minutes ago   13.5GB

@torabi12
Copy link

torabi12 commented Jun 7, 2024

Installation was fine:

kép

Dependency check was OK:

kép

All listed utils got OK status.

The first scan is running:

$ sudo ./emba -l ~/DIR300 -f ~/DIR300B5_FW214WWB01.bin -p ./scan-profiles/quick-scan.emba -X 2.14 -Y D-Link -Z DIR300 -N DIR300B5_FW214WWB01.bin

@torabi12
Copy link

torabi12 commented Jun 7, 2024

These were OK:

$ sudo ./emba -l ~/DIR300 -f ~/DIR300B5_FW214WWB01.bin -p ./scan-profiles/quick-scan.emba -X 2.14 -Y D-Link -Z DIR300 -N DIR300B5_FW214WWB01.bin

$ sudo ./emba -l ~/DIR300_default -f ~/DIR300B5_FW214WWB01.bin -p ./scan-profiles/default-scan.emba -S -X 2.14 -Y D-Link -Z DIR300 -N DIR300B5_FW214WWB01.bin

$ sudo ./emba -l ~/DIR300_default-emulation -f ~/DIR300B5_FW214WWB01.bin -p ./scan-profiles/default-scan-emulation.emba -S -X 2.14 -Y D-Link -Z DIR300 -N DIR300B5_FW214WWB01.bin

I will do the last full scan tomorrow.

@torabi12
Copy link

torabi12 commented Jun 8, 2024

kép

Full scan was fine too.

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

m-1-k-3 commented Jun 8, 2024

Found some new issues with the emulation of x86 systems.

@HoxhaEndri
Copy link
Member

Full Installation finished without errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EMBA enhancement New feature or request help wanted Extra attention is needed in progress Someone is working on this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants