diff --git a/readme.md b/readme.md index 015292d..6948fa9 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [SQL Server](#sql-server) * [Testing](#testing) * [Webserver](#webserver) + * [Misc](#misc) * [Resources](#resources) * [Blogs](#blogs) * [Videos](#videos) @@ -101,6 +102,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Jump-Location](https://github.com/tkellogg/Jump-Location) - Powershell `cd` that reads your mind. [Autojump](https://github.com/wting/autojump) implementation for powershell. - [Zlocation](https://github.com/vors/ZLocation) - [z.sh](https://github.com/rupa/z) implementation for PowerShell. Similar to Jump-Location. - [thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command (by typing `fuck`). +- +### Misc + +- [poke](https://github.com/oising/poke) - crazy cool reflection module for powershell. + Explore and invoke private APIs like nobody is watching. + Useful for security research, testing and quick hacks. ## Resources