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

2.7 KiB

title subtitle summary authors tags categories date lastmod featured draft image projects
Online Tools A range of high quality tools you can use from your browser on any system. A range of high quality tools you can use from your browser on any system.
2020-04-08T22:09:37+02:00 2020-04-08T22:09:37+02:00 false false
caption focal_point preview_only
false

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
    • Scan a url and provide a detailed report. Great for checking suspicious links without opening them in your own browser.
  • 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
    • Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools.
  • SSL Labs
    • Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security.
  • Mozilla Observatory
    • Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site.
  • Shodan
    • 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
    • As the name suggest provides a purely online tool for analyzing binary executables.
  • Gitpod
    • Online IDE built on Theia
  • JSFiddle
    • HTML/CSS/JavaScript sandbox
  • Puppeteer Sandbox
    • Play with "Puppeteer" the headless interface for the Chrome browser. Automate scraping, screenshot, print-to-pdf, automatic testing etc.
  • HTTPbin
    • REST endpoint for testing and development.