Skip to content

Releases: kmanc/intelligent_machine_discovery

2.0.1

20 Feb 07:25
Compare
Choose a tag to compare

Indicatif still doing that thing where it prints multiple copies if it doesn't have enough space...shortening status messages to accomodate

1.5.0

14 Dec 18:23
Compare
Choose a tag to compare

Updates to a bunch of the crates IMD relies on

Adds timeout to feroxbuster so that it can't run more than 10 minutes

1.4.0

16 Aug 23:22
680b445
Compare
Choose a tag to compare

Huge code cleanup. Makes finished product smaller and less janky in code

1.3.0

15 Aug 02:29
e837f02
Compare
Choose a tag to compare

Results of each scan are now displayed in the same line as the report that it started so it's easier to tell what is what

1.2.1

12 Aug 23:02
d795b20
Compare
Choose a tag to compare

Fixed a bug in the ping check

Colorized output for easier eyeballing

1.2.0

12 Aug 05:51
68b05ca
Compare
Choose a tag to compare

Code refactor! Not a lot of functional changes but the code is much more maintainable. Will try to implement some of the "nice-to-have"s now that this is done

1.1.1 - small code cleanup

08 Aug 17:39
04c4785
Compare
Choose a tag to compare

This project really needs an overall update but I won't get around to that for a while so in the meantime this is a bandaid. No functional changes, just code cleanup

1.1.0 - error reporting upgrade

02 Aug 20:23
a591453
Compare
Choose a tag to compare

This doesn't change much from before, but does allow for non-critical aspects of IMD to fail without halting execution

1.0.2 Colors plus bugfixes

01 Aug 23:19
0515f6a
Compare
Choose a tag to compare

Fix two bugs that went unnoticed in the colors release

  • Poor regex in /etc/hosts check lead to duplicate entries
  • Lack of filtering gobuster output lead to wfuzz getting hung out to dry in some instances

Colors!

01 Aug 00:55
fb142d8
Compare
Choose a tag to compare

The most noticeable change in this release is the changing of colors in terminal output. In general

  • Yellow = imd is starting to do something for you
  • Green = imd has completed something it had started
  • Red = An error occurred

Aside from that some of the backend workings of the threads has changed, but you're unlikely to notice or care about that :)