1
0
Fork 0
Commit Graph

75 Commits (085690697d77d517eedc4b5c7dc28e7ee2b15d86)

Author SHA1 Message Date
dump_stack() 085690697d
Flag for number of runs per each kernel 2019-08-16 18:50:34 +00:00
dump_stack() 574d5d45c3
Implements tagging 2019-08-16 18:30:46 +00:00
dump_stack() ddec4adf57 Command line flag for changing number of threads 2019-08-16 18:03:30 +00:00
dump_stack() fc50808893 Allow to enable/disable kaslr/smep/smap for debugging 2019-08-16 15:25:16 +00:00
dump_stack() d035e4f8ad Implements build on host and support for custom kernels
Resolves #6
2019-08-16 14:05:26 +00:00
dump_stack() 89c3175de4
Add file names to log output 2019-08-16 00:04:57 +00:00
dump_stack() 8430eea47f
Implements saving build output
Resolves #9
2019-08-14 17:36:36 +00:00
dump_stack() ecf55a0cdf
Fix bootstrap 2019-08-14 13:15:04 +00:00
dump_stack() b7624f0d28
Implements query for build/insmod/test logs 2019-08-13 23:54:45 +00:00
dump_stack() 9175305cb9
Implements basic logs query, success rate calculation
Closes #10
Closes #11
2019-08-13 23:33:52 +00:00
dump_stack() 23be05969d
Change email 2019-08-13 21:57:01 +00:00
dump_stack() 51fa085170
Store logs in sqlite3 database 2019-08-13 21:54:59 +00:00
dump_stack() caee1b5756
Implements parameter "--max=X" for pew 2019-08-12 23:21:38 +00:00
dump_stack() 5dbbb33297
Implements parameter "--max=X" for autogen 2019-08-12 22:58:47 +00:00
dump_stack() 6156947406
Make docker permissions errors more obvious 2019-07-10 22:08:04 +00:00
dump_stack() 144a8547bc
Move upstream to code.dumpstack.io 2019-02-02 21:25:09 +00:00
dump_stack() d42474892c Reduce main func complexity 2018-12-10 02:51:15 +00:00
dump_stack() 880af47cc5 Use go timers for kill docker by timeout, fixes #12 2018-12-08 02:53:29 +00:00
dump_stack() 2a3c3ed18e Non-zero exit status if something failed 2018-12-07 03:14:24 +00:00
dump_stack() 076a5babb9 Fix typo 2018-12-02 20:25:33 +00:00
dump_stack() bc4129e01c Do not check for kernels config exist 2018-12-02 20:23:48 +00:00
dump_stack() 6b0301ec45 Do not exit if kernels config does not exists 2018-12-02 20:20:59 +00:00
dump_stack() 825d69b770 Implements command for generate all kernels for distro/version 2018-12-02 19:54:09 +00:00
dump_stack() 5682dd99c1 Do not run bootstrap automatically, but suggest it to user 2018-12-02 03:39:54 +00:00
dump_stack() cf0e5efe18 Move bootstrap before kernels check 2018-12-02 03:19:41 +00:00
dump_stack() b459f91a22 Run bootstrap automatically on first run 2018-12-02 03:16:34 +00:00
dump_stack() b0d2c99246 Check for qemu-system-x86_64 not qemu 2018-12-02 03:10:01 +00:00
dump_stack() 1488d4b081 Implements fallback if rootfs image not found 2018-12-01 20:18:43 +00:00
dump_stack() b36956c7a4 Bump version in source code 2018-12-01 18:12:44 +00:00
dump_stack() 5116ffe015 Implements bootstrap, fixes #3 2018-12-01 17:34:57 +00:00
dump_stack() efe9ff6006 Merge kernels, not just append 2018-12-01 17:13:38 +00:00
dump_stack() 72aef7545a Now use two separate config for autogenerated and user-defined kernels 2018-12-01 16:57:15 +00:00
dump_stack() 7707f75a02 Allow to force bump docker container 2018-12-01 15:11:43 +00:00
dump_stack() 8eff63f2b9 Basic kernel autogeneration (based on current config) implementation 2018-11-28 22:41:17 +00:00
dump_stack() 804e0b4879 Move gdb listen address to params 2018-11-25 14:53:56 +00:00
dump_stack() b6dc7e892f Implements kernel debug environment 2018-11-25 14:46:29 +00:00
dump_stack() b9500de0ba Implements skeleton module/exploit config generator 2018-11-23 09:11:18 +00:00
dump_stack() 119c2eea58 Implements check for required commands 2018-11-19 15:31:25 +00:00
dump_stack() cc3f536c62 Move kernel command to another file 2018-11-17 20:24:09 +00:00
dump_stack() 67dd58921d Remove redutant package name for import 2018-11-17 20:20:36 +00:00
dump_stack() bacee99c7c Move config types to submodule 2018-11-17 20:18:50 +00:00
dump_stack() 075998a95f Move pew-related stuff 2018-11-17 19:37:04 +00:00
dump_stack() ea738c994f Produce error if no kernels found 2018-11-17 15:54:02 +00:00
dump_stack() cc87a792c5 Now .out-of-tree.toml can also define version of distro 2018-11-17 15:53:27 +00:00
dump_stack() a138681e1d Set default kernels config path to dotfiles 2018-11-17 13:44:03 +00:00
dump_stack() 721e7d49bf Use fatal instead of plain logging for errors 2018-11-17 13:28:56 +00:00
dump_stack() f9963e51a8 Add command for list kernels 2018-11-17 13:20:29 +00:00
dump_stack() c781511e72 Read kernels config outside of pew command 2018-11-17 13:17:28 +00:00
dump_stack() 3a6990458b Do not exit if there's no test file 2018-10-31 19:08:01 +00:00
dump_stack() 31b5e8a948 Implements ability to test binary modules/exploits
Fixes #4
2018-10-27 19:59:29 +00:00