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

71 lines
3.5 KiB
Markdown
Raw Normal View History

2020-04-08 20:46:33 +00:00
---
# 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.
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
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.
- [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