summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormia26 <mia26@mail.no>2019-03-27 02:48:35 +0000
committermia26 <mia26@mail.no>2019-03-27 02:48:35 +0000
commitc94928a793888a32bf8a663a7bb27a928a4b9022 (patch)
tree1a6ba41a288539b43677ad8b449295d46b5477f2
parentd186ed2fef72bf95f849285157d42064e05ff051 (diff)
downloadcloudflare-tor-c94928a793888a32bf8a663a7bb27a928a4b9022.tar
cloudflare-tor-c94928a793888a32bf8a663a7bb27a928a4b9022.tar.gz
cloudflare-tor-c94928a793888a32bf8a663a7bb27a928a4b9022.tar.lz
cloudflare-tor-c94928a793888a32bf8a663a7bb27a928a4b9022.tar.xz
cloudflare-tor-c94928a793888a32bf8a663a7bb27a928a4b9022.zip
Upload files to 'ismitmlink'
-rw-r--r--ismitmlink/bg.js20
-rw-r--r--ismitmlink/cs.js60
-rw-r--r--ismitmlink/manifest.json2
3 files changed, 43 insertions, 39 deletions
diff --git a/ismitmlink/bg.js b/ismitmlink/bg.js
index 87a73de7..6a2a9393 100644
--- a/ismitmlink/bg.js
+++ b/ismitmlink/bg.js
@@ -1,4 +1,14 @@
-const apiurl = 'https://searxes.danwin1210.me/collab/open/ismitm.php';
+let apiurl = 'https://searxes.danwin1210.me/collab/open/ismitm.php';
+let TORapiurl = 'http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ismitm.php';
+
+fetch('http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/hi.php', {
+ method: 'GET',
+ mode: 'cors'
+}).then(r => r.text()).then(r => {
+ if (r == 'hi') {
+ apiurl = TORapiurl;
+ }
+}).catch(() => {});
function is_infected(f) {
return new Promise((g, b) => {
@@ -9,9 +19,7 @@ function is_infected(f) {
'Content-Type': 'application/x-www-form-urlencoded'
},
body: 'f=' + f
- }).then(function (r) {
- return r.json();
- }).then(function (r) {
+ }).then(r => r.json()).then(r => {
if (r[0]) {
g(r[1]);
} else {
@@ -66,6 +74,4 @@ browser.storage.local.clear().then(() => {
}, () => {});
}
});
-}, (e) => {
- console.log(e);
-}); \ No newline at end of file
+}, () => {}); \ No newline at end of file
diff --git a/ismitmlink/cs.js b/ismitmlink/cs.js
index c274e3b6..1361a666 100644
--- a/ismitmlink/cs.js
+++ b/ismitmlink/cs.js
@@ -1,34 +1,32 @@
-if (document.body) {
- if (!['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.cyb', 'addons.mozilla.org'].includes(location.hostname)) {
- let cs = (function () {
- let s = document.createElement('style');
- document.head.appendChild(s);
- return s.sheet;
- })();
- if (cs) {
- cs.insertRule("a[data-mitm]{text-decoration-line:line-through !important;text-decoration-color:red !important;text-decoration-style:double !important}", 0);
- cs.insertRule("a[data-mitm]::before{content:'[MITM!]';font-weight:bold !important;color:red !important}", 1);
- cs.insertRule("a[data-mitm]:hover::before{content:'[Privacy Risk!!]'}", 2);
- cs.insertRule("a[data-mitm]:hover{color:red !important}", 3);
+if (document.body && !['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.cyb'].includes(location.hostname)) {
+ let cs = (function () {
+ let s = document.createElement('style');
+ document.head.appendChild(s);
+ return s.sheet;
+ })();
+ if (cs) {
+ cs.insertRule("a[data-mitm]{text-decoration-line:line-through !important;text-decoration-color:red !important;text-decoration-style:double !important}", 0);
+ cs.insertRule("a[data-mitm]::before{content:'[MITM!]';font-weight:bold !important;color:red !important}", 1);
+ cs.insertRule("a[data-mitm]:hover::before{content:'[Privacy Risk!!]'}", 2);
+ cs.insertRule("a[data-mitm]:hover{color:red !important}", 3);
+ }
+ let asked = ['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.cyb', 'addons.mozilla.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 (!/^(.*)\.(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)) {
+ asked.push(aF);
+ browser.runtime.sendMessage(aF);
}
- let asked = ['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.cyb'];
- 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 (!/^(.*)\.(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)) {
- asked.push(aF);
- browser.runtime.sendMessage(aF);
- }
- });
- browser.runtime.onMessage.addListener((request, sender, sendResponse) => {
- if (request.length == 2) {
- 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!';
- });
- }
+ });
+ browser.runtime.onMessage.addListener((request, sender, sendResponse) => {
+ if (request.length == 2) {
+ 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!';
+ });
}
- sendResponse(null);
- });
- }
+ }
+ sendResponse(null);
+ });
} \ No newline at end of file
diff --git a/ismitmlink/manifest.json b/ismitmlink/manifest.json
index 7c851fa4..f064778d 100644
--- a/ismitmlink/manifest.json
+++ b/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.3",
+ "version": "1.0.4",
"homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor/src/master/ismitmlink",
"author": "Maslin Bossé",
"permissions": [