byt3bl33d3r / CrackMapExec

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

Segmentation Fault #431

Closed ccelikanil closed 3 years ago

ccelikanil commented 3 years ago

Hello there, hope you are doing well.

I was trying to use CME for the first time and I'm getting the error below:

[*] Generating SSL certificate Segmentation fault

So far I tried the solutions that you've recommended here, including reinstalling OpenSSL (3.0.0-alpha-8).

When I try to execute the code that you give in below:

openssl req -new -x509 -keyout ~/.cme/cme.pem -out ~/.cme/cme.pem -days 365 -nodes -subj "/C=US"

I'm getting req: Use -help for summary.

I'm currently on 5.8.0-kali3-amd64 #1 SMP Debian 5.8.14-1kali1 (2020-10-13), can you help me out?

mpgn commented 3 years ago

https://github.com/byt3bl33d3r/CrackMapExec/issues/122#issuecomment-237045007

mpgn commented 3 years ago

Just tested today, make sure you update to latest version 5.1.3

image