Skip to content

Problem with unencoded URLs #3

Description

@StevenBlack

Using yoyo's wonky URL, I get the following output and execution doesn't complete.

Steve at 0xf
$ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
[1] 12294

Steve at 0xf
$ --------------------------------------------------------------------------------
Base hosts file summary:
--------------------------------------------------------------------------------
Location: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts
Domains: 3,280
Bytes: 89 kB
--------------------------------------------------------------------------------

Truncating the URL works just fine:

Steve at 0xf
$ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php
--------------------------------------------------------------------------------
Base hosts file summary:
--------------------------------------------------------------------------------
Location: https://pgl.yoyo.org/adservers/serverlist.php
Domains: 3,280
Bytes: 89 kB
--------------------------------------------------------------------------------

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions