specified commit from which to pull checksec from for security reasons
This commit is contained in:
parent
680675cc4a
commit
38866691ee
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ checksec() {
|
||||||
--silent \
|
--silent \
|
||||||
--show-error \
|
--show-error \
|
||||||
--output /bin/checksec \
|
--output /bin/checksec \
|
||||||
https://raw.githubusercontent.com/slimm609/checksec.sh/master/checksec && \
|
https://raw.githubusercontent.com/slimm609/checksec.sh/b8231ce02c0b20ace7ab6ea0bc1a5e4a1b497212/checksec && \
|
||||||
chmod +x /bin/checksec && \
|
chmod +x /bin/checksec && \
|
||||||
echo 'Done!' && \
|
echo 'Done!' && \
|
||||||
echo 'Running checksec.sh:' && \
|
echo 'Running checksec.sh:' && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue