Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant open #320

Open
K3DM9 opened this issue Sep 11, 2021 · 15 comments
Open

cant open #320

K3DM9 opened this issue Sep 11, 2021 · 15 comments
Assignees

Comments

@K3DM9
Copy link

K3DM9 commented Sep 11, 2021

in terminal i type l no capps or anything and lazy script doesnt open dont know why when i put l it does the same thing as ls

@K3DM9
Copy link
Author

K3DM9 commented Sep 11, 2021

also im new to linux so its probably something stupid 🤦‍♂️

@SMILLEE2
Copy link

no its not your fault Kali linux has made an update that "l" is the same as "ls" and because lazyscript is outdated. it wont work i am currently also searching for an alternative

@K3DM9
Copy link
Author

K3DM9 commented Sep 14, 2021 via email

@SMILLEE2
Copy link

Its isnt my tool just a user of the tool u can download an older version of kali and try it

@SMILLEE2
Copy link

but I am searching for an more updated version of this kind of script that makes everything automatic. What I've found Wifite2 could do it

@K3DM9
Copy link
Author

K3DM9 commented Sep 14, 2021 via email

@SMILLEE2
Copy link

Found a solution go to the directory where lscript is installed.

Chmod+x ./l
Unalias l

./l

This worked for me

@eduardcoster
Copy link

Found a solution go to the directory where lscript is installed.

Chmod+x ./l Unalias l

./l

This worked for me

For me to ty

@cammiehoffman
Copy link

cammiehoffman commented Jan 10, 2022

this didnt work for me. All that came up was

chmod: cannot access './l': No such file or directory
chmod: cannot access 'Unalias': No such file or directory
chmod: cannot access 'l': No such file or directory

Any other tips you have foudn to work? im also a newbie lol

@GabesGK
Copy link

GabesGK commented May 15, 2022

this didnt work for me. All that came up was

chmod: cannot access './l': No such file or directory chmod: cannot access 'Unalias': No such file or directory chmod: cannot access 'l': No such file or directory

Any other tips you have foudn to work? im also a newbie lol

you need to type the commands without capital letters and with space (chmod +x ./l , unalias l , ./l)
try this
when i did it it actually worked it opened BUT it says after i say yes to the terms (permission denied)

@GabesGK
Copy link

GabesGK commented May 15, 2022

Found a solution go to the directory where lscript is installed.

Chmod+x ./l Unalias l

./l

This worked for me
this actually works but when i say YES to the terms then it says permissions denied

@Jeklah
Copy link

Jeklah commented May 19, 2022

this didnt work for me. All that came up was
chmod: cannot access './l': No such file or directory chmod: cannot access 'Unalias': No such file or directory chmod: cannot access 'l': No such file or directory
Any other tips you have foudn to work? im also a newbie lol

you need to type the commands without capital letters and with space (chmod +x ./l , unalias l , ./l) try this when i did it it actually worked it opened BUT it says after i say yes to the terms (permission denied)

use sudo

@fetty223
Copy link

for everyone who cant run lscript by using l use this. make a txt file and add it into root:
/bin/bash

chmod x lscript.sh

cd /usr/bin/lscript

./l

save it as e.g. L.sh then open terminal and use sudo L.sh or ./L.sh. lscript will be running

@TheUnsocialEngineer
Copy link

for everyone who cant run lscript by using l use this. make a txt file and add it into root: /bin/bash

chmod x lscript.sh

cd /usr/bin/lscript

./l

save it as e.g. L.sh then open terminal and use sudo L.sh or ./L.sh. lscript will be running

l is set as an alias of ls in bashrc as well so you can remove the alias in that and you can then get back the functionality of the L command

@nubianking2023
Copy link

Thanks . T

Found a solution go to the directory where lscript is installed.

Chmod+x ./l Unalias l

./l

This worked for me

It worked for me as well.

As mentioned , unalias without capital , and use sudo to run "sudo ./l" . It worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants