Tim McGuffin
Tim McGuffin
It looks like your dongles likely have the new UF2 bootloader. If so, you'll need to put it into "DFU" mode by holding the button when you plug it in...
Hey @vdun I've skeleton'd out the attached file [here](https://github.com/byt3bl33d3r/CrackMapExec/files/2123471/cme.txt). Feel free to help fill in the details. It'll need some thinking through on the command hierarchy to provide context-sensitive suggestions,...
Have you tried editing line ~303 from: export DISPLAY=:1 to export DISPLAY=:0 ?
No, thats not what this tool was designed for.
another issue popped up, and this one seemed to fix it. When the machine is under load, the Super key would appear to be pressed by itself because of the...
Check whether the file is quarantined by GateKeeper. This can be done with `ls -l@ ./BloodHound.app` if you see the Extended Attribute of 'com.apple.quarantine', you can remove it with: `xattr...
Hey @chadministratorwastaken, This is an OK workaround, but I wouldn't consider the issue fixed. I'm not sure why GateKeeper just says "is damaged" instead of popping the traditional "developer cannot...
You're "dot sourcing" the file, which runs the file. What that does is sets up the function "Invoke-Nanodump" and that's it. Try this: ``` Import-Module Invoke-Nanodump.ps1 Invoke-Nanodump ``` Be sure...