Post listing various online tools
This commit is contained in:
		
							
								
								
									
										55
									
								
								content/post/online-tools/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								content/post/online-tools/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
			
		||||
---
 | 
			
		||||
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
 | 
			
		||||
 | 
			
		||||
title: "Online Tools"
 | 
			
		||||
subtitle: "A range of high quality tools you can use from your browser on any system."
 | 
			
		||||
summary: "A range of high quality tools you can use from your browser on any system."
 | 
			
		||||
authors: []
 | 
			
		||||
tags: []
 | 
			
		||||
categories: []
 | 
			
		||||
date: 2020-04-08T22:09:37+02:00
 | 
			
		||||
lastmod: 2020-04-08T22:09:37+02:00
 | 
			
		||||
featured: false
 | 
			
		||||
draft: false
 | 
			
		||||
 | 
			
		||||
# Featured image
 | 
			
		||||
# To use, add an image named `featured.jpg/png` to your page's folder.
 | 
			
		||||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
 | 
			
		||||
image:
 | 
			
		||||
  caption: ""
 | 
			
		||||
  focal_point: ""
 | 
			
		||||
  preview_only: false
 | 
			
		||||
 | 
			
		||||
# Projects (optional).
 | 
			
		||||
#   Associate this post with one or more of your projects.
 | 
			
		||||
#   Simply enter your project's folder or file name without extension.
 | 
			
		||||
#   E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
 | 
			
		||||
#   Otherwise, set `projects = []`.
 | 
			
		||||
projects: []
 | 
			
		||||
---
 | 
			
		||||
# Why
 | 
			
		||||
 | 
			
		||||
Sometimes you are simply stuck on a system where you can not install your own prefered tools. This is where online browser based tools comes to the assistance.
 | 
			
		||||
 | 
			
		||||
- [urlscan.io](https://urlscan.io/)
 | 
			
		||||
  - Scan a url and provide a detailed report. Great for checking suspicious links without opening them in your own browser.
 | 
			
		||||
- [CyberChef](https://gchq.github.io/CyberChef)
 | 
			
		||||
  - CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data often occuring on the internet. Hexdumping, Base64, Hashing, Compression, EXIF and much much more.
 | 
			
		||||
- [Virus Total](https://www.virustotal.com/)
 | 
			
		||||
  - Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools.
 | 
			
		||||
- [SSL Labs](https://www.ssllabs.com/ssltest/)
 | 
			
		||||
  - Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security.
 | 
			
		||||
- [Mozilla Observatory](https://observatory.mozilla.org/)
 | 
			
		||||
  - Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site.
 | 
			
		||||
- [Shodan](https://www.shodan.io/)
 | 
			
		||||
  - Shodan is for TCP/IP what Google is for the web. Shodan performs global ip and port scanning with the results easily accessible through a search engine.
 | 
			
		||||
- [Onlinedisassembler](https://onlinedisassembler.com/)
 | 
			
		||||
  - As the name suggest provides a purely online tool for analyzing binary executables.
 | 
			
		||||
- [Gitpod](https://gitpod.io/)
 | 
			
		||||
  - Online IDE built on Theia
 | 
			
		||||
- [JSFiddle](https://jsfiddle.net/)
 | 
			
		||||
  - HTML/CSS/JavaScript sandbox
 | 
			
		||||
- [Puppeteer Sandbox](https://puppeteersandbox.com/)
 | 
			
		||||
  - Play with "Puppeteer" the headless interface for the Chrome browser. Automate scraping, screenshot, print-to-pdf, automatic testing etc.
 | 
			
		||||
- [HTTPbin](http://httpbin.org/)
 | 
			
		||||
  - REST endpoint for testing and development.
 | 
			
		||||
		Reference in New Issue
	
	Block a user