Coder Social home page Coder Social logo

Comments (7)

storenth avatar storenth commented on August 13, 2024 2

I think we need to use httprobe first to construct hostFiles with http/https
Suggest to close the issue

from meg.

giany avatar giany commented on August 13, 2024

Probably you don't have the scheme properly set.

from meg.

storenth avatar storenth commented on August 13, 2024

@giany provide with example please, because I got the same issue too.

from meg.

m0nk3y-s3c avatar m0nk3y-s3c commented on August 13, 2024

Same issue here.
I have a list of alive hosts with both http https schems.
and i'm getting the same error.
request failed: Get alive.subdomain.com/: unsupported protocol scheme ""

Thanks

from meg.

rajeshk28 avatar rajeshk28 commented on August 13, 2024

Same issue here.
I have used httprobe which will have http and https but and i'm getting the same error.
request failed: Get "/robots.txt": unsupported protocol scheme ""
request failed: Get "": unsupported protocol scheme ""

Any fix here? seems to be many users are reporting

from meg.

junnlikestea avatar junnlikestea commented on August 13, 2024

I had the same error on Void Linux. I changed the hosts.txt,paths.txt to hosts and paths without the extension. This fixed the problem for me.

from meg.

mhassani97 avatar mhassani97 commented on August 13, 2024

you can use this bash script

for domain in $(cat hosts | httpx); do meg -concurrency 20 /robots.txt  "http://$domain" ; done;

You Should Install httpx Also . (Optional)

from meg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.