diff --git a/README b/README index 2d72bb06..6dae24d5 100644 --- a/README +++ b/README @@ -20,7 +20,6 @@ You are not one of the "good" ones if you ignore this.) NOTE: no this is not meant to be a markdown doc! old school! - BlackMarlinExec ( Seven Degrees of Domain Admin ) ``` makefile pull pxcs/BlackMarlinExec @@ -68,7 +67,6 @@ There are already several active directory tools available, however, none does either support more than one protocol to find an attack path or support parallelized connections. - HOW TO COMPILE -------------- To configure, compile and install BME, just type: @@ -79,6 +77,7 @@ make make install ``` + If you want the ssh module, you have to setup libssh (not libssh2!) on your system, get it from https://www.libssh.org, for ssh v1 support you also need to add "x-x-x" option in the cmake command line. @@ -87,8 +86,6 @@ IMPORTANT: If you compile on MacOS then you must do this - do not install libssh If you use Ubuntu/Debian, this will install supplementary libraries needed for a few optional modules (note that some might not be available on your distribution): - - This enables all optional modules and features with the exception of Oracle, SAP R/3, NCP and the apple filing protocol - which you will need to download and install from the vendor's web sites. @@ -98,8 +95,6 @@ software installer and look for similarly named libraries like in the command above. In all other cases, you have to download all source libraries and compile them manually. - - SUPPORTED PLATFORMS ------------------- - All UNIX platforms (Linux, *BSD, Solaris, etc.) @@ -107,15 +102,12 @@ SUPPORTED PLATFORMS - Windows with Cygwin (both IPv4 and IPv6) - Mobile systems based on Linux, MacOS or QNX (e.g. Android, iPhone, Blackberry 10, Zaurus, iPaq) - - HOW TO USE ---------- If you just enter `bme`, you will see a short summary of the important options available. Type `./bme -h` to see all available command line options. - RESULTS OUTPUT -------------- @@ -125,7 +117,7 @@ the format of the output can be specified. Currently, these are supported: SPEED ----- -through the parallelizing feature, this password cracker tool can be very +through the parallelizing feature, this active directory tool can be very fast, however it depends on the protocol. The fastest are generally POP3 and FTP. Experiment with the task option (-t) to speed things up! The higher - the @@ -148,6 +140,7 @@ pop3 x-x-x imap x-x-x ``` + Thanks to - Allah and pxcs ( p3xsouger )