Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
hbsd-checksec
Commits
a6df608a
Commit
a6df608a
authored
Jul 19, 2020
by
Brian Davis
Browse files
signed update
parent
aa343205
Changes
2
Hide whitespace changes
Inline
Side-by-side
checksec
View file @
a6df608a
...
...
@@ -67,10 +67,10 @@ format="cli"
SCRIPT_NAME
=
"checksec"
SCRIPT_URL
=
"https://github.com/slimm609/checksec.sh/raw/master/
${
SCRIPT_NAME
}
"
SIG_URL
=
"https://github.com/slimm609/checksec.sh/raw/master/
$(
basename
${
SCRIPT_NAME
}
.sh
)
.sig"
SCRIPT_VERSION
=
202007190
1
SCRIPT_VERSION
=
202007190
2
SCRIPT_MAJOR
=
2
SCRIPT_MINOR
=
2
SCRIPT_REVISION
=
3
SCRIPT_MINOR
=
3
SCRIPT_REVISION
=
0
pkg_release
=
false
commandsmissing
=
false
OPT
=
0
...
...
@@ -370,7 +370,7 @@ filecheck() {
echo_message
'\033[33mPartial RELRO\033[m '
'Partial RELRO,'
'<file relro="partial"'
"
\"
${
1
}
\"
: {
\"
relro
\"
:
\"
partial
\"
,"
fi
else
echo_message
'\033[31mNo RELRO \033[m '
'No RELRO,'
'<file relro="no"'
"
\"
file
\"
: {
\"
relro
\"
:
\"
no
\"
,"
echo_message
'\033[31mNo RELRO \033[m '
'No RELRO,'
'<file relro="no"'
"
\"
${
1
}
\"
: {
\"
relro
\"
:
\"
no
\"
,"
fi
# check for stack canary support
...
...
@@ -1957,7 +1957,7 @@ while getopts "${optspec}" optchar; do
debug
=
true
;;
trace
)
BASH_XTRACEFD
=
"5"
export
BASH_XTRACEFD
=
5
export
PS4
=
'(${BASH_SOURCE##*/}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set
-x
;;
...
...
checksec.sig
View file @
a6df608a
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment