Closed spacec0rgo closed 3 months 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.
You'll need to pull from here as I don't know how long it will take Kali to catch up with my change.
Sorry for the delay, tested and everything is working fine. We can close this issue, thank you for your support!
That's good, please close it now.
On Mon, 2 Sept 2024, 11:30 Cristian, @.***> wrote:
Sorry for the delay, tested and everything is working fine. We can close this issue, thank you for your support!
— Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/issues/117#issuecomment-2324388182, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWPSC54F2C5AETUDZKLZUQ43DAVCNFSM6AAAAABJKD35CKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRUGM4DQMJYGI . You are receiving this because you commented.Message ID: @.***>
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:
cewl -d 1 -m 5 -a -w ~/Desktop/cewlTest/domain.txt --meta_file ~/Desktop/cewlTest/meta_domain.txt --debug [URL]
cewl -d 1 -m 5 -a --meta_file ~/Desktop/cewlTest/meta_domain.txt -w ~/Desktop/cewlTest/domain.txt --debug [URL]
cewl -d 1 -m 5 -a --meta_file ~/Desktop/cewlTest/meta_domain.txt --debug [URL]
but none of them generate the file in the desired location (also tested with absolute paths).
Also tested with:
cewl -d 1 -m 5 -e --email_file ~/Desktop/cewlTest/email_domain.txt --debug [URL]
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.
EDIT: contents of
/etc/os-release
for more information