summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_cloudflare <not_cloudflare@noreply.codeberg.org>2019-07-13 03:42:46 +0200
committernot_cloudflare <not_cloudflare@noreply.codeberg.org>2019-07-13 03:42:46 +0200
commitd9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb (patch)
tree23766231ab3aaa98b5c5dca457e0e7e986db701a
parentd3338a2877fad2578b59209782de71d01f5b8f08 (diff)
downloadcloudflare-tor-d9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb.tar
cloudflare-tor-d9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb.tar.gz
cloudflare-tor-d9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb.tar.lz
cloudflare-tor-d9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb.tar.xz
cloudflare-tor-d9445c1d8b927c6d0e1ca94be2b7dc32ce1bddcb.zip
Upload files to 'addon_firefox/ismitmlink'
-rw-r--r--addon_firefox/ismitmlink/bg.js6
-rw-r--r--addon_firefox/ismitmlink/cs.js4
-rw-r--r--addon_firefox/ismitmlink/manifest.json2
3 files changed, 6 insertions, 6 deletions
diff --git a/addon_firefox/ismitmlink/bg.js b/addon_firefox/ismitmlink/bg.js
index 23acc18e..fe362dd1 100644
--- a/addon_firefox/ismitmlink/bg.js
+++ b/addon_firefox/ismitmlink/bg.js
@@ -1,11 +1,11 @@
-let apiurl = 'https://searxes.eu.org/collab/open/ismitm.php';
+let apiurl = 'https://api.searxes.eu.org/_/ismitm.php';
-fetch('http://xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/ok.php', {
+fetch('http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ok.php', {
method: 'GET',
mode: 'cors'
}).then(r => r.text()).then(r => {
if (r == 'ok') {
- apiurl = 'http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ismitm.php';
+ apiurl = 'http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ismitm.php';
}
}).catch(() => {});
diff --git a/addon_firefox/ismitmlink/cs.js b/addon_firefox/ismitmlink/cs.js
index a000b915..e649b1e9 100644
--- a/addon_firefox/ismitmlink/cs.js
+++ b/addon_firefox/ismitmlink/cs.js
@@ -10,7 +10,7 @@ if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lw
cs.insertRule("a[data-mitm]:hover::before{content:'[\\26A1]'}", 2);
cs.insertRule("a[data-mitm]:hover{color:red !important}", 3);
}
- let asked = ['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'addons.mozilla.org', 'web.archive.org'];
+ let asked = ['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org'];
document.querySelectorAll("a[href^='http://']:not([data-mitm]),a[href^='https://']:not([data-mitm]),a[href^='//']:not([data-mitm])").forEach(a => {
let aF = (new URL(a.href)).hostname;
if (!/^(.*)\.(danwin1210\.me|onion|i2p|invalid|test|local|localhost|([0-9]{1,3})|bbs|chan|cyb|dyn|geek|gopher|indy|libre|neo|null|o|oss|oz|parody|pirate|bit|lib|coin|emc|bazar|fur)$/.test(aF) && !asked.includes(aF)) {
@@ -23,7 +23,7 @@ if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lw
if (request[1]) {
document.querySelectorAll("a[href^='http://" + request[0] + "/']:not([data-mitm]),a[href^='https://" + request[0] + "/']:not([data-mitm]),a[href^='//" + request[0] + "/']:not([data-mitm])").forEach(a => {
a.dataset.mitm = 1;
- a.title = 'DANGER! DANGER! MITM!';
+ a.title = 'MITM!';
});
}
}
diff --git a/addon_firefox/ismitmlink/manifest.json b/addon_firefox/ismitmlink/manifest.json
index b0553659..1da25741 100644
--- a/addon_firefox/ismitmlink/manifest.json
+++ b/addon_firefox/ismitmlink/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Are links vulnerable to MITM attack?",
"description": "Scan FQDN using Searxes' API",
- "version": "1.0.8",
+ "version": "1.0.9",
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Maslin Bossé",
"permissions": [