Metadata-Version: 2.1
Name: baboossh
Version: 1.2.0
Summary: SSH spreader made easy for red teams in a hurry
Home-page: https://github.com/cybiere/BabooSSH
Author: Cybiere - Akerva
Author-email: nicolas@cosnard.io
Project-URL: Bug Tracker, https://github.com/cybiere/BabooSSH/issues
Project-URL: Documentation, https://baboossh.cybiere.fr/
Project-URL: Source Code, https://github.com/cybiere/BabooSSH
Keywords: ssh spread redteam pentest
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: Security
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cmd2
Requires-Dist: tabulate
Requires-Dist: paramiko
Requires-Dist: python-libnmap

.. image:: https://raw.githubusercontent.com/cybiere/baboossh/master/logo.png

SSH spreading made easy for red teams in a hurry.


BabooSSH allows you, from a simple SSH connection to a compromised host, to quickly gather info on other SSH endpoints to pivot and compromise them.

Licence
+++++++

BabooSSH is developped by `Cybiere <https://twitter.com/Cybiere>`_ and `Akerva <https://akerva.com/>`_ and provided for free under the GNU/GPLv3 licence.

Install 
+++++++

It's as easy as a::

   pip install baboossh


Documentation
+++++++++++++

The documentation is under redaction and some things might be missing, but you can find it there: `<https://baboossh.cybiere.fr>`_ .


