Jump to content

Having trouble with some payloads


Exmix

Recommended Posts

1 hour ago, Dave-ee Jones said:

Your distro might not immediately support the WiFi card, might need to install some drivers for it.

Nah it does. I'm currently at a friends house and their WiFi isn't the greatest. It works fine anywhere else.

So i'm on linux now and I ran:

 sudo pyinstaller laZagne.py 

Since I opened a terminal in that folder.  It went through and made it but I got another warnlazagne.txt

missing module named __builtin__.open - imported by __builtin__, tarfile
missing module named codecs.mbcs_encode - imported by codecs, encodings.mbcs
missing module named codecs.mbcs_decode - imported by codecs, encodings.mbcs
missing module named binascii.a2b_uu - imported by binascii, encodings.uu_codec
missing module named binascii.b2a_uu - imported by binascii, encodings.uu_codec
missing module named binascii.b2a_base64 - imported by binascii, email.base64mime
missing module named binascii.a2b_base64 - imported by binascii, email.base64mime
missing module named binascii.b2a_qp - imported by binascii, quopri
missing module named binascii.a2b_qp - imported by binascii, quopri
missing module named binascii.unhexlify - imported by binascii, lazagne.softwares.browsers.mozilla
missing module named binascii.b2a_hex - imported by binascii, Crypto.Random.Fortuna.FortunaAccumulator, Crypto.Random.Fortuna.SHAd256
missing module named binascii.hexlify - imported by binascii, random, Crypto.Hash.hashalgo
missing module named unicodedata.ucd_3_2_0 - imported by unicodedata, stringprep, encodings.idna
missing module named _sre.MAXREPEAT - imported by _sre, sre_constants
missing module named _warnings.warn_explicit - imported by _warnings, warnings
missing module named _warnings.filters - imported by _warnings, warnings
missing module named _warnings.once_registry - imported by _warnings, warnings
missing module named _warnings.default_action - imported by _warnings, warnings
missing module named _warnings.warn - imported by _warnings, warnings
missing module named warnings.warn - imported by warnings, random, contextlib, Crypto.Util.number
missing module named strop.whitespace - imported by strop, string
missing module named strop.maketrans - imported by strop, string
missing module named strop.lowercase - imported by strop, string
missing module named strop.uppercase - imported by strop, string
missing module named itertools.islice - imported by itertools, heapq, repr
missing module named itertools.product - imported by itertools, lazagne.softwares.browsers.mozilla
missing module named itertools.starmap - imported by itertools, collections, lazagne.softwares.chats.pbkdf2
missing module named itertools.repeat - imported by itertools, collections
missing module named itertools.imap - imported by itertools, heapq, collections
missing module named itertools.tee - imported by itertools, heapq
missing module named itertools.izip - imported by itertools, heapq, lazagne.softwares.chats.pbkdf2
missing module named itertools.chain - imported by itertools, heapq, tokenize, collections
missing module named itertools.count - imported by itertools, heapq, threading
missing module named 'org.python'.PyStringMap - imported by 'org.python', copy
missing module named 'org.python' - imported by copy, xml.sax
missing module named 'org.python'.imp - imported by 'org.python', xml.sax
missing module named exceptions.ReferenceError - imported by exceptions, weakref
missing module named _weakref.ref - imported by _weakref, _weakrefset, weakref
missing module named _weakref.ReferenceType - imported by _weakref, weakref
missing module named _weakref.proxy - imported by _weakref, weakref
missing module named _weakref.getweakrefs - imported by _weakref, weakref
missing module named _weakref.getweakrefcount - imported by _weakref, weakref
missing module named _weakref.CallableProxyType - imported by _weakref, weakref
missing module named _weakref.ProxyType - imported by _weakref, weakref
missing module named copy.deepcopy - imported by copy, weakref
missing module named array.array - imported by array, lazagne.softwares.memory.libkeepass.pureSalsa20, httplib
missing module named re._compile - imported by re, sre
missing module named re.__all__ - imported by re, sre
missing module named errno.EINVAL - imported by errno, StringIO
missing module named errno.ENOENT - imported by errno, gettext
missing module named cStringIO.StringIO - imported by cStringIO, pprint, shlex, tempfile, pickle, socket, tarfile, quopri, httplib, email.parser, email.message, email.generator, email.iterators, urllib, xml.sax, encodings.uu_codec, encodings.quopri_codec
missing module named struct.Struct - imported by struct, lazagne.softwares.chats.pbkdf2, lazagne.softwares.memory.libkeepass.pureSalsa20
missing module named struct.pack - imported by struct, lazagne.softwares.windows.creddump7.win32.hashdump
missing module named struct.unpack - imported by struct, lazagne.softwares.browsers.mozilla, lazagne.softwares.windows.creddump7.newobj, lazagne.softwares.windows.creddump7.win32.rawreg, lazagne.softwares.windows.creddump7.win32.hashdump, lazagne.softwares.windows.creddump7.win32.domcachedump
missing module named struct.calcsize - imported by struct, ctypes
missing module named _struct.__doc__ - imported by _struct, struct
missing module named _struct._clearcache - imported by _struct, struct
missing module named _ctypes._wstring_at_addr - imported by _ctypes, ctypes
missing module named _ctypes._string_at_addr - imported by _ctypes, ctypes
missing module named _ctypes._cast_addr - imported by _ctypes, ctypes
missing module named _ctypes._memset_addr - imported by _ctypes, ctypes
missing module named _ctypes._memmove_addr - imported by _ctypes, ctypes
missing module named _ctypes.get_last_error - imported by _ctypes, ctypes
missing module named _ctypes.set_last_error - imported by _ctypes, ctypes
missing module named _ctypes._check_HRESULT - imported by _ctypes, ctypes
missing module named _ctypes.set_conversion_mode - imported by _ctypes, ctypes
missing module named _ctypes._pointer_type_cache - imported by _ctypes, ctypes
missing module named _ctypes.POINTER - imported by _ctypes, ctypes
missing module named _ctypes.pointer - imported by _ctypes, ctypes
missing module named _ctypes._SimpleCData - imported by _ctypes, ctypes
missing module named _ctypes.get_errno - imported by _ctypes, ctypes
missing module named _ctypes.set_errno - imported by _ctypes, ctypes
missing module named _ctypes.alignment - imported by _ctypes, ctypes
missing module named _ctypes.addressof - imported by _ctypes, ctypes
missing module named _ctypes.resize - imported by _ctypes, ctypes
missing module named _ctypes.byref - imported by _ctypes, ctypes
missing module named _ctypes.sizeof - imported by _ctypes, ctypes
missing module named _ctypes.dlopen - imported by _ctypes, ctypes
missing module named _ctypes.FUNCFLAG_STDCALL - imported by _ctypes, ctypes
missing module named _ctypes.LoadLibrary - imported by _ctypes, ctypes
missing module named _ctypes.FUNCFLAG_USE_ERRNO - imported by _ctypes, ctypes
missing module named _ctypes.FUNCFLAG_USE_LASTERROR - imported by _ctypes, ctypes
missing module named _ctypes.FUNCFLAG_PYTHONAPI - imported by _ctypes, ctypes
missing module named _ctypes.FUNCFLAG_CDECL - imported by _ctypes, ctypes
missing module named _ctypes.FormatError - imported by _ctypes, ctypes
missing module named _ctypes.ArgumentError - imported by _ctypes, ctypes
missing module named _ctypes.RTLD_LOCAL - imported by _ctypes, ctypes
missing module named _ctypes.RTLD_GLOBAL - imported by _ctypes, ctypes
missing module named _ctypes.__version__ - imported by _ctypes, ctypes
missing module named _ctypes.CFuncPtr - imported by _ctypes, ctypes
missing module named _ctypes._Pointer - imported by _ctypes, ctypes
missing module named _ctypes.Structure - imported by _ctypes, ctypes
missing module named _ctypes.Array - imported by _ctypes, ctypes
missing module named _ctypes.Union - imported by _ctypes, ctypes
missing module named EasyDialogs.AskPassword - imported by EasyDialogs, getpass
missing module named EasyDialogs - imported by getpass
missing module named pwd.getpwnam - imported by pwd, shutil
missing module named msvcrt - imported by subprocess, getpass
missing module named _json.make_encoder - imported by _json, json.encoder
missing module named _json.encode_basestring_ascii - imported by _json, json.encoder
missing module named _json.scanstring - imported by _json, json.decoder
missing module named _json.make_scanner - imported by _json, json.scanner
missing module named shutil.which - imported by shutil, psutil._compat
missing module named _io.DEFAULT_BUFFER_SIZE - imported by _io, io
missing module named _io.BytesIO - imported by _io, io
missing module named _io.open - imported by _io, io
missing module named _io.BufferedWriter - imported by _io, io
missing module named _io.FileIO - imported by _io, io
missing module named _io.BlockingIOError - imported by _io, io
missing module named _io.IncrementalNewlineDecoder - imported by _io, io
missing module named _io.BufferedReader - imported by _io, io
missing module named _io.BufferedRandom - imported by _io, io
missing module named _io.StringIO - imported by _io, io
missing module named _io.BufferedRWPair - imported by _io, io
missing module named _io.TextIOWrapper - imported by _io, io
missing module named _io.UnsupportedOperation - imported by _io, io
missing module named _sysconfigdata.build_time_vars - imported by _sysconfigdata, distutils.sysconfig
missing module named _sysconfigdata_d - imported by _sysconfigdata
missing module named thread.allocate_lock - imported by thread, _strptime
missing module named thread._local - imported by thread, threading
missing module named thread.stack_size - imported by thread, threading
missing module named thread.get_ident - imported by thread, collections
missing module named hashlib.md5 - imported by hashlib, md5, uuid
missing module named hashlib.sha1 - imported by hashlib, lazagne.softwares.browsers.mozilla, sha, uuid
missing module named _hashlib.pbkdf2_hmac - imported by _hashlib, hashlib
missing module named os.urandom - imported by os, random
missing module named math.sin - imported by math, random
missing module named math.sqrt - imported by math, random
missing module named math.cos - imported by math, random
missing module named math.acos - imported by math, random
missing module named math.ceil - imported by math, random
missing module named math.exp - imported by math, random
missing module named math.log - imported by math, random
missing module named math.e - imported by math, random
missing module named math.pi - imported by math, random
missing module named math.floor - imported by math, Crypto.Random._UserFriendlyRNG
missing module named functools.lru_cache - imported by functools, psutil._compat
missing module named _functools.partial - imported by _functools, functools
missing module named _functools.reduce - imported by _functools, functools
missing module named locale.normalize - imported by locale, gettext
missing module named datetime.date - imported by datetime, _strptime
missing module named operator.xor - imported by operator, lazagne.softwares.chats.pbkdf2
missing module named operator._compare_digest - imported by operator, hmac
missing module named operator.getitem - imported by operator, pyasn1.type.tag
missing module named operator.attrgetter - imported by operator, inspect
missing module named operator.itemgetter - imported by operator, collections, heapq, lazagne.softwares.windows.creddump7.newobj
missing module named operator.eq - imported by operator, collections
missing module named grp.getgrnam - imported by grp, shutil
missing module named cPickle.loads - imported by cPickle, collections
missing module named cPickle.dumps - imported by cPickle, collections
missing module named collections.deque - imported by collections, shlex, threading
missing module named collections.OrderedDict - imported by collections, unittest.util, ConfigParser, enum
missing module named collections.namedtuple - imported by collections, inspect, unittest.util, difflib, doctest, ssl, psutil._common, psutil._pslinux, psutil._pswindows, psutil._psosx, psutil._psbsd, psutil._pssunos, urlparse
missing module named _collections.deque - imported by _collections, collections
missing module named _collections.defaultdict - imported by _collections, collections
missing module named posixpath.isfile - imported by posixpath, lazagne.softwares.sysadmin.opensshforwindows, lazagne.softwares.databases.robomongo
missing module named posixpath.isdir - imported by posixpath, lazagne.softwares.sysadmin.opensshforwindows, lazagne.softwares.databases.robomongo
missing module named threading.RLock - imported by threading, _threading_local, psutil._compat
missing module named threading.current_thread - imported by threading, _threading_local
missing module named time.time - imported by time, threading
missing module named time.sleep - imported by time, threading
missing module named _subprocess.STD_OUTPUT_HANDLE - imported by _subprocess, subprocess
missing module named _subprocess.CREATE_NEW_PROCESS_GROUP - imported by _subprocess, subprocess
missing module named _subprocess.STD_INPUT_HANDLE - imported by _subprocess, subprocess
missing module named _subprocess.STARTF_USESHOWWINDOW - imported by _subprocess, subprocess
missing module named _subprocess.CREATE_NEW_CONSOLE - imported by _subprocess, subprocess
missing module named _subprocess.STD_ERROR_HANDLE - imported by _subprocess, subprocess
missing module named _subprocess.STARTF_USESTDHANDLES - imported by _subprocess, subprocess
missing module named _subprocess.SW_HIDE - imported by _subprocess, subprocess
missing module named org.PyStringMap - imported by org, pickle
missing module named org - imported by pickle
missing module named _subprocess - imported by subprocess, lazagne.softwares.browsers.ie, lazagne.softwares.windows.cachedump, lazagne.softwares.windows.hashdump, lazagne.softwares.windows.lsa_secrets, lazagne.config.powershell_execute
missing module named riscosenviron._Environ - imported by riscosenviron, os
missing module named riscosenviron - imported by os
missing module named riscospath - imported by os
missing module named riscos._exit - imported by riscos, os
missing module named riscos - imported by os
missing module named ce._exit - imported by ce, os
missing module named ce - imported by os
missing module named _emx_link.link - imported by _emx_link, os
missing module named _emx_link - imported by os
missing module named os2._exit - imported by os2, os
missing module named os2 - imported by os
missing module named nt._isdir - imported by nt, ntpath
missing module named nt._getfullpathname - imported by nt, ntpath
missing module named nt._exit - imported by nt, os
missing module named nt - imported by os, ntpath
missing module named posix._exit - imported by posix, os
missing module named sys.py3kwarning - imported by sys, httplib
missing module named sys.modules - imported by sys, dummy_threading
missing module named sys.version_info - imported by sys, pyasn1.compat.octets
missing module named time.strptime - imported by time, ssl
missing module named time.strftime - imported by time, lazagne.config.write_output
missing module named time.gmtime - imported by time, lazagne.config.write_output
missing module named socket.AF_UNIX - imported by socket, psutil._common
missing module named socket.AF_INET6 - imported by socket, psutil._common
missing module named socket.SOCK_DGRAM - imported by socket, psutil._common
missing module named _ssl.RAND_egd - imported by _ssl, ssl, socket
missing module named _ssl.SSL_ERROR_EOF - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_WANT_READ - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_WANT_CONNECT - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_ZERO_RETURN - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_WANT_X509_LOOKUP - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_SSL - imported by _ssl, socket
missing module named _ssl.RAND_status - imported by _ssl, ssl, socket
missing module named _ssl.SSL_ERROR_INVALID_ERROR_CODE - imported by _ssl, socket
missing module named _ssl.SSL_ERROR_WANT_WRITE - imported by _ssl, socket
missing module named _ssl.RAND_add - imported by _ssl, ssl, socket
missing module named _ssl.SSL_ERROR_SYSCALL - imported by _ssl, socket
missing module named _ssl.SSLError - imported by _ssl, ssl, socket
missing module named _ssl.enum_crls - imported by _ssl, ssl
missing module named _ssl.enum_certificates - imported by _ssl, ssl
missing module named _ssl._OPENSSL_API_VERSION - imported by _ssl, ssl
missing module named _ssl.HAS_ECDH - imported by _ssl, ssl
missing module named _ssl.HAS_ALPN - imported by _ssl, ssl
missing module named _ssl.HAS_NPN - imported by _ssl, ssl
missing module named _ssl.HAS_SNI - imported by _ssl, ssl
missing module named _ssl.txt2obj - imported by _ssl, ssl
missing module named _ssl.nid2obj - imported by _ssl, ssl
missing module named _ssl.CERT_REQUIRED - imported by _ssl, ssl
missing module named _ssl.CERT_NONE - imported by _ssl, ssl
missing module named _ssl.CERT_OPTIONAL - imported by _ssl, ssl
missing module named _ssl.SSLEOFError - imported by _ssl, ssl
missing module named _ssl.SSLWantReadError - imported by _ssl, ssl
missing module named _ssl.SSLWantWriteError - imported by _ssl, ssl
missing module named _ssl.SSLSyscallError - imported by _ssl, ssl
missing module named _ssl.SSLZeroReturnError - imported by _ssl, ssl
missing module named _ssl._SSLContext - imported by _ssl, ssl
missing module named _ssl.OPENSSL_VERSION_NUMBER - imported by _ssl, ssl
missing module named _ssl.OPENSSL_VERSION_INFO - imported by _ssl, ssl
missing module named _ssl.OPENSSL_VERSION - imported by _ssl, ssl
missing module named socket.SO_TYPE - imported by socket, ssl
missing module named socket.SOL_SOCKET - imported by socket, ssl
missing module named socket.AF_INET - imported by socket, ssl, psutil._common
missing module named socket.create_connection - imported by socket, ssl
missing module named socket.SOCK_STREAM - imported by socket, ssl, psutil._common
missing module named socket.error - imported by socket, ssl
missing module named socket.socket - imported by socket, ssl
missing module named socket._delegate_methods - imported by socket, ssl
missing module named socket._fileobject - imported by socket, ssl
missing module named psutil._psutil_sunos - imported by psutil, psutil._pssunos
missing module named ElementC14N._serialize_c14n - imported by ElementC14N, xml.etree.ElementTree
missing module named ElementC14N - imported by xml.etree.ElementTree
missing module named _winreg - imported by lazagne.config.WinStructure, lazagne.softwares.browsers.ie, lazagne.softwares.windows.autologon, lazagne.softwares.sysadmin.puttycm, lazagne.softwares.sysadmin.winscp, lazagne.softwares.sysadmin.coreftp, lazagne.softwares.chats.skype, lazagne.softwares.mails.outlook, lazagne.softwares.games.galconfusion, lazagne.softwares.games.turba, mimetypes, urllib
missing module named _scproxy._get_proxy_settings - imported by _scproxy, urllib
missing module named _scproxy._get_proxies - imported by _scproxy, urllib
missing module named _scproxy - imported by urllib
missing module named SOCKS - imported by ftplib
missing module named rourl2path.url2pathname - imported by rourl2path, urllib
missing module named rourl2path.pathname2url - imported by rourl2path, urllib
missing module named rourl2path - imported by urllib
missing module named java.Exception - imported by java, xml.sax._exceptions
missing module named java - imported by xml.sax._exceptions
missing module named _xmlplus - imported by xml
missing module named psutil._psutil_bsd - imported by psutil, psutil._psbsd
missing module named psutil._psutil_osx - imported by psutil, psutil._psosx
missing module named psutil._psutil_windows.REALTIME_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows.NORMAL_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows.IDLE_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows.HIGH_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows.BELOW_NORMAL_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows.ABOVE_NORMAL_PRIORITY_CLASS - imported by psutil._psutil_windows, psutil._pswindows, psutil
missing module named psutil._psutil_windows - imported by psutil, psutil._pswindows
missing module named psutil._psutil_linux.RLIMIT_STACK - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_RSS - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_NPROC - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_NOFILE - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_MEMLOCK - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_LOCKS - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_FSIZE - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_DATA - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_CPU - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_CORE - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIMIT_AS - imported by psutil._psutil_linux, psutil
missing module named psutil._psutil_linux.RLIM_INFINITY - imported by psutil._psutil_linux, psutil
missing module named dummy_threading.RLock - imported by dummy_threading, psutil._compat
missing module named _dummy_threading.__all__ - imported by _dummy_threading, dummy_threading
missing module named _dummy_threading - imported by dummy_threading
missing module named memorpy - imported by lazagne.softwares.memory.memorydump
missing module named Crypto.Util.number.bytes_to_long - imported by Crypto.Util.number, Crypto.Random.random, Crypto.PublicKey.RSA, Crypto.Util.asn1, Crypto.PublicKey._DSA
missing module named Crypto.Util.number.long_to_bytes - imported by Crypto.Util.number, Crypto.Random.random, lazagne.softwares.browsers.mozilla, Crypto.PublicKey.RSA, Crypto.Util.asn1, Crypto.PublicKey._DSA
missing module named Crypto.Util.number.size - imported by Crypto.Util.number, Crypto.Random.random, Crypto.PublicKey._slowmath
missing module named Crypto.Util.strxor.strxor_c - imported by Crypto.Util.strxor, Crypto.Hash.HMAC
missing module named Crypto.Util.strxor.strxor - imported by Crypto.Util.strxor, Crypto.Protocol.KDF
missing module named winrandom - imported by Crypto.Random.OSRNG.nt
missing module named 'ctypes.macholib'.dyld_find - imported by 'ctypes.macholib', ctypes.util
missing module named 'ctypes.macholib' - imported by ctypes.util
missing module named netbios - imported by uuid
missing module named win32wnet - imported by uuid

