omnibus
omnibus copied to clipboard
The OSINT Omnibus (beta release)
@deadbits, can you take a look at this PR and try to run the CLI to see if things are working in Python 3.6? I can run the CLI, but...
To get a wider user base and ensure we can support both Python2.7 and Python3.6+, we'll need to make some changes: - [ ] Ensure all dependencies from requirements.txt are...
## Primary Question / Request Do i need to setup a proxy? [*] Using configuration file (/home/obi/Downloads/omnibus-master/etc/omnibus.conf) ... [*] Debug: False Welcome to the Omnibus shell! Type "session" to get...
## Primary Question / Request ### What type of request is there? - [x ] Breaking bug - [ ] General error (non-fatal) - [ ] Additional module (Create a...
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 -...