Skip to content

OSError: {WinError 6} The handle is invalid #3

@lekittiee

Description

@lekittiee

here's what i get back after i try to run the program:

Traceback (most recent call last):
File "C:\Users\s34bu\Roptcher-main\Roptcherv1.1.py", line 190, in
bf = SimpleBruteForcer(args.url, args.username, args.wordlist, args.threads)
File "C:\Users\s34bu\Roptcher-main\Roptcherv1.1.py", line 55, in init
self.load_wordlist()
~~~~~~~~~~~~~~~~~~^^
File "C:\Users\s34bu\Roptcher-main\Roptcherv1.1.py", line 59, in load_wordlist
with open(self.wordlist, 'r', encoding='utf-8', errors='ignore') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 6] The handle is invalid

not sure how to fix this. looked everywhere online. any tips?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions