Various ruby based programs that I have created
Find a file
kenna-bmcdevitt 1572405c05 small bug
2020-10-29 01:44:45 -05:00
algorithms psuedocoded some stuff while multitasking 2019-05-11 01:04:35 -05:00
classes make msft security adv url generator if given cve ids 2020-10-27 04:25:02 -05:00
command_line added rpm changelog puller 2020-10-09 14:44:03 -05:00
crawler added crawler 2020-08-04 00:27:55 -04:00
data added zip of alexa top 1m sites 2020-08-05 00:11:48 -05:00
fake_tunnel_connector adjust readme 2020-07-22 07:24:49 -05:00
kenna_kdi_importer reorganize directory structure 2020-10-28 23:43:06 -05:00
koans added ruby koans and a cve class for downloading xml and json cve feeds from nvd 2018-04-05 17:03:34 -05:00
modules big commit with lots of tools and cve data too 2019-07-22 01:49:12 -05:00
programming_books/effective_testing_with_rspec3_examples just one more dir cleanup 2019-04-28 01:39:08 -05:00
security_tools small bug 2020-10-29 01:44:45 -05:00
strace_parser make sysadminer a commandline ruby utility for some common sysadmin tasks 2020-08-07 00:22:00 -05:00
sysadminer add readme for sysadminer with some early goals recoreded 2020-08-07 00:28:33 -05:00
testing_things reorganize some things in this repo 2020-10-27 02:30:09 -05:00
.gitignore added a dump_csv script 2018-03-23 15:52:30 -05:00
.pryrc made a separate console and fixed an issue with the size_for method in scansioindex parser 2019-05-19 23:25:35 -05:00
Dockerfile docker 2020-08-04 06:21:43 -04:00
LICENSE Initial commit 2018-02-23 20:15:55 -06:00
README.md reorganize some things in this repo 2020-10-27 02:30:09 -05:00

List of Tools

  • algorithms - algorithms gem that i am writing to better learn algorithms.
  • classes - various classes that can be required and used.
  • command_line - scripts that can be used at a unix/linux commandline.
  • data - sample data. csvs, jsons, xmls.
  • koans - ruby koans.
  • modules - modules to hold various namespaces to more efficiently organize code.
  • programming_books - excercises and examples from ruby programming books.
  • security_tools - programs that can be associated with security.
  • testing_things - programs that are not complete but ones I use to experiment and test things with.