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

dnsenum: add page #9195

Closed
wants to merge 14 commits into from
Closed

dnsenum: add page #9195

wants to merge 14 commits into from

Conversation

ciph3rz
Copy link
Contributor

@ciph3rz ciph3rz commented Oct 19, 2022

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@github-actions github-actions bot added the new command Issues requesting creation of a new page. label Oct 19, 2022
@tldr-bot

This comment was marked as outdated.

@navarroaxel navarroaxel changed the title Dnsenum braa, dnsenum: add page Oct 20, 2022
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
@navarroaxel navarroaxel changed the title braa, dnsenum: add page dnsenum: add page Oct 20, 2022
@ciph3rz
Copy link
Contributor Author

ciph3rz commented Oct 23, 2022

Reference to #6863

ciph3rz and others added 2 commits October 28, 2022 17:32
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
@kbdharun kbdharun added the hacktoberfest-accepted PRs that were opened for Hacktoberfest, but may not actually get merged until November. label Oct 31, 2022
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
pages/linux/dnsenum.md Outdated Show resolved Hide resolved
@github-actions
Copy link

Hi all! This thread has not had any recent activity.
Are there any updates? Thanks!

@github-actions github-actions bot added the waiting Issues/PRs with Pending response by the author. label Dec 18, 2022
Copy link
Contributor

@EmilyGraceSeville7cf EmilyGraceSeville7cf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mandatory fixes found, changes requested.
Thanks for a contribution! ❤️

Comment on lines +6 to +8
- Enumerate a domain with default settings:

`dnsenum -enum {{example.com}}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enumerate a domain with default settings:
`dnsenum -enum {{example.com}}`
- [enum]erate a specific domain with default settings:
`dnsenum -enum {{example.com}}`

Optional fix: mnemonic can be used.
Optional fix: specific may sound better.

Comment on lines +10 to +12
- Enumerate a domain without reverse lookup and save the output to a file:

`dnsenum --noreverse -o {{path/to/file}} {{example.com}}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enumerate a domain without reverse lookup and save the output to a file:
`dnsenum --noreverse -o {{path/to/file}} {{example.com}}`
- Enumerate a domain without reverse lookup and save the [o]utput to a specific file:
`dnsenum --noreverse -o {{path/to/file}} {{example.com}}`

Almost the same issue as above.
Warning: parsing man page failed, can't find -o option, possibly broken manual.

Comment on lines +14 to +16
- Brute force search on subdomains along with a custom file with subdomains passed as an attribute:

`dnsenum -f {{filename}} -r {{example.com}}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Brute force search on subdomains along with a custom file with subdomains passed as an attribute:
`dnsenum -f {{filename}} -r {{example.com}}`
- Brute force search on subdomains along with a specific file with subdomains passed as an attribute:
`dnsenum --file {{path/to/file}} --recursion {{example.com}}`

Almost the same issue as above.
Mandatory fix: path format is broken.
Mandatory fix: long option must be used if it's portable.

@github-actions github-actions bot removed the waiting Issues/PRs with Pending response by the author. label Dec 19, 2022
@CLAassistant
Copy link

CLAassistant commented Dec 28, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ kbdharun
✅ navarroaxel
❌ ciph3rz
You have signed the CLA already but the status is still pending? Let us recheck it.

@Waples
Copy link
Member

Waples commented Jun 19, 2023

Fixes have not been submitted, closing this.

@Waples Waples closed this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PRs that were opened for Hacktoberfest, but may not actually get merged until November. new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants