1
0
jcktrue.dk/content/post/online-tools/index.md

53 lines
3.0 KiB
Markdown
Raw Normal View History

2020-04-08 20:46:33 +00:00
---
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."
date: 2020-04-08T22:09:37+02:00
lastmod: 2020-04-08T22:09:37+02:00
---
# Why
2021-05-01 17:16:57 +00:00
Sometimes you are simply stuck on a system where you can not install your own preferred tools. This is where online browser-based tools come to the rescue.
2020-04-08 20:46:33 +00:00
- [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.
2020-04-08 21:37:07 +00:00
- {{< icon name="file-alt" pack="fas" >}} Report
2020-04-08 20:46:33 +00:00
- [CyberChef](https://gchq.github.io/CyberChef)
2020-08-06 19:59:45 +00:00
- CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data that you may stumble upon. Hexdumping, Base64, Hashing, Compression, EXIF and much much more.
2020-04-08 21:37:07 +00:00
- {{< icon name="bug" pack="fas" >}} Debugging
2024-04-12 19:59:08 +00:00
- [it-tools](https://it-tools.tech/)
- Collection of handy online tools for developers, with great UX.
- {{< icon name="bug" pack="fas" >}} Debugging
2020-04-08 20:46:33 +00:00
- [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.
2020-04-08 21:37:07 +00:00
- {{< icon name="file-alt" pack="fas" >}} Report
2020-04-08 20:46:33 +00:00
- [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.
2024-04-12 19:59:08 +00:00
- {{< icon name="lock" pack="fas" >}} Report
2020-04-08 20:46:33 +00:00
- [Mozilla Observatory](https://observatory.mozilla.org/)
- Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site.
2020-04-08 21:37:07 +00:00
- {{< icon name="file-alt" pack="fas" >}} Report
2020-04-08 20:46:33 +00:00
- [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.
2020-04-08 21:37:07 +00:00
- {{< icon name="file-alt" pack="fas" >}} Search
2020-04-08 20:46:33 +00:00
- [Onlinedisassembler](https://onlinedisassembler.com/)
- As the name suggest provides a purely online tool for analyzing binary executables.
2020-04-08 21:37:07 +00:00
- {{< icon name="bug" pack="fas" >}} Debugging
2020-04-08 20:46:33 +00:00
- [Gitpod](https://gitpod.io/)
- Online IDE built on Theia
2020-04-08 21:37:07 +00:00
- {{< icon name="terminal" pack="fas" >}} Development
2020-04-08 20:46:33 +00:00
- [JSFiddle](https://jsfiddle.net/)
- HTML/CSS/JavaScript sandbox
2020-04-08 21:37:07 +00:00
- {{< icon name="terminal" pack="fas" >}} Development
2020-04-10 18:50:31 +00:00
- [repl.it](https://repl.it/)
- Online IDE and runtime
- {{< icon name="terminal" pack="fas" >}} Development
2020-04-08 20:46:33 +00:00
- [Puppeteer Sandbox](https://puppeteersandbox.com/)
- Play with "Puppeteer" the headless interface for the Chrome browser. Automate scraping, screenshot, print-to-pdf, automatic testing etc.
2020-04-08 21:37:07 +00:00
- {{< icon name="terminal" pack="fas" >}} Development
- [RESTNinja](https://restninja.io/)
- Online REST client and HTTP requests playground. Make HTTP/AJAX requests.
- {{< icon name="bug" pack="fas" >}} Debugging
2020-04-08 20:46:33 +00:00
- [HTTPbin](http://httpbin.org/)
2020-04-08 21:37:07 +00:00
- REST endpoint for testing and development.
- {{< icon name="bug" pack="fas" >}} Debugging