* Expand targets by adding exploits for IoT class devices e.g. cameras, printers, smart kitchen appliances.
* `payloads` modules
* `shell()` function for establishing reverse-shell connection.
* Now you can easily lookup exploits using `search` command. e.g. `search dlink`
* Supporting `requests` sessions in `http_request()`
* `Option()` validation using `validators` module
e.g. foo = Option(1, "foo", validators=validators.integer)
* tests has been moved out of `routersploit` directory
* Refactor of `Dockerfile`
* Add new set of default credentials
* Add vendor scanners
* Countless of fixes in numerous exploit modules.
* Numerous new exploits.