allfro
allfro
I don't think the API has support for that unless you open a console shell and interact with it just like you would with msf's cli
Sploitego is not compatible with Canari 3. Please download the code and change the dependency in setup.py to canari==1.1 and do python setup.py install again. I would suggest uninstalling canari...
The pypi issue has been resolved. PyPi now insists that they want to host all the python packages. Previously they were located on my website.
Please check the latest merge to see if this is still an issue.
Not sure how to reproduce that error. Could you tell me how you managed to get those exceptions ?
It sounds like App Armor is getting in the way. Try running the dmm binary natively on the system. Don’t use the docker plugin.
You can add some udev rules to create a constant symlink: `ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="printer”` You can check for the variables of your device by running: `udevadm info -a -p...
all you have to do is run the `dmm` binary on the Docker node. It will do the rest for you.
Unfortunately, Docker on Debian and Ubuntu on cgroupv2 still enforces certain rules in seccomp and friends under Docker swarm setups. The fix is to run the program outside the container...
Any chance we can learn more about this feature request?