-
Notifications
You must be signed in to change notification settings - Fork 3
Make module work #5
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
base: main
Are you sure you want to change the base?
Conversation
Modify python version in Dockerfile to 3.11 to use the tomllib module Fix typo in cli.py Signed-off-by: Amalia Ionescu <[email protected]>
Handeled `StatusCode.UNAVAILABLE` error with a retry loop and 1s delay Added requests and angr to `pyproject.toml` to fix dependency issues Signed-off-by: Amalia Ionescu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See initial review on formatting.
``` | ||
|
||
This is a problem that may occur in certain situations, preventing Poetry from getting packages. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra blank line.
README.md
Outdated
5. Build the arguments' adapter via `cd others/argv_adapter && make`. | ||
- Changing the Docker socket permissions (unsecure approach) via `sudo chmod 777 /var/run/docker.sock`. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra blank line.
``` | ||
|
||
you should get a path ending with `.venv/bin/poetry`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra blank line.
```console | ||
poetry install --only main | ||
``` | ||
1. Build the Docker image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Build the Docker image: | |
1. Build the Docker image: |
@@ -69,7 +117,7 @@ The exploiter could generate an exploit with the outcome of DENIAL_OF_SERVICE an | |||
00000000: 61 61 61 61 61 61 61 61 aaaaaaaa | |||
``` | |||
|
|||
#### Help | |||
#### Get help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Get help | |
#### Get Help |
docker build --tag zeratool_lib -f docker/Dockerfile.zeratool_lib . | ||
``` | ||
|
||
1. Ensure the Docker API is accessible by: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Ensure the Docker API is accessible by: | |
1. Ensure the Docker API is accessible by: | |
446a8bc
to
2fcd3c9
Compare
Signed-off-by: Amalia Ionescu <[email protected]>
2fcd3c9
to
0f88a2a
Compare
No description provided.