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.
- Host: GitHub
- URL: https://github.com/gremwell/bbpentesting
- Owner: gremwell
- License: gpl-3.0
- Created: 2018-07-04T10:37:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T10:57:38.000Z (over 7 years ago)
- Last Synced: 2025-02-28T03:29:48.703Z (about 1 year ago)
- Topics: blackberry, mobile-security, pentesting, reverse-engineering
- Language: Java
- Homepage:
- Size: 910 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)