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

bug: Custom wordlist set in scan engine is not working #986

Closed
1 task done
psyray opened this issue Oct 16, 2023 · 2 comments · Fixed by #987
Closed
1 task done

bug: Custom wordlist set in scan engine is not working #986

psyray opened this issue Oct 16, 2023 · 2 comments · Fixed by #987

Comments

@psyray
Copy link
Collaborator

psyray commented Oct 16, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When we set a custom wordlist in the scan engine yml, other than dicc it does not work due to a bad naming
In the YAML, parameter name is wordlist_name

5,\r\n 'threads': 30,\r\n 'wordlist_name': 'dicc'\r\n}\r\nfetch_url: {\r\n

image

And in the code parameter name is wordlist

WORDLIST = 'wordlist'

wordlist_name = config.get(WORDLIST, 'dicc')

Expected Behavior

Custom wordlist should be used

Steps To Reproduce

  1. Create custom wordlist
  2. Use it in YAML
  3. Launch a dir_fuzz scan

Environment

- reNgine: 2.0
- OS: Debian 3.10
- Python: 3.10
- Docker Engine: 24.0.1
- Docker Compose: 1.29.2
- Browser: FF 118

Anything else?

Replace WORDLIST constant from wordlist to wordlist_name

@github-actions
Copy link

👋 Hi @psyray,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@psyray
Copy link
Collaborator Author

psyray commented Oct 16, 2023

PR submitted

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

Successfully merging a pull request may close this issue.

1 participant