Releases: B0lg0r0v/Elixir
v1.1.0
v1.0.0
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
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
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
Whats new in 0.4-alpha ?
Fixes:
- Improved Subdomain Enumeration Speed.
- Moved to Concurrent Future Module.
v0.3-alpha
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
- 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
Add files via upload