-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
KillerBee | ||
================ | ||
|
||
This is KillerBee - Framework and Tools for Attacking ZigBee and IEEE 802.15.4 | ||
networks. | ||
|
||
Copyright 2009, Joshua Wright <[email protected]> | ||
Copyright 2010-15, Ryan Speers <[email protected]> | ||
Copyright 2009, Joshua Wright <[email protected]>. | ||
Copyright 2010-2015, Ryan Speers <[email protected]> | ||
Ricky Melgares <[email protected]> | ||
|
||
All Rights Reserved. | ||
|
||
Distributed under a BSD license, see LICENSE for details. | ||
|
@@ -159,10 +163,9 @@ avrdude done. Thank you. | |
``` | ||
|
||
It should only take a few seconds to complete. For a more detailed, picture-rich set of | ||
instructions, grab a copy of Hacking Exposed Wireless 3rd Edition (chapter 14). | ||
|
||
Alternatively, if you are able to catch us at a conference, bring your RZ RAVEN USB Stick | ||
and we'll happily flash it for you. | ||
instructions, grab a copy of Hacking Exposed Wireless 3rd Edition (chapter 14). Alternatively, | ||
if you are able to catch us at a conference, bring your RZ RAVEN USB Stick and we'll happily | ||
flash it for you. | ||
|
||
|
||
TOOLS | ||
|
@@ -240,9 +243,12 @@ The KillerBee API is documented in epydoc format, with HTML documentation in | |
the doc/ directory of this distribution. If you have epydoc installed, you can | ||
also generate a convenient PDF for printing, if desired, as shown: | ||
|
||
``` | ||
$ cd killerbee | ||
$ mkdir pdf | ||
$ epydoc --pdf -o pdf killerbee/ | ||
``` | ||
|
||
|
||
The pdf/ directory will have a file called "api.pdf" which includes the | ||
framework documentation. | ||
|
@@ -261,7 +267,9 @@ mechanism for generating and transmitting malformed ZigBee data to a target. | |
QUESTIONS/COMMENTS/CONCERNS | ||
============== | ||
Please drop us a note: | ||
|
||
The original version was written by: [email protected] | ||
|
||
The current version, fixes, etc are handled by: [email protected] | ||
|
||
THANKS | ||
|