BlackArch / wordlistctl

Fetch, install and search wordlist archives from websites and torrent peers.
https://www.blackarch.org/
GNU General Public License v3.0
495 stars 78 forks source link

Seclists filenames changed #3

Closed insomnes closed 5 years ago

insomnes commented 5 years ago

Hello! Have problem with https://github.com/danielmiessler/SecLists/blob/master/Discovery/DNS/subdomains-top1million-5000.txt Cause name has changed, wordlistctl has wrong downloading link now.

noraj commented 5 years ago

Also now GitHub redirects https://github.com/danielmiessler/SecLists/raw/master/ to https://raw.githubusercontent.com/danielmiessler/SecLists/master/ we should do a big sed on that.

noraj commented 5 years ago

From https://github.com/danielmiessler/SecLists/raw/master/Discovery/DNS/subdomains-top1mil-5000.txt to https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/subdomains-top1million-5000.txt

The entry to change in config is

      {
        "name": "subdomains-top1mil-5000.txt",
        "url": [
          "https://github.com/danielmiessler/SecLists/raw/master/Discovery/DNS/subdomains-top1mil-5000.txt"
        ],
        "sum": [
          "3cf063b94f036c9a70f2409bdda0898e"
        ],
        "size": [
          33660,
          33660
        ]
      },