fyoorer / ShadowClone

Unleash the power of cloud
Apache License 2.0
718 stars 95 forks source link

httpx running error #54

Open ba1van7 opened 3 months ago

ba1van7 commented 3 months ago

I am using this command python shadowclone.py -i domains.txt -c "/go/bin/httpx -l {INPUT}" and getting this error

Encountered a bad command exit code!

Command: '/go/bin/httpx -l /tmp/infile'

Exit code: 127

Stdout: already printed

Stderr: already printed

nuclei and subfinder working fine only getting this error in httpx!

UPDATE: Fixed all errors Message me on Discord I'll send you starting to ending commands to properly install this tool, because official wiki is not updated. USERNAME: ba1van7

MustafaSky commented 3 months ago

python shadowclone.py -i hackerone_new_domains.log --split 100 -o hackerone_new_output.txt -c "httpx -l {INPUT}"

I have the same issue. I just changed the /go/bin/httpx to httpx only, and it works :)

ba1van7 commented 3 months ago

python shadowclone.py -i hackerone_new_domains.log --split 100 -o hackerone_new_output.txt -c "httpx -l {INPUT}"

I have the same issue. I just changed the /go/bin/httpx to httpx only, and it works :)

not working

Sh4d0wHunt3rX commented 3 months ago

Anyone solved this? I got same issue with httpx only

rednapm commented 1 month ago

same problem here i think the input file is not uploaded into the s3 bucket if i'm understanding this tool correctly

rednapm commented 1 month ago

Resolved : i was facing the same issue , i just made sure that i used the dockerfile that have httpx tool in it before building it up

hackerx007sys commented 1 month ago

this worked for me try it ! python shadowclone.py -i /home/kali/4.txt -c "cat {INPUT}|/go/bin/httpx " -o test1.txt -s 1000

hackerx007sys commented 1 month ago

also, try this for nuclei

 python shadowclone.py -i /home/kali/ShadowClone/nuc.txt  -c "/go/bin/nuclei -ut && cat {INPUT}|/go/bin/nuclei  -s critical,high -rl 600 -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'" -o nuc-rez.txt -s 100