• Home
  • Hacking & Security
    • Network Hacking
    • Web Hacking
    • Social Engineering
    • Kali Linux
    Submit An Article
  • Courses
    • All Courses
    • Bundles
    • Masterclass
    • VIP Membership
    • FAQ

    Popular Courses

  • Shop
    • Hardware Bundles
    • Wireless Adapters
    • Pentesting Tools
    • Security
    • Accessories
    • Clothing
    • Books
    • All
  • Competition
  • Services
    Penetration Testing
    Consulting
    Code Review
    One on one Training
    Online Courses
    VPN
  • Blog
      • Cart

    VIP Membership Masterclass
    Got a question?
    [email protected]
    RegisterLogin
    zSecurity
    • Home
    • Hacking & Security
      • Network Hacking
      • Web Hacking
      • Social Engineering
      • Kali Linux
      Submit An Article
    • Courses
      • All Courses
      • Bundles
      • Masterclass
      • VIP Membership
      • FAQ

      Popular Courses

    • Shop
      • Hardware Bundles
      • Wireless Adapters
      • Pentesting Tools
      • Security
      • Accessories
      • Clothing
      • Books
      • All
    • Competition
    • Services
      Penetration Testing
      Consulting
      Code Review
      One on one Training
      Online Courses
      VPN
    • Blog
        • Cart

      False Genius

      Home
      • Profile
      • Topics Started
      • Replies Created
      • Engagements
      • Favorites

      Forum Replies Created

      Viewing 15 posts - 1 through 15 (of 20 total)
      1 2 →
      • Author
        Posts
      • March 9, 2021 at 5:55 pm in reply to: Wifi ~ Tails #52937
        False Genius
        Participant

        Thank you!

        March 9, 2021 at 10:16 am in reply to: Wifi ~ Tails #52926
        False Genius
        Participant

        Hi Diego,

        What about QubesOs? Would it work on that. I have alfa awus036ach adapter that I recently bought. In order to access deep web, you people use the secured TAILS or QUBES, right? Whhich adapter do you use?

        Ahmed.

        September 30, 2020 at 2:28 pm in reply to: Social Engineering Lecture: Mail Delivery(email spoof) #46299
        False Genius
        Participant

        Alright, thank you.

        False Genius

        September 10, 2020 at 10:11 am in reply to: No pyinstaller: Zlogger #45340
        False Genius
        Participant

        Hi Diego!

        I fixed all errors. There aren’t any errors now.

        Step 1: I followed whatever was on this website since someone had the same issue:
        https://forums.kali.org/archive/index.php/t-46464.html

        Step 2:
        This didn’t work. Then, I tried this command:

        winetricks -q mdac28

        Now, everything works. Both steps did something, I guess

        Thank you,
        False Genius

        • This reply was modified 2 years, 5 months ago by False Genius.
        • This reply was modified 2 years, 5 months ago by False Genius.
        September 10, 2020 at 6:26 am in reply to: No pyinstaller: Zlogger #45335
        False Genius
        Participant

        Hi,

        Check this:
        https://ibb.co/5hyGx8h

        False Genius

        September 9, 2020 at 7:45 am in reply to: No pyinstaller: Zlogger #45303
        False Genius
        Participant

        Hi,
        There is a new error in town:

        https://ibb.co/WvKWwLc

        False Genius

        September 9, 2020 at 6:43 am in reply to: No pyinstaller: Zlogger #45301
        False Genius
        Participant

        Hi,

        It actually worked in kali account. It doesn’t work on root account. I wonder why…
        Well, as long as it works, no matter what account it is, I am satisfied. Thank you.

        September 8, 2020 at 9:56 am in reply to: No pyinstaller: Zlogger #45261
        False Genius
        Participant

        Yes,
        I tried the 2.7.14 version. It only installs properly when I choose, “Install for current user only”. There is no pip which throws an error

        False Genius

        September 7, 2020 at 6:14 am in reply to: No pyinstaller: Zlogger #45209
        False Genius
        Participant

        Hey,

        When, I go for the option, “Install for all users”, it gives me the error, “Python installation ended prematurely because of an error”

        False Genius

        September 5, 2020 at 1:06 pm in reply to: No pyinstaller: Zlogger #45170
        False Genius
        Participant

        Hi,
        I removed that error as well. Now, there is only one error which is this:
        C:/Python27\python.exe: No module named pip.

        Pip is installed though. Now what?

        False Genius

        September 5, 2020 at 8:23 am in reply to: No pyinstaller: Zlogger #45164
        False Genius
        Participant

        Right! Since, there was no, ‘/Python27/python.exe’, in ‘/root/.wine’ which caused the error below:
        wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’,
        I copied the whole Python27 folder from windows machine to /root/.wine directory. Then, I used this command:
        wine msiexec -i python-2.7.18.msi
        to install python just for the current user, and not for all users. This removed that error and the error, “Python installation ended prematurely because of an error’

        September 4, 2020 at 8:29 am in reply to: No pyinstaller: Zlogger #45104
        False Genius
        Participant

        Hi, I am on the latest version.
        So, I solved the error below:
        wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’

        Now, I have this error:

        [email protected]:~/.wine/drive_c/Python27# wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller==3.5
        Traceback (most recent call last):
        File “C:\Python27\lib\runpy.py”, line 174, in _run_module_as_main
        “__main__”, fname, loader, pkg_name)
        File “C:\Python27\lib\runpy.py”, line 72, in _run_code
        exec code in run_globals
        File “C:\Python27\lib\site-packages\pip\__main__.py”, line 16, in <module>
        from pip._internal import main as _main # isort:skip # noqa
        File “C:\Python27\lib\site-packages\pip\_internal\__init__.py”, line 19, in <module>
        from pip._vendor.urllib3.exceptions import DependencyWarning
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\__init__.py”, line 7, in <module>
        from .connectionpool import (
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\connectionpool.py”, line 11, in <module>
        from .exceptions import (
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\exceptions.py”, line 2, in <module>
        from .packages.six.moves.http_client import (
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 203, in load_module
        mod = mod._resolve()
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 115, in _resolve
        return _import_module(self.mod)
        File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 82, in _import_module
        __import__(name)
        File “C:\Python27\lib\httplib.py”, line 80, in <module>
        import mimetools
        File “C:\Python27\lib\mimetools.py”, line 6, in <module>
        import tempfile
        File “C:\Python27\lib\tempfile.py”, line 35, in <module>
        from random import Random as _Random
        File “C:\Python27\lib\random.py”, line 887, in <module>
        _inst = Random()
        File “C:\Python27\lib\random.py”, line 97, in __init__
        self.seed(x)
        File “C:\Python27\lib\random.py”, line 115, in seed
        a = long(_hexlify(_urandom(2500)), 16)
        WindowsError: [Error -2146893801] Windows Error 0x80090017

        False Genius

        September 3, 2020 at 6:23 am in reply to: No pyinstaller: Zlogger #45006
        False Genius
        Participant

        Hi Diego,

        Veil is working properly. I selected, “Install for all users”. What can I do?

        False Genius

        September 2, 2020 at 7:27 am in reply to: No pyinstaller: Zlogger #44970
        False Genius
        Participant

        Hi Diego,

        I tried this command:
        wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller==3.5

        This gave me the following error:
        wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’

        I started looking for a solution online and found that this is because windows python hasn’t been installed properly so I did that by running the following command:

        wine msiexec -i python-2.7.18.msi

        Now, I am seeing another error: Python installation ended prematurely because of an error

        What to do now?

        False Genius

        September 1, 2020 at 5:22 am in reply to: No pyinstaller: Zlogger #44927
        False Genius
        Participant

        Hi,

        Sorry for asking this stupid question:
        We have to run that command on windows or kali?

        False Genius

      • Author
        Posts
      Viewing 15 posts - 1 through 15 (of 20 total)
      1 2 →

      Categories

      • Cryptography
      • Cryptography
      • CTF
      • Forensics
      • Hacking & Security
      • Hardware
      • IOT
      • Kali Linux
      • Network Hacking
      • News
      • OSINT
      • Post Exploitation
      • Post Exploitation
      • Privacy
      • Programming
      • Security
      • Social Engineering
      • Uncategorized
      • Web Hacking

      Popular Posts

      Got a Blank Screen After Importing Kali in Virtual Box ? Here’s How To Fix It
      25Jan2018

      Connect with us

      • Facebook
      • Twitter
      • LinkedIn
      • Instagram
      • Youtube

      “Everything related to ethical hacking

      & cyber security in one place.”

      Quick Links

      • Home
      • About Us
      • Hacking & Security
      • Download Custom Kali
      • Contact
      • FAQ

      Services

      • Penetration Testing
      • Consulting
      • Code Review
      • One on one training
      • VPN
      • VIP Membership

      Company

      • About Us
      • Contact
      • Vulnerability Disclosure

      Support

      • FAQ
      • Forums

      Copyright © 2022 Z IT SECURITY LTD t/a zSecurity. All rights reserved.

      • Privacy
      • Shipping
      • Refunds
      • Terms

      Contribute

      Share your knowledge with the world

      SUBMIT AN ARTICLE

      Login with your site account

      Lost your password?

      Not a member yet? Register now

      Register a new account


      Are you a member? Login now

      Enroll in this course to access this lesson!

      All of our courses include:

      ✔ Lifetime, unlimited access to course materials & training videos.

      ✔ Watch online or download lectures for offline use.

      ✔ Verifiable certificate of completion from zSecurity, signed by the course instructor, Zaid.

      ✔ Get answers from our Support Team within a maximum of 15 hours.

      ✔ Unlimited Updates.

      Get free 1 month VIP membership per course with:

      ✔ Live mentorship and Q&A session with the course instructor, Zaid.

      ✔ Instant support from community members through our private discord channel.

      ✔ Daily updates with the latest tutorials & news in the hacking world.

      ✔ Daily resources like CTFs, bug bounty programs, onion services and more!

      ✔ Access our VIP community & connect with like-minded people.

      ✔ Discounts on other zSecurity products and services.

      We are using cookies to give you the best experience on our website. This includes but is not limited to:

      • Storing your settings and preferences.
      • Remember your access information
      • Track website performance and make our website more relevant to you.

      You can find out more about which cookies we are using or switch them off in settings.

      Privacy Overview

      This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

      Strictly Necessary Cookies

      Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

      3rd Party Cookies

      This website uses Google Analytics and Linkedin to collect anonymous information such as the number of visitors to the site, and the most popular pages.

      Keeping this cookies enabled helps us to improve our website.

      Please enable Strictly Necessary Cookies first so that we can save your preferences!

      Powered by  GDPR Cookie Compliance