From 960f6834d7a3e1b691f23ab027762d3c3a6ad578 Mon Sep 17 00:00:00 2001 From: Jens True Date: Wed, 8 Apr 2020 22:46:33 +0200 Subject: [PATCH] Post listing various online tools --- content/post/online-tools/index.md | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 content/post/online-tools/index.md diff --git a/content/post/online-tools/index.md b/content/post/online-tools/index.md new file mode 100644 index 0000000..2f4c061 --- /dev/null +++ b/content/post/online-tools/index.md @@ -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. \ No newline at end of file