Glenn 'devalias' Grant
Glenn 'devalias' Grant
Getting this error when trying to fingerprint a domino server (or run any of the other commands). Pretty sure it is 9.0.1. https://github.com/coldfusion39/domi-owned/blob/583d0a5ade9305c40329916e0ecf1540a089c9be/domi_owned/main.py#L78 The server is returning a 500 error,...
Gobuster seems to be built against golang 1.6, which is pretty dated now. It would be good to update this, and possibly even make use of the official go containers...
It looks like your fork of enumall is ~13 commits or so behind https://github.com/jhaddix/domain It would be cool if it was updated to the latest, or perhaps whatever modifications are...
Currently all the tools seem to be based off Ubuntu latest, which can be quite heavyweight. It would be cool if they used Alpine or similar as the base.
When running `python handler.py` I get the following error: ``` ImportError: No module named 'StringIO' ``` I believe this is related to python 3.x ``` ⇒ python --version Python 3.5.2...
It would be great to be able to use [GitHub Flavoured Markdown](https://help.github.com/categories/writing-on-github/). Looking at the [Pandoc options](http://pandoc.org/MANUAL.html#general-options) you can use `markdown_github`, but trying to use this in my config file...
I've configured my alternate search paths as part of this module's `roots` (rather than in jest's config), and I get the following: ``` Cannot find module 'shared/selectors' from 'mock-helpers.js' at...
It would be really cool to be able to 'pop out' the BurpKitty tab (similar to how you can detach the various built in tabs)
It would be cool if you could take a screenshot of the selected area
It would be awesome if you could set up an automated build/push to dockerhub on commit! Tried looking at https://hub.docker.com/smicallef/spiderfoot/ but 404'd. https://docs.docker.com/docker-hub/builds/