Kota Kanbe
9afbf1255f
feat: Add -vvv option to scan cmd ( #617 )
2018-03-14 12:18:03 +09:00
Kota Kanbe
50b105c4af
fix: SSH session multiplexing ( #616 )
2018-03-13 22:35:25 +09:00
Mai MISHIRO
0e8736045e
LXC container support without LXD ( #552 )
...
* LXC container support without LXD
* Fix: LXC required root privilege
* Update README
2017-12-18 22:54:32 +09:00
Kota Kanbe
e788e6a5ad
Support Alpine Linux #194 ( #545 )
...
* Support Alpine Linux #194
* Fix testcase
* Fix README
* Fix dep files
* Fix changelog
* Bump up version
2017-12-01 23:17:28 +09:00
Kota Kanbe
5ced3c72b8
Insert sudo only at the beginning of command in deep scan #495 ( #539 )
...
* Insert `sudo` only at the beginning of command in deep scan #495
* Fix testcase
2017-11-08 15:48:43 +09:00
nashiox
e137ebb9c2
Fix package query fails on debian based container ( #519 ) ( #522 )
...
* Fix package query fails on debian based container (#519 )
* Fix executil test (#519 )
2017-10-25 18:49:47 +09:00
sadayuki-matsuno
738e9fb119
change logrus package to lowercase and update other packages ( #446 )
2017-08-09 16:15:25 +09:00
sadayuki-matsuno
7778783dd8
add db backend redis ( #445 )
2017-08-09 16:15:25 +09:00
Kota Kanbe
f26b61d773
Change CveContents data type to map
2017-08-09 16:15:24 +09:00
Kota Kanbe
e20a59b991
SSH Hostkey check ( #417 )
...
* Add Hostkey check as default behavior when SSH
2017-04-06 18:08:55 +09:00
Kota Kanbe
05884c2d29
Change default ssh method from go library to external command ( #416 )
...
* Change default ssh method from go library to external command
2017-04-06 12:00:09 +09:00
Kota Kanbe
9ab0622886
Fix SSH dial error ( #413 )
...
Error message:
[Apr 2 13:36:49] DEBUG [localhost] Failed to Dial to u16, err: ssh: must specify HostKeyCallback, Retrying in 552.330144ms...
It is caused by breaking changes of Go library.
https://go-review.googlesource.com/c/38701/
2017-04-02 14:01:30 +09:00
Paul Furtado
d4bec0dd9a
Add --user root to docker exec command ( #389 )
...
* Add --user root to docker exec command
If containers were run with their user set to something other than root,
docker exec will exec the command in the container as that user by
default. Unfortunately, this causes many package manager commands to
fail. This commit adds --user root to the docker exec command so that
commands executed inside the container will always run as root.
* Use numerical id for root rather than name
2017-03-31 18:58:00 +09:00
Kota Kanbe
735aa835a6
Change container scan setting in config.toml
2017-03-14 20:07:51 +09:00
Kota Kanbe
688cfd6872
Deprecate prepare subcommand to minimize the root authority #375
2017-03-13 13:21:01 +09:00
Kota Kanbe
2f3eddd2ab
Merge pull request #369 from knqyf263/change_option
...
Change ssh option from -t to -tt
2017-03-06 14:37:29 +09:00
knqyf263
619a0ee700
Change ssh option from -t to -tt
2017-03-03 11:20:57 +09:00
Kota Kanbe
a86035c0bf
Output changelog in report, TUI and JSON for Ubuntu/Debian/CentOS
2017-03-02 22:22:35 +09:00
knqyf263
a4cf4bd314
Increase the width of RequestPty
2017-02-28 14:29:12 +09:00
knqyf263
74e6aee236
Fix typo
2017-02-15 23:51:46 +09:00
Kota Kanbe
386b97d2be
Continue scanning even when some hosts have tech issues
...
see #264
2017-02-13 21:55:55 +09:00