Michael Smith

Results 5 issues of Michael Smith

Version: `pycycle 0.0.8` Tried to use but `--source` requires a BOOLEAN and not a string: ``` Error: Invalid value for '--source': 'path_to_code' is not a valid boolean. ``` ``` pycycle.exe...

Set default to a string, instead of "False", which causes the type to be "BOOLEAN". #21 ``` Error: Invalid value for '--source': 'path_to_project/' is not a valid boolean. ``` ```...

**Issue** `qs.report.html()` function signature doesn't support `file` as an argument. Call results in: ``` "TypeError: html() got an unexpected keyword argument 'file'". The correct argument is `output`. ``` **Support** `qs.report.html()`...

I want to run a powershell command like `get-domaincomputer`, capture the output, so I can parse the hosts and add them to Cobalt Strike's using the hosts_update API call. It...

**Summary** - Initial example code not breaking on `Ctrl + c` - Throwing `Python-CFFI error` - Keeps running and need to find and kill the Python process **Expectation** - Code...