Andrew LeFevre

Results 36 issues of Andrew LeFevre

We need an empirical method and scale on which to measure the size and time ratings of Mutators. @cpbarker and I drafted a scale for size ratings, but time ratings...

enhancement

Digit obfuscation or expansion could improve certain Mutator's complexity greatly. Functionality needs to be added to the Mangler class to obfuscate integers into complex arithmetic expressions, using arbitrary number bases....

enhancement

The ForCode Mutator often breaks when used with the `--no-random-whitespace`. Curiously enough, it works fine with the `--no-mangling` option. It seems to be due to how Bash parses array instantiations....

bug

An interactive mode would be nice to hvae, functionally similar to Invoke-Obfuscation. It would need to allow for more granular obfuscation, presenting more options to the user than are available...

enhancement

Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure...

good first issue

Currently, there's a very small chance any given outputted payload will be able to be sourced. This is due to a few things. First, the 'eval wrapping' that Bashfuscator applies...

enhancement

When layering obfuscation methods, it can be fairly simple to modify a layer to print out the next layer. Then you can keep doing this until the unobfuscated command is...

enhancement

Random Mutators should be applied on random chunks of a given input or layer. This will allow for much more complex and nondeterministic payload output. Additional BOBL syntax may also...

enhancement

When trying to build on Windows, I get these errors: ``` # github.com/acarl005/ls-go ..\..\..\..\acarl005\ls-go\ls-windows.go:59:10: undefined: syscall.Stat_t ..\..\..\..\acarl005\ls-go\ls-windows.go:60:9: undefined: syscall.Stat ..\..\..\..\acarl005\ls-go\ls-windows.go:62:35: undefined: "golang.org/x/sys/windows".Major ..\..\..\..\acarl005\ls-go\ls-windows.go:63:35: undefined: "golang.org/x/sys/windows".Minor ``` It seems that `syscall.Stat_t`...

help wanted

godoc.org was producing consistent documentation for my repo, https://github.com/capnspacehook/taskmaster, but ever since my most recent commit, the documentation has been broken. Here is what it looks like now: ![image](https://user-images.githubusercontent.com/23243104/57544264-de790200-7324-11e9-997b-8f638ce260d6.png) I...