Adam Swanda

Results 59 issues of Adam Swanda

- [ ] 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 ```...

bug
module

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...

enhancement
module
testing

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...

module
testing

- 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 -...

enhancement
in-progess
module
testing

Provide support for URLs and expand modules to investigate them, add them as children, etc.

enhancement
in-progess
testing

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...

enhancement
in-progess
testing

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...

enhancement
in-progess
cli

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...

enhancement
testing