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

Add a /network/dns route #9

Open
postmodern opened this issue Mar 29, 2023 · 2 comments
Open

Add a /network/dns route #9

postmodern opened this issue Mar 29, 2023 · 2 comments
Labels
feature New Feature route HTTP route views Views

Comments

@postmodern
Copy link
Member

postmodern commented Mar 29, 2023

Add a /network/dns route and form for performing arbitrary DNS queries. It should use JavaScript to send another HTTP request to another route (ex: /network/dns/query), which would send the DNS query using Ronin::Support::Network::DNS::Resolver and return the response object as JSON, which would then be parsed and rendered by the JavaScript.

There should also be an Import checkbox that causes both the DNS query and response as Ronin::DB::DNSQuery and Ronin::DB::DNSRecord records.

@postmodern postmodern added feature New Feature route HTTP route views Views labels Mar 29, 2023
@postmodern postmodern added this to the 0.1.0 milestone Apr 21, 2023
@AI-Mozi
Copy link
Member

AI-Mozi commented Dec 11, 2023

I guess it should contain show and index views and DNS worker?
What ronin library should I use for querying DNS records?
Or could you just describe it a bit more?

@postmodern
Copy link
Member Author

postmodern commented Dec 12, 2023

@AI-Mozi actually I was thinking of something much simpler. Maybe a form that does an async POST which performs the query and returns the HTML (or JSON), which is then rendered. Maybe we could also add an Import button or checkboxes next to each returned record.

I'm also thinking we could do something similar for an /network/http route that would perform arbitrary HTTP requests.

@postmodern postmodern removed this from the 0.1.0 milestone Jan 7, 2024
@postmodern postmodern changed the title Add a /dns route Add a /network/dns route Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature route HTTP route views Views
Projects
None yet
Development

No branches or pull requests

2 participants