recon-pipeline

An automated target reconnaissance pipeline.

MIT License

Stars
425
recon-pipeline - v1.0.1 Latest Release

Published by epi052 about 4 years ago

  • removed dependency on tool-dict.pkl; whether a tool is installed or not is determined by presence on disk or lack thereof
recon-pipeline - v1.0.0

Published by epi052 about 4 years ago

🎈 🎈 🥳

  • feature complete for 1.0.0
recon-pipeline - v0.11.5

Published by epi052 over 4 years ago

  • Added docker support; thanks to @bamhm182 ! 🎉
recon-pipeline - v0.11.4

Published by epi052 over 4 years ago

  • minor bugfix tracked in #69 and closed in #77
recon-pipeline - v0.11.3

Published by epi052 over 4 years ago

  • added support for 32 bit go installations
recon-pipeline - v0.11.2

Published by epi052 over 4 years ago

  • the scan command's tab completion now checks whether or not the scan's underlying tool is installed
recon-pipeline - v0.11.1

Published by epi052 over 4 years ago

recon-pipeline - v0.11.0

Published by epi052 over 4 years ago

  • @GreaterGoodest killin it with the addition of the uninstall command !
recon-pipeline - v0.10.4

Published by epi052 over 4 years ago

  • added fix for missing data-providers.csv as it relates to TKOSubs. Thanks to @Bad3r for reporting the issue!
    • related discussion here
recon-pipeline - v0.10.3

Published by epi052 over 4 years ago

  • added stage to CI pipeline for actually installing tools (unmocked install calls)
  • fixed up go-based tools and go language installation method
  • all tools (except for luigi's systemd service file) are now located under ~/.local/recon-pipeline/tools
recon-pipeline - v0.10.2

Published by epi052 over 4 years ago

  • overhauled the way in which tool path configuration is handled; no discernible difference to an end user unless they add in their own tools
recon-pipeline - v0.10.1

Published by epi052 over 4 years ago

  • added default value to --results-dir; absence caused crash with new existing scan directory detection
recon-pipeline - v0.10.0

Published by epi052 over 4 years ago

  • Added waybackurls to the pipeline!!
  • Added waybackurls scan to FullScan wrapper
  • Added tests/docs
recon-pipeline - v0.9.3

Published by epi052 over 4 years ago

  • added a prompt to the user when reusing an existing directory; clears up the most commonly asked question
recon-pipeline - v0.9.2

Published by epi052 over 4 years ago

  • Corrected an issue where a dependency wasn't installed unless --dev was used
  • Corrected tko-sub's tool definition
recon-pipeline - v0.9.1

Published by epi052 over 4 years ago

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.

recon-pipeline - v0.9.0

Published by epi052 over 4 years ago

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
recon-pipeline - v0.8.4

Published by epi052 over 4 years ago

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

recon-pipeline - v0.8.3

Published by epi052 over 4 years ago

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.

recon-pipeline - v0.8.2

Published by epi052 over 4 years ago

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