Coder Social home page Coder Social logo

lnkup's Issues

AttributeError: module 'pylnk' has no attribute 'create'

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'


issue with pylnk

Have installed liblnk-20200810, trying to run LNKUp on the latest version of Kali (2020.4) and encountering the following errors.
cmd: (python v3.9.1+)
python3 http://generate.py --host (myIP) --type ntlm --output out.lnk
Error:
Traceback (most recent call last):
File "/home/rory/LNKUp-master/generate.py", line 169, in
main(args=cmd_line_args)
File "/home/rory/LNKUp-master/generate.py", line 120, in main
link = for_file(r'C:\Windows\System32\cmd.exe', filepath)
File "/home/rory/LNKUp-master/generate.py", line 151, in for_file
return pylnk.from_segment_list(elements, lnk_name)
File "/usr/lib/python3/dist-packages/pylnk.py", line 1754, in from_segment_list
entries.append(DriveEntry(drive))
File "/usr/lib/python3/dist-packages/pylnk.py", line 488, in init
m = _DRIVE_PATTERN.match(drive.strip())
TypeError: cannot use a string pattern on a bytes-like object

cmd: (python v2.7.18)
python generate.py --host (myIP) --type ntlm --output out.lnk
error:
Traceback (most recent call last):
File "generate.py", line 169, in
main(args=cmd_line_args)
File "generate.py", line 120, in main
link = for_file(r'C:\Windows\System32\cmd.exe', filepath)
File "generate.py", line 140, in for_file
lnk = pylnk.create(lnk_name)
AttributeError: 'module' object has no attribute 'create'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.