You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I provide domain name as knockpy domain.com/ -o /dir/ (with the trailing slash in domain name), knockpy tries to includes this trailing slash in the filename (/dir//domain.com/_2023_10_26_04_03_02.json). This causes error FileNotFoundError: [Errno 2] No such file or directory: '/dir//domain.com/_2023_10_26_04_03_02.json'
The text was updated successfully, but these errors were encountered:
When I provide domain name as
knockpy domain.com/ -o /dir/
(with the trailing slash in domain name),knockpy
tries to includes this trailing slash in the filename (/dir//domain.com/_2023_10_26_04_03_02.json
). This causes errorFileNotFoundError: [Errno 2] No such file or directory: '/dir//domain.com/_2023_10_26_04_03_02.json'
The text was updated successfully, but these errors were encountered: