Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qkaiser/bbpentesting
Mobile pentesting (BlackBerry)
https://github.com/qkaiser/bbpentesting
Last synced: 7 days ago
JSON representation
Mobile pentesting (BlackBerry)
- Host: GitHub
- URL: https://github.com/qkaiser/bbpentesting
- Owner: qkaiser
- Created: 2015-03-09T12:52:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T16:01:55.000Z (almost 10 years ago)
- Last Synced: 2023-12-14T08:10:32.661Z (about 1 year ago)
- Language: Java
- Size: 1.04 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)