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

Template keyword clashing with pwntools Lib #12

Closed
nheuillet opened this issue Jul 30, 2020 · 0 comments
Closed

Template keyword clashing with pwntools Lib #12

nheuillet opened this issue Jul 30, 2020 · 0 comments

Comments

@nheuillet
Copy link

Hello,

After testing a bit the template feature, I encountered a problem with the template feature.
After a very quick search I realised the Pwntools lib already installed on my computer is clashing with the template function as shown in this example from the readme:

# inventory/modules/motd/apply

source template
source variables

template $(dirname $0)/motd.template > /etc/motd 

For reference, the python script clashing in the pwntool lib.

While the fix is as easy as renaming the conflicting file, it might be the perfect moment to change the template keyword to an aviary-specific name (av-template ?) to avoid further troubles in the future.

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