aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add --version, bump to v0.28Stéphane Lesimple2018-01-121-1/+6
|
* add cpu model in outputStéphane Lesimple2018-01-121-1/+2
|
* Typofix in readme (#61)M. Willis Monroe2018-01-121-1/+1
|
* Fixed a few spelling errors (#60)M. Willis Monroe2018-01-121-3/+3
|
* add some debugStéphane Lesimple2018-01-121-1/+18
|
* bump to v0.27Stéphane Lesimple2018-01-111-1/+1
|
* fix(opcodes): fix regression introduced in previous commitStéphane Lesimple2018-01-111-3/+6
| | | | | We were saying unknown instead of vulnerable when the count of lfence opcodes was low This was not impacting batch mode or the final decision, just the human-readable output of the script.
* adding support for new /sys interface (#55)Stéphane Lesimple2018-01-111-218/+293
| | | | * adding support for new /sys interface * fix(objdump): prefer -d instead of -D, some kernels crash objdump otherwise
* Typo in README (#54)Gianluca Varisco2018-01-111-1/+1
|
* send warning to stderr. (#53)Tobias Rüetschi2018-01-111-1/+1
| | | With --batch json there must not be any other output on stdout, so redirect warnings to stderr will show the warning on the console and only the json output is on stdout.
* bump to v0.25 to reflect changesStéphane Lesimple2018-01-111-1/+1
|
* Produce JSON output formatted for Puppet, Ansible, Chef... (#50)Abdoul Bah2018-01-111-10/+28
| | | Produce JSON output formatted for Puppet, Ansible, Chef...
* Merge pull request #51 from cowanml/file_read_check_fixupStéphane Lesimple2018-01-101-1/+1
|\ | | | | fixed file read test
| * fixed file read testMatt Cowan2018-01-101-1/+1
| |
* | feat(kernel): add support for LZ4 decompressionStéphane Lesimple2018-01-101-12/+20
| |
* | Merge pull request #48 from speed47/opensuseStéphane Lesimple2018-01-101-11/+15
|\ \ | | | | | | fix(opensuse): add specific location for ibrs_enabled file
| * | fix(opensuse): add specific location for ibrs_enabled fileStéphane Lesimple2018-01-101-11/+15
| |/
* | Merge pull request #47 from speed47/readmeStéphane Lesimple2018-01-101-2/+13
|\ \ | |/ |/| update readme
| * update readmeStéphane Lesimple2018-01-101-2/+13
|/
* fix(kernel): fix detection for separate /boot partitionsStéphane Lesimple2018-01-101-1/+1
|
* Merge pull request #44 from speed47/bootimageStéphane Lesimple2018-01-101-6/+24
|\ | | | | feat(kernel): check the BOOT_IMAGE info from cmdline before trying th…
| * feat(kernel): check the BOOT_IMAGE info from cmdline before trying the ↵Stéphane Lesimple2018-01-101-6/+24
|/ | | | default names
* bump to v0.23 to reflect changesStéphane Lesimple2018-01-101-1/+1
|
* add --variant to specify what check we want to runStéphane Lesimple2018-01-101-245/+302
|
* Merge pull request #41 from bang-communications/masterStéphane Lesimple2018-01-101-1/+39
|\ | | | | NRPE mode
| * Error on unknown batch formatMarcus Downing2018-01-101-0/+7
| |
| * Stray tabMarcus Downing2018-01-101-1/+1
| |
| * batch nrpeMarcus Downing2018-01-101-13/+16
| |
| * NRPE modeMarcus Downing2018-01-101-0/+28
| |
* | Merge pull request #42 from simon-vasseur/styleStéphane Lesimple2018-01-101-66/+4
|\ \ | |/ |/| added some style (screenshot in readme)
| * added some styleSimon Vasseur2018-01-101-66/+4
|/
* Merge pull request #37 from deufrai/better-dmesg-supportStéphane Lesimple2018-01-091-1/+4
|\ | | | | Improve PTI detection
| * Improve PTI detection even moreFrederic CORNU2018-01-091-2/+5
| | | | | | | | | | when PTI detection relies on dmesg, dmesg output is checked first then /var/log/dmesg if dmesg output lacks boot time messages
| * Improve PTI detectionFrederic CORNU2018-01-091-2/+2
| | | | | | | | | | | | | | | | | | In case of a busy or misconfigured server, kernel message buffer loop can be filled with messages broadcasted later than boot time. So dmesg command wont return boot time messages. Grepping /var/log/dmesg fixes it and this log file location semms pretty standard across many common distros
* | typofixStéphane Lesimple2018-01-091-1/+1
| |
* | add disclaimer and bump to 0.21Stéphane Lesimple2018-01-091-1/+36
| |
* | Merge pull request #38 from Alkorin/fixARMStéphane Lesimple2018-01-091-3/+3
|\ \ | | | | | | Fix ARM checks
| * | Fix ARM checksAlkorin2018-01-091-3/+3
| |/
* | Merge pull request #39 from Alkorin/typoStéphane Lesimple2018-01-091-1/+1
|\ \ | |/ |/| Fix small typo in error message
| * Fix small typo in error messageAlkorin2018-01-091-1/+1
|/
* Merge pull request #31 from Feandil/batchStéphane Lesimple2018-01-091-149/+213
|\ | | | | Add a "batch" and "verbose" mode
| * Introduce "verbose" and "batch" modesVincent Brillault2018-01-091-57/+120
| | | | | | | | | | | | Rewrite the way the output is processed: - Define verbosity level (currently warn, info (default) & verbose) - Add a batch mode, for simple machine parsing
| * No-color: interpret string (-e) to be able to mach \x1BVincent Brillault2018-01-091-1/+1
| |
| * Move configuration at the beginning of the scriptVincent Brillault2018-01-091-95/+96
| |
* | fix(pti): remove escapes since we use grep -E nowStéphane Lesimple2018-01-091-1/+1
| |
* | fix broken logic of 68961f9, increment version to 0.20Stéphane Lesimple2018-01-091-15/+17
|/
* Merge pull request #32 from speed47/armStéphane Lesimple2018-01-091-7/+59
|\ | | | | adding known non-vulnerable ARM chips
| * adding known non-vulnerable ARM chipsStéphane Lesimple2018-01-091-7/+59
|/
* v0.19: introduce --no-colorStéphane Lesimple2018-01-091-51/+99
|
* bump to v0.18 to reflect changesStéphane Lesimple2018-01-091-2/+9
|