Link to comment
Share on other sites

Well I wonder what that errors for..It's like it's missing a few modules...a lot of modules...all the modules...

I would say it's because it didn't install properly and can't find the modules in the module folder (because they didn't install there and they are most likely in that folder you are working in). Research where modules are supposed to go and how to install them.

Link to comment
Share on other sites

23 hours ago, Dave-ee Jones said:

Well I wonder what that errors for..It's like it's missing a few modules...a lot of modules...all the modules...

I would say it's because it didn't install properly and can't find the modules in the module folder (because they didn't install there and they are most likely in that folder you are working in). Research where modules are supposed to go and how to install them.

Been looking into it but honestly so far it doesn't make a whole lot of sense. Main things i've found were I can install something called Drush and do it that was but that's also saying i'd need to download and enable all the modules one at a time, which might not be too bad, just time consuming by going through the warnlazagne log I have and going through that.

Link to comment
Share on other sites

13 minutes ago, Exmix said:

Been looking into it but honestly so far it doesn't make a whole lot of sense. Main things i've found were I can install something called Drush and do it that was but that's also saying i'd need to download and enable all the modules one at a time, which might not be too bad, just time consuming by going through the warnlazagne log I have and going through that.

I've never used pyinstaller. Why do you need it, seems like a huge hassle for nothing ..

