nahamsec / lazyrecon

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

No such file or directory... #45

Closed ghost closed 4 years ago

ghost commented 4 years ago

i did ./install.sh and done install all. But failed to launch ./lazyrecon.sh (im using wsl kali) image

skynet594 commented 4 years ago

@Teng-Zheng it's because you didn't move it to your home directory. So change directory to the lazyrecon main directory where the script is located and use the following command. sudo mv lazyrecon.sh /bin This command will move it to the /bin directory so that you can run the script from anywhere.

I hope this helps.

ghost commented 4 years ago

I dont see i have the lazyrecon file

On Fri, 12 Jun 2020, 17:44 skynet594, notifications@github.com wrote:

@Teng-Zheng https://github.com/Teng-Zheng it's because you didn't move it to your home directory. So change directory to the lazyrecon main directory where the script is located and use the following command. sudo mv lazyrecon.sh /bin This command will move it to the /bin directory so that you can run the script from anywhere.

I hope this helps.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nahamsec/lazyrecon/issues/45#issuecomment-643181212, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM4HLQNGZWRG4X6SDA6PB33RWH2I7ANCNFSM4N36OMAA .

skynet594 commented 4 years ago

@Teng-Zheng The .install.sh script you run helps to install all the other tools that lazyrecon depends on. Meaning you would have to go to the following link below and following the instructions for the installation. When you are done, use the command in my previous reply to move it into the /bin directory. https://github.com/nahamsec/lazyrecon

skynet594 commented 4 years ago

You can look at the steps in the image below in case you are finding any difficulties. lazyrecon

ghost commented 4 years ago

Im so sorry for wasting time for dummie like me , Thank you so much

On Fri, 12 Jun 2020, 18:14 skynet594, notifications@github.com wrote:

You can look at the steps in the image below in case you are finding any difficulties. [image: lazyrecon] https://user-images.githubusercontent.com/55256439/84492173-c5532b00-ac73-11ea-88f7-370e4fa0ae2a.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nahamsec/lazyrecon/issues/45#issuecomment-643193776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM4HLQL4IR4MJ3VEN7VSCR3RWH5X5ANCNFSM4N36OMAA .

skynet594 commented 4 years ago

@Teng-Zheng You are welcome.. If you are okay then you can close the report.