-
Notifications
You must be signed in to change notification settings - Fork 99
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
Wapiti error during scan #13
Comments
Try adding a / symbol at the end of the URL |
I know that you remove that js folder |
simply quote on the parameters' value solved the issue |
I'm having the same issue
Quoting the URL makes no difference. |
It's probably not the clean and definite answer, but simply create the directory (and you can leave it empty) : |
Looks like a broken package, someone said in a thread on SourceForge. Copying the files from the git repo also works. |
Traceback (most recent call last):
File "/usr/bin/wapiti", line 11, in
load_entry_point('wapiti3==3.0.1', 'console_scripts', 'wapiti')()
File "/usr/lib/python3/dist-packages/wapitiCore/main/wapiti.py", line 1002, in wapiti_main
wap.attack()
File "/usr/lib/python3/dist-packages/wapitiCore/main/wapiti.py", line 445, in attack
self.report_gen.generate_report(self.output_file)
File "/usr/lib/python3/dist-packages/wapitiCore/report/htmlreportgenerator.py", line 57, in generate_report
copytree(os.path.join(self.BASE_DIR, self.REPORT_DIR, subdir), os.path.join(output_path, subdir))
File "/usr/lib/python3.6/shutil.py", line 315, in copytree
names = os.listdir(src)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/wapitiCore/report_template/js'
The text was updated successfully, but these errors were encountered: