Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Releases: mochabyte0x/Elixir

v1.1.0

Choose a tag to compare

@mochabyte0x mochabyte0x released this 09 Nov 02:15

What's new in v1.0.0 ?

  • Correction of setup.py

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@mochabyte0x mochabyte0x released this 26 Jul 14:29
df33786

What's new in v1.0.0 ?

🎉 The entire code base of this project has been rewritten to allow for greater flexibility and scalability.

The main highlight is the addition of a -ns argument. You can combine this switch with multiple other switches, enabling you to tunnel DNS requests through specific DNS resolvers or servers. This feature allows you to use Elixir in internal pentests by providing an internal resolver/dns server for enumerating DNS records.

Full Changelog: v0.6...v1.0.0

v0.6

Choose a tag to compare

@mochabyte0x mochabyte0x released this 17 Dec 13:01

What's new in v0.6 ?

New Features

🎉 New "-up" argument.
You can now check for updates and elixir will automatically do it for you.

🎉 New "-l" argument.
Instead of only giving one target domain with the "-d" argument, you can now give a list of domains.

Fixes & improvements

  • Absolute path problem where you couldn't really use elixir as an alias in your terminal. Should be good to go now :)
  • Port scanning staying below port 30
  • Code logic
  • Exception handling
  • Output function shows the target & the results

Full Changelog: v0.5-alpha...v0.6

v0.5-alpha

Choose a tag to compare

@mochabyte0x mochabyte0x released this 29 Nov 16:14

What's new in 0.5 ?

🎉 New "-sdo" argument. This new subdomain enumeration functionality uses free online tools (without any API Keys) to search the subdomains of your target. This function works very (very) fast and should be used over the "-sd" function.

In order to use this functionality, please install beautifulsoup4 with pip.

pip3 install beautifulsoup4

Fixes:

  • Improved code logic
  • Improved exception handling

v0.4-alpha

Choose a tag to compare

@mochabyte0x mochabyte0x released this 21 Nov 20:26

Whats new in 0.4-alpha ?

Fixes:

  • Improved Subdomain Enumeration Speed.
  • Moved to Concurrent Future Module.

v0.3-alpha

Choose a tag to compare

@mochabyte0x mochabyte0x released this 15 Nov 14:35

Whats new in 0.3-alpha ?

🎉 New Output functionality. You can now use the "-o" argument to save the scans into the elixir directory.

Fixes:

  • User Input Sanitazation
  • Moved from Threading module to Multiprocessing module
  • Improved Exception Handling
  • Improved Service Detection & Subdomain scanning.
  • Improved geolocation function

v0.2-alpha

Choose a tag to compare

@mochabyte0x mochabyte0x released this 13 Nov 16:39
  • Download and creation of ASN Database. This way, you can always have the newest DB without loosing the "search" speed.
  • Improved Exception handling.

v0.1-alpha

Choose a tag to compare

@mochabyte0x mochabyte0x released this 12 Nov 19:14
9cfeae1
Add files via upload