Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Defcon Bug Fixes + Gifs

Compare
Choose a tag to compare
@CrimsonK1ng CrimsonK1ng released this 07 Aug 11:14
· 111 commits to master since this release
81b6679

Unreleased

  • JSON parsing, and other file identification
  • Multithreading file parsing. Previous implementation had a couple issues

Beta

  • Serve option to host Django serve via Docker
    * make requests to http://hostname:port/data/<domain_name>/
    * Allow various selections of hosting data. Currently only supports Django via Docker.

[1.2.1] - August 2019

Updates

Added

  • Django docker container to server domain data
  • Added dbfile option for specification of personal database
  • Webscreenshot (Currently phantomjs receives the best results in Docker)
  • Altdns
  • Slack configuration. Requires you to set up a channel and make a robot with correct permissions similar to other Plugins.

Removed

  • Removed global domain option for all subparsers
  • Removed domain requirement for upload

Changed

  • SQLlite refactor
    • Use two tables 1 for list of domains, 1 for all data gather.
  • Threading for reading files. Sometimes this threading would cause unknown hangs. Working on creating a more improved version of the file parsing.
  • Minor packages updates for urllib3 and Jinja

Fixed

  • ValueError exception was not caught when building web tools. If you were missing a field it would crash the program
  • Amass Dockerfile
  • Changes Knock to output CSV rather than Json
  • KeyboardInterrupt when running docker containers caused error message. Now cancels gracefully.
  • Slack client was updated. Changed code to reflect new client changes.