Add package overview & fix dead link

This commit is contained in:
Brendan LE GLAUNEC
2017-09-26 09:51:17 +02:00
committed by Brendan Le Glaunec
parent eab18925c7
commit be63c6a231
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ With the above result, the RTSP URL would be `rtsp://admin:12345@173.16.100.45:5
## Contribution
See [the contribution document](/CONTRIBUTION.md) to get started.
See [the contribution document](/CONTRIBUTING.md) to get started.
## Frequently Asked Questions
+14
View File
@@ -0,0 +1,14 @@
// Package cmrdr provides methods to be able to discover and
// attack RTSP streams easily. RTSP streams are used by most
// IP Cameras, often for surveillance.
//
// A simple example usage of the library can be found in
// https://github.com/EtixLabs/cameradar/tree/master/cameraccess
//
// The example usage is complete enough for most users to
// ignore the library, but for users with specific needs
// such as creating their own bruteforcing dictionary to
// access cameras, or running their own network scan, this
// library allows to use simple and performant methods to
// attack streams.
package cmrdr