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

fix docker scripts for GUI #17738

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

DKingAlpha
Copy link

No description provided.

@andresriancho
Copy link
Owner

Could you describe your PR? python-webkit dependency was missing, what is the rest?

@andresriancho andresriancho self-assigned this Apr 1, 2019
@DKingAlpha
Copy link
Author

python-webkit is needed for GUI part running.

the container path is supposed to be /home/w3af/.w3af instead of /root/.w3af, so is w3af-shard. Profiles are stored in /home/w3af/.w3af instead of under root dir. idky but this is how its gonna work.

For the TypeError, when the env var is not set, None is returned, and int(None) throws TypeError instead of ValueError.

DOCKER_RUN_GUI, as you can see, is a startup cmdline for GUI.

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 this pull request may close these issues.

None yet

2 participants