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

Whitelist error #411

Open
falon opened this issue Jun 21, 2022 · 0 comments
Open

Whitelist error #411

falon opened this issue Jun 21, 2022 · 0 comments

Comments

@falon
Copy link

falon commented Jun 21, 2022

sig_name="$(echo "$sig_full" | cut -d ":" -f $position | cut -d "=" -f 1)"

hello, this doesn't work, on ldb files will produce

<sig_name>;Engine

Maybe do you mean something like

                # Hash-based Signature Database
                position="4"
                sig_name="$(echo "$sig_full" | cut -d ":" -f $position | cut -d "=" -f 1)"
            else
                position="2"
                sig_name="$(echo "$sig_full" | cut -d ":" -f $position | cut -d ";" -f 1 | cut -d "=" -f 1)"
            fi
            #sig_name="$(echo "$sig_full" | cut -d ":" -f $position $add | cut -d "=" -f 1)"
mnalis added a commit to mnalis/clamav-unofficial-sigs that referenced this issue Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant