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

Add custom URLs option for the UrlConfig config.yml attribute #290

Open
d1rtdart opened this issue Feb 13, 2024 · 0 comments
Open

Add custom URLs option for the UrlConfig config.yml attribute #290

d1rtdart opened this issue Feb 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d1rtdart
Copy link

d1rtdart commented Feb 13, 2024

Issue:
Allowing the ability to provide a "list" of URLs would be helpful for automation purposes (eq. building C2 server via terraform/ansible). Having a way to provide custom URLs would be a nice feature add. Being a public project, the "resources/urls.txt" has a potential to be easily identified by defensive security tools - using it is a dice roll. The "wordlist" option is a nice alternative as it is random, however, if you're using automation, you need to know what those URLs are going to be for the automated setup of your redirector's web configuration. Those are the only two options currently available (that I am aware of).

Recommendation:
Propose adding an additional option for the "UrlConfig" setting such as "custom" and adding an additional option such as "CustomUrlList" that takes a standard yaml list (again, great for automating using things like jinja2) or empty list as default "[]".

Thank you!

@d1rtdart d1rtdart added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant