-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update#1 #479
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
base: master
Are you sure you want to change the base?
Update#1 #479
Conversation
I grepped out all of the urls and ran them through curl to see which ones are reporting a 000 [server not found| and 404 [page not found]. This PR is the first set of urls that I removed or updated because the page isn't there anymore or has changed. I still have over 100 urls to go through. I also updated all of the Tor v2 urls and replaced them with working v3 urls. curl command I used: for i in `cat urls.txt`; do
code=$(curl -o /dev/null -s -w "%{http_code}" "$i")
echo "$code $i"
done > url_codes.txt This produced a list like this:
|
@@ -335,11 +335,6 @@ | |||
"type": "url", | |||
"url": "https://who.is/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -335,11 +335,6 @@ | |||
"type": "url", | |||
"url": "https://who.is/" | |||
}, | |||
{ | |||
"name": "Whois AMPed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nirmala061220/kirana
{ | ||
"name": "Whois AMPed", | ||
"type": "url", | ||
"url": "https://whoisamped.com/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whatsapp.com
[email protected]
[email protected]
[email protected]
Http//"wa.me.txt
@@ -895,21 +845,11 @@ | |||
"type": "url", | |||
"url": "https://moz.com/researchtools/ose/" | |||
}, | |||
{ | |||
"name": "SpyOnWeb", | |||
"type": "url", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Http//"[email protected]
Removed the first set of broken links and replaced onion services with correct v3 urls.