An open API service indexing awesome lists of open source software.

https://github.com/gremwell/bbpentesting

Auditing BlackBerry devices and applications like it's 1999.
https://github.com/gremwell/bbpentesting

blackberry mobile-security pentesting reverse-engineering

Last synced: 8 months ago
JSON representation

Auditing BlackBerry devices and applications like it's 1999.

Awesome Lists containing this project

README

          

## BlackBerry Pentesting Tools

> Penetration testing BlackBerry devices and applications like it's 1999.

### Tools

* bpt - Bash script to automate blackberry pentests.

```
$ ./bpt
Usage: ./bpt command [options]

Available commands:
* setup: install all dependencies
* device: list device info
* pm: list installed applications
* logs: display device syslogs
* crashlogs: display stack traces
* decompile: decompile a .cod application
```

### Resources

* `ida` directory contains an IDA loader for Blackberry executables, including literals deobfuscation.

### References

* [Dissasembling BlackBery Apps, take 2](http://dontstuffbeansupyournose.com/2009/02/19/disassembling-blackberry-apps-take-2/)
* [Dr. Bolsen blog](https://drbolsen.wordpress.com)
* [BlackBerry Tools mirror](http://www.woodmann.com/collaborative/tools/index.php/Category:BlackBerry_Tools)

### Credits

* coddec by drbolsen (patch by [s7ephen](https://twitter.com/s7ephen))
* IDA loader by [Hexxx](http://www.woodmann.com/forum/showthread.php?9685-BlackBerry-OS/page2)