1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00
Commit Graph

3754 Commits

Author SHA1 Message Date
23d5204634 simplify parser by using simple_table_parse 2022-09-09 15:07:44 -07:00
8a239b8f9c add proc-diskstats parser 2022-09-09 14:33:12 -07:00
0a89652ae5 doc update 2022-09-08 16:53:26 -07:00
6d6054d1dc update compatibility 2022-09-08 16:52:26 -07:00
bc9cdadfb0 updated schema 2022-09-07 15:23:48 -07:00
cfe98506a5 fix help examples 2022-09-07 14:25:09 -07:00
c4c159f056 clean up examples 2022-09-07 13:56:16 -07:00
4d761d7e8a add exception handling for file open errors 2022-09-07 12:52:05 -07:00
c1f36f7455 add magic syntax for /proc to docs 2022-09-07 12:31:17 -07:00
c976c3226d add magic support for /proc files 2022-09-07 11:59:54 -07:00
cc6287c124 try/except int conversions 2022-09-07 08:40:37 -07:00
966fe97759 add proc-devices parser and doc update 2022-09-06 17:59:26 -07:00
1f2fe65185 add proc-crypto parser and doc update 2022-09-06 17:29:56 -07:00
b83cd24d57 add proc-cpuinfo parser and doc update 2022-09-06 17:05:14 -07:00
5b4e4fd943 add proc-consoles parser and doc update 2022-09-06 15:52:26 -07:00
61cd9acaa2 add buddyinfo parser and doc update 2022-09-06 15:19:59 -07:00
d2895928bd add examples to doc 2022-09-06 11:46:35 -07:00
5c354b02ea doc update 2022-09-06 11:42:24 -07:00
a764642a85 fixup help, man, readme, about docs 2022-09-06 10:07:19 -07:00
a9b0fe6728 add 'hidden' attribute to parsers and wire up to jc.lib.all_parser_info() 2022-09-06 09:21:40 -07:00
79ade2c182 move to module architecture. first two proc parsers 2022-09-04 10:42:16 -07:00
146dc070ea reorder patterns 2022-09-03 14:05:57 -07:00
c1b2bae333 add more net files 2022-09-03 11:34:28 -07:00
e771b36a18 add more signatures 2022-09-03 10:52:35 -07:00
edcb2280cc add more filetypes 2022-09-02 19:20:36 -07:00
a249ca1da3 add initial procfile parser 2022-09-02 18:29:16 -07:00
f1383b5c66 Merge pull request #277 from kellyjonbrazil/dev
fix for ipv6 ip-address parser with older python and version bump
v1.21.2
2022-08-29 15:02:04 +00:00
00e497828e Merge branch 'master' into dev 2022-08-29 14:54:40 +00:00
5968eb697e fix for ipv6 ip-address parser with older python and version bump 2022-08-29 07:51:27 -07:00
ea78b389c9 Merge pull request #275 from kellyjonbrazil/dev
Dev v1.21.1
v1.21.1
2022-08-28 23:54:24 +00:00
0b726f7acc doc update 2022-08-28 16:41:06 -07:00
4d4b95c995 fix for linx arp -a cases where an icomplete hw address is present 2022-08-28 12:40:46 -07:00
fc06d195ec fix for arp -a cases where there are incomplete hw addresses 2022-08-28 12:31:57 -07:00
c7fc2e3b92 fix for older python versions that don't provide the netmask attribute when a decimal ip is used 2022-08-28 11:58:51 -07:00
980fc77812 version bump 2022-08-28 11:49:32 -07:00
75dc1722da Merge branch 'dev' of https://github.com/kellyjonbrazil/jc into dev 2022-08-28 11:45:59 -07:00
9326f1f0da Merge pull request #274 from kellyjonbrazil/master
Pull doc updates into Dev
2022-08-28 18:45:20 +00:00
ac831444ce fix for older python versions that don't handle decimal ip's cleanly 2022-08-28 11:40:53 -07:00
4746cb3814 add --meta-out info to exit code section 2022-08-24 09:24:03 -07:00
6c38a3bbaa add echo $? to show exit code 2022-08-24 09:11:06 -07:00
9699a184d1 add exit code with --meta-out to readme 2022-08-24 09:07:34 -07:00
51eb2c9fa8 doc update 2022-08-21 16:23:56 -07:00
abf6ea1fec doc update 2022-08-21 16:20:13 -07:00
37835c1972 Merge pull request #273 from kellyjonbrazil/dev
Dev v1.21.0
v1.21.0
2022-08-21 13:58:23 -07:00
cd2f139409 doc update 2022-08-21 13:52:52 -07:00
13bba1f4b8 only show magic command fields if magic as used 2022-08-21 13:52:39 -07:00
4f21c7b7b4 change --time-out to --meta-out. add more meta fields 2022-08-21 12:38:55 -07:00
65cf7960bf add traceroute -n tests 2022-08-21 11:08:10 -07:00
96c5ef5fa2 add library credit 2022-08-20 13:43:47 -07:00
f7c6a82e73 add cef tests 2022-08-20 13:38:20 -07:00