nahamsec / lazyrecon

This script is intended to automate your reconnaissance process in an organized fashion
1.9k stars 569 forks source link

mkdir: command not found #56

Open Daniel-Why opened 3 years ago

Daniel-Why commented 3 years ago

when I run the code "./lazyrecon.sh -d abc.com", it return "mkdir: command not found"

image

please tell me how to fix it?

ViperBlackSkull commented 1 year ago

It most likely means the that os youre using either isn't supported, or your setup is funky, please check the path that these binary are already installed if not, install them.

example: which touch

MarcosIgnacioo commented 1 year ago

hello how did you solve this i did the exact same thing and now mkdir doesnt work but touch does idk what is going on here