Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecretFinder with powershell #84

Open
LuckyCat17 opened this issue Jul 5, 2024 · 0 comments
Open

SecretFinder with powershell #84

LuckyCat17 opened this issue Jul 5, 2024 · 0 comments

Comments

@LuckyCat17
Copy link

LuckyCat17 commented Jul 5, 2024

Hello im trying to launch SecretFinder.py with Windows Powershell and I get this error
`python SecretFinder.py -i censored -e
URL to access output: file://C:\Users\x\Documents\extensor-main\secretfinder\output.html
Output can't be saved in output.html due to exception: [WinError 1] Incorrect function
Traceback (most recent call last):
File "C:\Users\x\Documents\extensor-main\secretfinder\SecretFinder.py", line 273, in html_save
print('URL to access output: file://%s'%os.path.abspath(args.output))
OSError: [WinError 1] Incorrect function

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\x\Documents\extensor-main\secretfinder\SecretFinder.py", line 464, in
html_save(output)
File "C:\Users\x\Documents\extensor-main\secretfinder\SecretFinder.py", line 280, in html_save
print('Output can't be saved in %s due to exception: %s'%(args.output,err))
OSError: [WinError 1] Incorrect function`

I'm using python 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant