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
The amount of URLs gau finds are too big for terminal to handle, hence I decide to save them on a .txt file, but every time try that using --o command, I get time="2022-11-11T02:02:25Z" level=fatal msg="Could not open output file: open ex1.txt: permission denied\n" error
I am running gau on fedora 36 using docker and my command was sudo docker run gau example.com sudo --o ex1.txt
The text was updated successfully, but these errors were encountered:
It still doesn't work for me. I can't really figure out the reason. I used linux's tee command to redirect subdomains to write in my .txt file and it worked fine. So my issue is solved. I guess we can close this now if you wish.
The amount of URLs gau finds are too big for terminal to handle, hence I decide to save them on a .txt file, but every time try that using
--o
command, I gettime="2022-11-11T02:02:25Z" level=fatal msg="Could not open output file: open ex1.txt: permission denied\n"
errorI am running gau on fedora 36 using docker and my command was
sudo docker run gau example.com sudo --o ex1.txt
The text was updated successfully, but these errors were encountered: