Adam Swanda
Adam Swanda
See comment below
- [ ] Update all modules so any Exceptions are caught in a way that is OK with Python3.x - and so it will past tests NO: ```except: pass ```...
IPWhois module apparently requires ipaddr but doesn't install it in some cases and this exception was reported by a user. Need to investigate, potentially switch to different package version or...
In current master branch, the code re-use in Dispatch.py is **insane**. This has cut the file size down in over half it's size, the workflow makes much more sense, avoid...
Added new section to config file: ``` [proxy] # set 'use' to True to enable proxy for all HTTP requests use = False # proxy must be a SOCKS5 proxy...
- File artifact will still be identified by its has but can then contain more additional data such as PE features automatically upon creation if file exists on disk -...
Provide support for URLs and expand modules to investigate them, add them as children, etc.
the FQDN artifact regex pattern doesn't properly recognize subdomains. this needs to be addressed so users can run modules against subdomains they add or ones discovered by other modules as...
By leveraging cmd2's support for argparse we can get rid of a lot of commands and add argument support to many existing ones. For example, we'll now have support for...
Creating a constants.py file to contain path to root dir, API keys file, app configuration file, app version info. Found this snippet from the threatshell project by @tstallings at Salesforce...