specified commit from which to pull checksec from for security reasons

This commit is contained in:
Ricard Bejarano 2019-05-26 22:48:11 +02:00
parent 680675cc4a
commit 38866691ee
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19

View file

@ -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:' && \