diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-06-05 21:05:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:18 +0700 |
commit | f591f2e322a51f8622c7abd323e17879c42cd5ee (patch) | |
tree | 4eb60f8a683909237b6a41ee66a7e9b69c2b8e38 /python/PyRIC/slack-desc | |
parent | 5a01946ed94bba0bf8a3d795eeaf227af818ebbb (diff) |
python/PyRIC: Added (Linux wireless library for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/PyRIC/slack-desc')
-rw-r--r-- | python/PyRIC/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyRIC/slack-desc b/python/PyRIC/slack-desc new file mode 100644 index 0000000000000..e6e71b197d4e7 --- /dev/null +++ b/python/PyRIC/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +PyRIC: PyRIC (Linux wireless library for Python) +PyRIC: +PyRIC: PyRIC (is a Linux only) library providing wireless developers and +PyRIC: pentesters the ability to identify, enumerate and manipulate their +PyRIC: system's wireless cards programmatically in Python. Pentesting +PyRIC: applications and scripts written in Python have increased +PyRIC: dramatically in recent years. However, these tools still rely on +PyRIC: Linux command lines tools to setup and prepare and restore the +PyRIC: system for use. +PyRIC: +PyRIC: Homepage: http://wraith-wireless.github.io/PyRIC/ |