airbash icon indicating copy to clipboard operation
airbash copied to clipboard

Add modules

Open tehw0lf opened this issue 5 years ago • 2 comments

The modules section is permanently open to pull requests to pwn more default keys!

A template module is included in modules. crackdefault.sh contains a template elif statement to include the new module.

Contributing a module generally means to gather an existing open source implementation that exploits a weak key algorithm for a specific router series, which can be used to generate default passwords. In case the implementation is not a shell script but needs to be compiled, README.md should be updated with compilation instructions instead of providing pre-built binaries.

Please ensure that all shell scripts are POSIX-compliant and licensed under the MIT License.

tehw0lf avatar Sep 30 '18 19:09 tehw0lf

https://github.com/D4rk4/airbash/blob/master/modules/hotbox.sh

D4rk4 avatar Jul 29 '19 15:07 D4rk4

Thanks a lot @D4rk4, I created a pull request and merged the changes in #9! :+1: :tada:

tehw0lf avatar Jul 29 '19 18:07 tehw0lf