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

-l flag not working with docker image to pass a list of target domains #885

Open
shivpratapsingh111 opened this issue Jun 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shivpratapsingh111
Copy link

Describe the bug
-l falg to pass list of target domains is not working with the docker image, where as -d flag works perfectly for a single domain.

To Reproduce
Steps to reproduce the behavior:

  1. Pull docker Image
  2. Make a list of target domains, save them to a file, domains.txt in my case.
  3. Run the below command to pass list of target domains to docker file:
docker run -it --rm -v "${PWD}/OutputFolder/":'/reconftw/Recon/' six2dez/reconftw:main -l domains.txt -r
  1. See error
(.venvPython) root@bugbounty:~/apple# docker run -it --rm -v "${PWD}/OutputFolder/":'/reconftw/Recon/' six2dez/reconftw:main -l domains.txt -r


cat: domains.txt: No such file or directory

   _   _   _   _   _   _   _   _  
  / \ / \ / \ / \ / \ / \ / \ / \ 
 ( r | e | c | o | n | F | T | W )
  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ 
 main-v2.8.1-43-gfbb17cb                                 by @six2dez
remote: Enumerating objects: 307, done.
remote: Counting objects: 100% (307/307), done.
remote: Compressing objects: 100% (126/126), done.
remote: Total 307 (delta 189), reused 274 (delta 181), pack-reused 0
Receiving objects: 100% (307/307), 1.11 MiB | 9.09 MiB/s, done.
Resolving deltas: 100% (189/189), completed with 11 local objects.
From https://github.com/six2dez/reconftw
   fbb17cb..ea1b7af  main       -> origin/main
   6ec8180..7da7643  dev        -> origin/dev
 * [new tag]         v2.9       -> v2.9

 There is a new version, run ./install.sh to get latest version

sed: can't read domains.txt: No such file or directory
cat: domains.txt: No such file or directory

Image
image

OS:
Ubuntu (Debian) - 6.8.0-35-generic #35-Ubuntu
A virtual machine on digital ocean

@shivpratapsingh111 shivpratapsingh111 added the bug Something isn't working label Jun 22, 2024
@devviua
Copy link

devviua commented Jun 23, 2024

Same problem with -l flag on a vps from DigitalOcean.
I even tried the full pathname that starts with "~" - same result.

The console output:
sed: can't read list.txt: No such file or directory cat: list.txt: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants