wumb0

Results 11 issues of wumb0

Annoy.cna was not properly matching the host type and saying that the OS was not supported. I just used regex.

Sorry about the duplicate requests, I fixed the one I was testing but forgot about the others. More regex fixes!

smashed more things into ~/tools fixed pwndbg install

Small change. I found the need to set the temporary flag when doing a chsh for a user.

USER is passed in, but HOME is not. This causes the variable replacement in the dockersh.ini to fail with the following error. `configparser.InterpolationMissingOptionError: Bad value substitution: option 'homedir' in section...

Currently `--put-file` only supports a single file. It would be nice to be able to specify multiple files (argparse `action="append"`) or even entire folders for upload.

Add a parse-able output mode. nmap has the very nice -oG option that makes grep-able output. It would be nice if netexec had something similar instead of having to grep...

Hello! Just documenting this here because I ran into it while fuzzing a driver: port IO (in/out instructions) under bochs cause the fuzz client to crash due to a debug...