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

It is not working at all #59

Open
darkcrypt13 opened this issue Aug 22, 2024 · 1 comment
Open

It is not working at all #59

darkcrypt13 opened this issue Aug 22, 2024 · 1 comment

Comments

@darkcrypt13
Copy link

No description provided.

@hmlb-no
Copy link

hmlb-no commented Sep 23, 2024

This is a problem i am facing too.

http://web.archive.org/cdx/search/cdx?url=www.nrk.no/*&output=json

You can just use bash and curl it?

wb () 
{ 
    if [[ -z $1 ]]; then
        echo "Usage: $0 URL";
    else
        curl "http://web.archive.org/cdx/search/cdx?url=$1/*&output=json&fl=original,timestamp" 2> /dev/null | jq '.[1:][] |"https://web.archive.org/web/" +.[1] + "/" + .[0]' 2> /dev/null;
    fi
}`

## See also
[Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.](https://github.com/lc/gau)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants