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

getDictionaryName Does not parse dictionary filenames #128

Open
m3rcury3 opened this issue Nov 4, 2024 · 0 comments
Open

getDictionaryName Does not parse dictionary filenames #128

m3rcury3 opened this issue Nov 4, 2024 · 0 comments

Comments

@m3rcury3
Copy link

m3rcury3 commented Nov 4, 2024

The method ossem.getDictionaryName does not parse dictionary filenames. Possible because of Github pages format change.
It looks for the string ' <span class="css-truncate css-truncate-target d-block width-fit"' to start parsing but this string is not in the page so it returns blank results.

Steps to reproduce:

# Import ossem and pandas:
from openhunt import ossem
import pandas as pd
pd.set_option('display.max_colwidth', None)

# Get dictionary names (Should not return zero if it works):
security_auditing_events = ossem.getDictionaryName('Windows','Security')
print(len(security_auditing_events), " dictionaries' names collected!!")
0  dictionaries' names collected!!
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