it's 'container image', not 'Docker image'
This commit is contained in:
parent
2b35e34ea1
commit
86f5cba76c
2 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ To check whether a binary in a container image has those mitigations enabled, us
|
||||||
```
|
```
|
||||||
usage: checksec.sh docker_image executable_path
|
usage: checksec.sh docker_image executable_path
|
||||||
|
|
||||||
Docker-based wrapper for checksec.sh.
|
Container-based wrapper for checksec.sh.
|
||||||
Requires a running Docker daemon.
|
Requires a running Docker daemon.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -65,7 +65,7 @@ Example:
|
||||||
Extracts the '/nginx' binary from the 'ricardbejarano/nginx:glibc' image,
|
Extracts the '/nginx' binary from the 'ricardbejarano/nginx:glibc' image,
|
||||||
downloads checksec (github.com/slimm609/checksec.sh) and runs it on the
|
downloads checksec (github.com/slimm609/checksec.sh) and runs it on the
|
||||||
binary.
|
binary.
|
||||||
Everything runs inside Docker containers.
|
Everything runs inside containers.
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: checksec.sh docker_image executable_path"
|
echo "usage: checksec.sh docker_image executable_path"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Docker-based wrapper for checksec.sh."
|
echo "Container-based wrapper for checksec.sh."
|
||||||
echo "Requires a running Docker daemon."
|
echo "Requires a running Docker daemon."
|
||||||
echo ""
|
echo ""
|
||||||
echo "Example:"
|
echo "Example:"
|
||||||
|
@ -13,7 +13,7 @@ usage() {
|
||||||
echo " Extracts the '/nginx' binary from the 'ricardbejarano/nginx:glibc' image,"
|
echo " Extracts the '/nginx' binary from the 'ricardbejarano/nginx:glibc' image,"
|
||||||
echo " downloads checksec (github.com/slimm609/checksec.sh) and runs it on the"
|
echo " downloads checksec (github.com/slimm609/checksec.sh) and runs it on the"
|
||||||
echo " binary."
|
echo " binary."
|
||||||
echo " Everything runs inside Docker containers."
|
echo " Everything runs inside containers."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue