Raphaël Vinot
Raphaël Vinot
What is the output of: ``` pip install -U git+https://github.com/Rafiot/uwhoisd.git@testing#egg=uwhois&subdirectory=client ``` We had a problem is you use an old version of pip, so maybe you want to try the...
(for the records, uwhoisd is a bit messy right now, because I did many changes and I'm currently working on getting everything cleanly merged upstream) Did you install and run...
... yeah, that makes sense, this branch if broken, I didn't try again after the last changes, sorry for that. I'll try to fix it later today, but I'm not...
Not really, I need to look at it.
aha, good point, the proxy parameters aren't passed to the modules. A quick fix would be to start `misp-modules` with `http_proxy` set but it would be much better to pass...
pyfaup isn't installable as a pypi package so it is a little bit tricky to install (see https://github.com/stricaud/faup/issues/66)
I see two options here: * quick and dirty: the module clones the repository, does a subprocess call to the script, get the CSV output, parses that, and generates a...
PSSL is in the pull request
@moshekaplan this is a good point, everything doing parsing is susceptible to be vulnerable to this class of attacks. Right now, libmagic worries me less than pdf, office documents and...
I see some usability issues: * there is no graphical UI, the user has no way to know when it would be safe to plug the key * the script...