Link to comment
Share on other sites

1 hour ago, Dave-ee Jones said:

I've never used pyinstaller. Why do you need it, seems like a huge hassle for nothing ..

Don't actually NEED it. I was trying to get laZagne.exe to use with the PasswordGrabber script for the BB.

It is becoming more of a hastle than it's worth, I agree with you there. So was just trying a few things to play around with,

Link to comment
Share on other sites

2 hours ago, Exmix said:

Don't actually NEED it. I was trying to get laZagne.exe to use with the PasswordGrabber script for the BB.

It is becoming more of a hastle than it's worth, I agree with you there. So was just trying a few things to play around with,

I looked into it and can't you just make a payload that injects keystrokes to run the program and output the log to the Bash Bunny storage (where you are calling the laZagne.exe from)?

Link to comment
Share on other sites

6 hours ago, Exmix said:

Don't actually NEED it. I was trying to get laZagne.exe to use with the PasswordGrabber script for the BB.

It is becoming more of a hastle than it's worth, I agree with you there. So was just trying a few things to play around with,

You know, you can just download the latest release from the LaZagne github page which comes precompiled.

Link to comment
Share on other sites

12 hours ago, RazerBlade said:

You know, you can just download the latest release from the LaZagne github page which comes precompiled.

That's where I was getting this from and I see no .exe anywhere in there. Maybe i'm blind. I looked through it before posting about it.

I'm double checking it now.

EDIT: Looked through ad nothing but a bunch of python files.

Edited by Exmix
Link to comment
Share on other sites

1 hour ago, Exmix said:

That's where I was getting this from and I see no .exe anywhere in there. Maybe i'm blind. I looked through it before posting about it.

I'm double checking it now.

EDIT: Looked through ad nothing but a bunch of python files.

...

You are quite blind then :P
Check the README, it says in big bold text "Standalones", then says "Standalones are available here: ...".

Here's a direct link because, let's face it, you're probably going to have a hard time trying to find it.

  • Upvote 1
Link to comment
Share on other sites

1 hour ago, Dave-ee Jones said:

...

You are quite blind then :P
Check the README, it says in big bold text "Standalones", then says "Standalones are available here: ...".

Here's a direct link because, let's face it, you're probably going to have a hard time trying to find it.

WELP time to go jump off a bridge, xD

Thanks for the help. Apparently i'm just dumb as a rock.. xD

Link to comment
Share on other sites

1 hour ago, Dave-ee Jones said:

Naw, you just didn't read the README. :P

I did, I just didn't think to click the link because half the time when I do, they just re-link me back to the main github page which I looked at countless times. xD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...