You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 169, in
main(args=cmd_line_args)
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 120, in main
link = for_file(r'C:\Windows\System32\cmd.exe', filepath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 140, in for_file
lnk = pylnk.create(lnk_name)
^^^^^^^^^^^^
AttributeError: module 'pylnk' has no attribute 'create'
The text was updated successfully, but these errors were encountered:
Hi,
I get this error when I run it, how do I solve it?
Things I've tried:
-> pip install liblnk-python
-> pip install pylnk
┌──(kali㉿kali)-[~/…/machine/practice/vault/LNKUp]
└─$ python3 generate.py --host 192.168.159.172 --type ntlm --output out.lnk
==================================================/$$ /$$ /$$ /$$ /$$ /$$ /$$
| $$ | $$$ |$$| $$ /$$/| $$ | $$
| $$ | $$$$|$$| $$ /$$/ | $$ | $$ /$$$$$$
| $$ | $$ $$$$| $$ $$$/ | $$ | $$ /$$__ $$
| $$ | $$ $$$$| $$ $$ | $$ |$$| $$ \ $$
| $$ |$$\ $$ $| $$\ $$ | $$ | $$| $$ | $$
| $$$$$$$$| $$ \$$| $$ \ $$| $$ $$$$/| $$$$$$$/
|/|/ __/|/ __/ __/ | $$____/
| $$
| $$
|__/
==================================================Traceback (most recent call last):
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 169, in
main(args=cmd_line_args)
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 120, in main
link = for_file(r'C:\Windows\System32\cmd.exe', filepath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/machine/practice/vault/LNKUp/generate.py", line 140, in for_file
lnk = pylnk.create(lnk_name)
^^^^^^^^^^^^
AttributeError: module 'pylnk' has no attribute 'create'
The text was updated successfully, but these errors were encountered: