digininja / CeWL

CeWL is a Custom Word List Generator
1.85k stars 252 forks source link

--meta_file flag not generating meta file #117

Open spacec0rgo opened 1 month ago

spacec0rgo commented 1 month ago

Hi, I was writing a bash script that uses cewl as part of a bigger suite of tools. I noticed that when passing the --meta_file flag, which I process to forward it to cewl, it doesn't generate the meta file.

I tried:

but none of them generate the file in the desired location (also tested with absolute paths).

Also tested with:

since this flag seems to work in the same way, and it behaves correctly in both the command and inside the .sh script. I can't really understand what's the problem here.

Screen attached.

cewl_issue

EDIT: contents of /etc/os-release for more information

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.2"
VERSION="2024.2"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
digininja commented 1 month ago

Fixed it in the latest push. It was a silly mistake that meant it only created the meta file if you'd specified you wanted email addresses rather than meta data.

Try again and it should work.

digininja commented 1 month ago

You'll need to pull from here as I don't know how long it will take Kali to catch up with my change.