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

Firmware vendor parameter #491

Closed
torabi12 opened this issue Feb 24, 2023 · 1 comment · Fixed by #492
Closed

Firmware vendor parameter #491

torabi12 opened this issue Feb 24, 2023 · 1 comment · Fixed by #492
Assignees
Labels
bug Something isn't working

Comments

@torabi12
Copy link

Describe the bug
I wanted to run a test with the parameters X, Y, Z and N, but at the beginning it quit with the following error:
image

If I do not specify the parameters, the test will run correctly.
I tried EMBArk also with filled versions and vendor names and all my tries were failed, the tests did not start:

image

To Reproduce
Steps to reproduce the behavior:

  1. EMBA installation (default mode)
  2. Use the firmware available here: any
  3. Start EMBA with the following parameters: sudo ./emba -X "V01.00.100" -Y "Vendor" -Z "Device_01" -N "file.bin"
  4. See error

Expected behavior
I would like to receive information on what is allowed to enter in the quotation marks.

Screenshots
See above.

Desktop (please complete the following information):

  • OS: Kali Linux 2022.4 / Ubuntu Server 22.04.1
  • EMBA version: current master branch
  • Installation method: default with up to date docker image
@m-1-k-3
Copy link
Member

m-1-k-3 commented Feb 24, 2023

We changed the input validation a while ago ;) Could you try -Y Vendor
-> -Y allows alphanummeric input
-> -Z allows alphanummeric input
-> -N allows alphanummeric input

I will update the help output. thank you for reporting

@m-1-k-3 m-1-k-3 self-assigned this Feb 24, 2023
@m-1-k-3 m-1-k-3 added the bug Something isn't working label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants