Skip to content

Commit

Permalink
signed update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Davis committed Oct 20, 2015
1 parent f3b7a64 commit 44b0bc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Rev-2015102001 Brian Davis <[email protected]>
* checksec.sh: Set static LC_ALL to resolve LANG errors. Resolves Ticket #13
* checksec.sh: Merged in additional kernel options and arch specfic options. Ticket #14
* checksec.sh: Updated to 1.7.0 to support revision releases.
* checksec.sh: put in checks to not display checks that are for different architectures.

Rev-2015091505 Brian Davis <[email protected]>
* checksec.sh: added additional debug output for troubleshooting purposes

Expand Down
15 changes: 8 additions & 7 deletions checksec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#
# --- Modified Version ---
# Name : checksec.sh
# Version : 1.6
# Version : 1.7.0
# Author : Brian Davis
# Date : Feburary 2014
# Download: https://github.com/slimm609/checksec.sh
Expand Down Expand Up @@ -68,15 +68,17 @@ 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=2015091505

SCRIPT_VERSION=2015102001
SCRIPT_MAJOR=1
SCRIPT_MINOR=7
SCRIPT_REVISION=0

#determine architecture and bitcount
if ((1<<32)); then
bitcount="64"
else
else
bitcount="32"
fi
fi

sysarch=$(uname -m)
if [[ "$sysarch" == x86_64 ]]; then
Expand Down Expand Up @@ -122,8 +124,7 @@ fetch() {

# version information
version() {
echo "checksec.sh v1.6, Brian Davis, github.com/slimm609/checksec.sh, Jan 2015"
echo "Revision: ${SCRIPT_VERSION}"
echo "checksec v${SCRIPT_MAJOR}.${SCRIPT_MINOR}.${SCRIPT_REVISION}, Brian Davis, github.com/slimm609/checksec.sh, Oct 2015"
echo "Based off checksec v1.5, Tobias Klein, www.trapkit.de, November 2011"
echo
}
Expand Down
2 changes: 1 addition & 1 deletion checksec.sig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
᫰㼥଒雹싾䮸촪㑬纲쌻᲋㜮䫣⢌㭤朐頔䦨밈᧼丱恈쀌や庀ꥡ竬‷빮䕿�ũ傒概䢿릸첪ﰃ퍧7곔㐰΅⚈풓ȟ꫑퀔ᓛケᎲ폞䵦륗滏䩍ې奁묗옦횮᧢㑯ꈎ现흮寻놃醀䷅褵퉼�왟䝫ԏ苅稽量冀맪㻷꓉๔읞׀뺡谇擅Ẉ셰쐷隙뀵奷苭쐌有晨ⶒ췯ꌋ淨⛕姫經嶣冯⮓롏컞뼭䌥㏜⧆趏괧丝糧깸
പ漹変ሤ只≯蒵⸷⒴뵕䒑﹅톊ꇔ퉜耠粲龮즉骀ᒢ�⾴⬗陵릉숿鑚餐穉魠꤫ට螓⟛틐踎锝탞架荷勝䫡㽪ᬢș睺疰缕阙癶몽砍椸ᴃ쿚洇⥙⡦分ᱝ캑兼ᒞ腿쌩浈邲櫒扈葪䴰䧪㴥㐲⺝៝䪓䞉㈌冒ᨁ渙淳㄰螧ᛉ㺩薛鵧肬蚗铜�邯儹슅䜭鹪�톆鄫㑁䑾䡈瘎⎨鹺侼磗፳鐍퐚潵亜폣
Expand Down

0 comments on commit 44b0bc9

Please sign in to comment.