Skip to content

Releases: epi052/recon-pipeline

v0.10.2

12 May 01:09
c8bb606
Compare
Choose a tag to compare
  • overhauled the way in which tool path configuration is handled; no discernible difference to an end user unless they add in their own tools

v0.10.1

04 May 18:14
Compare
Choose a tag to compare
  • added default value to --results-dir; absence caused crash with new existing scan directory detection

v0.10.0

03 May 01:10
f556319
Compare
Choose a tag to compare
  • Added waybackurls to the pipeline!!
  • Added waybackurls scan to FullScan wrapper
  • Added tests/docs

v0.9.3

30 Apr 15:21
2ecdf43
Compare
Choose a tag to compare
  • added a prompt to the user when reusing an existing directory; clears up the most commonly asked question

v0.9.2

30 Apr 11:24
f1c1868
Compare
Choose a tag to compare
  • Corrected an issue where a dependency wasn't installed unless --dev was used
  • Corrected tko-sub's tool definition

v0.9.1

25 Apr 20:14
db1dbb8
Compare
Choose a tag to compare

Modularizes tool dependency definitions. Each tool definition file is now broken out into its own yaml file.

This is the first step toward better dependency management.

v0.9.0

17 Apr 15:35
6eb3bd8
Compare
Choose a tag to compare

Closes out store results in a database project

  • added database support
  • added database command
  • added view command
  • added --target option to scan command
  • restructured project layout
  • added 188 tests; up to 97% test coverage
  • updated readme/docs
  • added CONTRIBUTING.md
  • squashed numerous bugs
  • probably forgetting quite a bit... this was a big one

v0.8.4

22 Feb 18:39
ff801df
Compare
Choose a tag to compare

Added searchsploit to installable tools because it doesn't exist by default on ubuntu.

v0.8.3

21 Feb 03:39
6613ab6
Compare
Choose a tag to compare

When running install masscan the user is prompted for sudo privileges. This is in order to add the CAP_NET_RAW capability to the masscan binary. Giving masscan this capability removes the need to run sudo for every scan that uses masscan, which is most of them.

v0.8.2

09 Feb 12:18
d1b5470
Compare
Choose a tag to compare

Fixed status command's default host value. When using localhost on ubuntu, the browser URL bar was blank. Value now 127.0.0.1