Vincent R0m3

Results 5 issues of Vincent R0m3

I took also old pull request

I try to configure ORC but dumptIT not working which version or you using to have /q /n /u ? Same question to winpmem.exe Can you update the readme ?

Hi team, I'm using this project for a use case [Dynamic lab environment](https://containerssh.io/usecases/lab/). I developed my own Authorization/Configuration server. I'd like to know if for this type of use case,...

With the recent release of Traefik 2.7, a new regex-based rule, HostSNIRegexp, is introduced. The pwnmachine interface is not able to insert this new rule. We have to insert it...

Hey can you change this ? OLD (deprecated) models.py ``` from flask.ext.sqlalchemy import SQLAlchemy from flask.ext.login import UserMixin, AnonymousUserMixin from flask.ext.scrypt import generate_random_salt, generate_password_hash, check_password_hash ``` New 👍 models.py ```...