mirror of
				https://codeberg.org/crimeflare/cloudflare-tor
				synced 2025-11-04 02:17:00 +01:00 
			
		
		
		
	Merge branch 'master' of mia03/cloudflare-tor into master
This commit is contained in:
		
						commit
						4cd566356b
					
				
					 6 changed files with 13 additions and 4 deletions
				
			
		
							
								
								
									
										7
									
								
								NEWS.md
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								NEWS.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,3 +1,10 @@
 | 
			
		|||
*2019.02.25*
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
I've reported 100s of criminal websites and they are still operating behind Cloudflare infrastructure.
 | 
			
		||||
```
 | 
			
		||||
https://twitter.com/phyzonloop/status/1100066830553702400
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
*2019.02.24*
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,6 +38,7 @@ Also see [Frequently Asked Questions](faq.md).
 | 
			
		|||
* Add WTF-Cloudflare news to [NEWS.md](NEWS.md)
 | 
			
		||||
* Search something on [Searxes](https://searxes.danwin1210.me/) (this will help collecting Searxes' "MITM domains")
 | 
			
		||||
* Take a look at [add-on code](ismitmlink/)
 | 
			
		||||
* Subscribe to an  RSS feed: ["The Great Cloudwall News"](https://searxes.danwin1210.me/collab/open/getrss.php?q=tmg1news)
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								image/feed.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								image/feed.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 654 B  | 
| 
						 | 
				
			
			@ -26,7 +26,7 @@ browser.runtime.onMessage.addListener((request, sender, sendResponse) => {
 | 
			
		|||
	if (request && sender) {
 | 
			
		||||
		if (mymemory[request] != undefined) {
 | 
			
		||||
			let rlt = mymemory[request];
 | 
			
		||||
			if (Object.keys(mymemory).length > 800) {
 | 
			
		||||
			if (Object.keys(mymemory).length > 20000) {
 | 
			
		||||
				let cnt = 1;
 | 
			
		||||
				for (let t in mymemory) {
 | 
			
		||||
					if (cnt > 10) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
if (document.body) {
 | 
			
		||||
	if (!['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion'].includes(location.hostname)) {
 | 
			
		||||
	if (!['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.cyb'].includes(location.hostname)) {
 | 
			
		||||
		let cs = (function () {
 | 
			
		||||
			let s = document.createElement('style');
 | 
			
		||||
			document.head.appendChild(s);
 | 
			
		||||
| 
						 | 
				
			
			@ -7,8 +7,9 @@ if (document.body) {
 | 
			
		|||
		})();
 | 
			
		||||
		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]::after{content:'[MITM!]';font-weight:bold}", 1);
 | 
			
		||||
		}
 | 
			
		||||
		let asked = [location.hostname, 'searxes.danwin1210.me'];
 | 
			
		||||
		let asked = [location.hostname, '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}))$/.test(aF) && !asked.includes(aF)) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
   "manifest_version": 2,
 | 
			
		||||
   "name": "Are links vulnerable to MITM attack?",
 | 
			
		||||
   "description": "Scan FQDN using Searxes' API",
 | 
			
		||||
   "version": "1.0.1",
 | 
			
		||||
   "version": "1.0.2",
 | 
			
		||||
   "author": "Maslin Bossé",
 | 
			
		||||
   "permissions": [],
 | 
			
		||||
   "icons": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue