My Setup at the beginning of 2021
2021-01-08
How I work at the beginning of 2021
How I work at the beginning of 2021
Once you've got a reverse shell, there are a number of things you can do to make it nicer to work with. I go through those and at the end, automate the annoying bit with zsh.
ZSH's tab completion is excellent, although limited to completing based on your command. With this, I can also make completions based on my current word.
ZSH is great shell but in this blog I explain some of the annoyances I've had with it, as well as some of the benefits.
Hashcat is an amazing tool for cracking hashes but the syntax leaves a bit to be desired. This article explains one way to improve the experience of selecting modes by overriding ZSH's built in tab-completion using FZF.