Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

KAELUS v1.1

Latest
Compare
Choose a tag to compare
@massimo-rnd massimo-rnd released this 12 Oct 12:37
· 3 commits to main since this release
0035a1a

KAELUS is a cross-platform (Windows & macOS) Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.

By automatically scanning the source code of each and every link with the same host domain it is able to find email addresses that are listed on said domain, without having to go through them manually.

Features

✅ Extract email addresses from websites
✅ Scans every link on a website
✅ Works on Windows and macOS
✅ Show results in GUI
✅ NEW: Decode Cloudflare "encrypted" E-Mail-Addresses ;)

What's new in this Version?

Implemented Cloudflare bypass
If a website is protected by Cloudflare, emails are being "obfuscated" using javascript. This new Version of KAELUS-Engine has a bypass for exactly that. All protected emails are now being decoded.

Updated Dependencies

  • Updated HTMLAgilityPack to v1.11.67
  • Updated AvaloniaUI to v11.2.0-rc1