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

modified: Removed PassiveDNS object #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xh7ml
Copy link

@0xh7ml 0xh7ml commented Jan 12, 2025

This pull request removes the PassiveDNS class and its associated functionality from the sublist3r.py script. The changes include the deletion of the class definition, its methods, and references to it in the main function.

The most important changes include:

Removal of PassiveDNS class and methods:

  • sublist3r.py: Removed the entire PassiveDNS class, including its __init__, req, enumerate, and extract_domains methods.

Updates to the main function:

  • sublist3r.py: Removed the PassiveDNS entry from the enum_dict dictionary in the main function.
  • sublist3r.py: Removed PassiveDNS from the chosenEnums list in the main function.

@0xh7ml
Copy link
Author

0xh7ml commented Jan 12, 2025

This PR resolve #391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant