Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 authored Jun 30, 2024
1 parent d52f250 commit 808df29
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -98,24 +95,19 @@ 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.)
- MacOS (basically a BSD clone)
- 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
--------------

Expand All @@ -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
Expand All @@ -148,6 +140,7 @@ pop3 x-x-x
imap x-x-x
```


Thanks to

- Allah and pxcs ( p3xsouger )
Expand Down

0 comments on commit 808df29

Please sign in to comment.