byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.37k stars 1.64k forks source link

Please update for latest aardwolf version (0.2.0) #651

Closed sbrun closed 1 year ago

sbrun commented 1 year ago

Describe the bug aardwolf version 0.0.8 can't be packaged in Kali Linux because the license was missing. (https://github.com/skelsec/aardwolf/issues/4) Upstream released a new version with a lot of changes. It can be packaged in Kali. But unfortunately CrackMapExec is not compatible with this version. aardwolf librairy is missing, you need to install the submodule

To Reproduce Steps to reproduce the behavior:

  1. Install the latest release of crackmapexec
  2. Install the latest release of aardwolf (0.2.0)
  3. Run crackmapexec
  4. See error
    aardwolf librairy is missing, you need to install the submodule
    run the command:

Crackmapexec info

Additional context The failing import is from aardwolf.commons.url import RDPConnectionURL aardwolf.commons.url no longer exists in aardwolf

mpgn commented 1 year ago

Hello @sbrun yes I plan to migrate to the v2 soooonnnnnn :)

mpgn commented 1 year ago

I did some test today it will be ok :)

The plan:

merge tree awesome PR;

ETA: end of next week for CME 5.4.0

sbrun commented 1 year ago

Great! Thanks for the information

mpgn commented 1 year ago

@sbrun let's gooooo 💯

mpgn commented 1 year ago

I will push 5.4.0 in few hours

mpgn commented 1 year ago

Ok go :)

mpgn commented 1 year ago

Also aardwolf require rust on the system to compile : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

sbrun commented 1 year ago

Hi I don't see the new release 5.4.0. When to you plan to do it?

mpgn commented 1 year ago

Hello @sbrun it's already published since last week https://github.com/Porchetta-Industries/CrackMapExec/blob/master/pyproject.toml#L3 I'm waiting on you, when it will be shipped into Kali, I will make the official annonce and update the wiki & the release on github !!!

sbrun commented 1 year ago

OK. Sorry. I misunderstood your previous message. I will work on this today.

mpgn commented 1 year ago

awesome thanks

sbrun commented 1 year ago

Just uploaded in Kali: it will be available in few hours for Kali users

mpgn commented 1 year ago

ok nice ! I will check when available if everything is working properly :)