Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of a tool #4091

Open
Edu0x01 opened this issue Feb 27, 2024 · 5 comments · May be fixed by #4282
Open

Implementation of a tool #4091

Edu0x01 opened this issue Feb 27, 2024 · 5 comments · May be fixed by #4282
Assignees
Labels
lang::python type::tool-request When someone ask to add a tool

Comments

@Edu0x01
Copy link

Edu0x01 commented Feb 27, 2024

Good morning, I would like to try to implement my tool.

It's called Lrod and is used to help bug hunters and pentesters during reconnaissance.

Characteristics:

☑ Enumeration of subdomains using passive techniques (such as "subfinder")
☑ Lots of extra queries to enumerate DNS
☑ Domain Zone Transfer Attack
☑ WAF type detection
☑ Common enumeration (CMSs, reverse proxies, jquery...)
☑ Target domain "Whois"
☑ Subdomain Acquisition Checker
☑ Check common open ports
☑ Checks active subdomains (like "httprobe")
☑ Wayback machine support for enumerating endpoints (like "waybackurls")
☑ Email Collection

Pendency:

Compare the results with other tools like subfinder, gau, httprobe...
Improve existing code and functions

Third part:

The tool uses different services to obtain subdomains in different ways
The WAF detector has been modified and adapted from the CRLFSuite concept <3
All DNS queries use dns-python 100%, no digging or any extra tools required
Email collection functions are done using Hunter.io API with personal token (free registration)

Abs, Eduardo Barbosa

https://gitlab.com/Edu0x01/Lrod

Screenshot at Feb 28 08-39-16

Screenshot at Feb 28 08-40-21

@Edu0x01
Copy link
Author

Edu0x01 commented Feb 28, 2024

Hello, I just renamed the tool to Lrod... I believe it makes the process easier

https://gitlab.com/Edu0x01/Lrod

@noraj
Copy link
Contributor

noraj commented Mar 1, 2024

Good morning, I would like to try to implement my tool.

I you want to try to create a PKGBUILD for your tool, you can find resources at https://gist.github.com/noraj/5045be32490f1161161e16fc5820066c, especially the PKGBUILD templates and guides.

@noraj noraj added type::tool-request When someone ask to add a tool lang::python labels Mar 24, 2024
@Edu0x01
Copy link
Author

Edu0x01 commented Mar 25, 2024

Hi Noraj, any news about the implementation?
Do I need to do or change something?

@noraj
Copy link
Contributor

noraj commented Mar 25, 2024

As far as I understand, you offered to create the PKGBUILD for your own tool:

Good morning, I would like to try to implement my tool.

@D3vil0p3r D3vil0p3r linked a pull request Oct 9, 2024 that will close this issue
@D3vil0p3r
Copy link
Contributor

Good morning, I would like to try to implement your tool. (joking)

#4282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang::python type::tool-request When someone ask to add a tool
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants