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

Navigation Graph #19

Closed
wants to merge 14 commits into from
Closed

Navigation Graph #19

wants to merge 14 commits into from

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Jul 5, 2022

Description

This PR implements an extensible prototype navigation graph interface with two implementations:

The shortest path calculation is performed using Dijkstra's algorithm for a directed graph with unitary edge cost.
The implementation was done on the standard library engine and should be extended later for headless navigation, differentiating edges based on navigation actions/connection types

How to modify the implementation

  • Modify the graph node entity at projectdiscovery/katana/ent/schema/endpoint.go
  • Re-generate the code with go generate ./ent

ehsandeep and others added 6 commits June 1, 2022 17:26
* Added non-headless content parsers based on security-crawl-project

* Added output + misc options + cli beginning

* Started runner creation + misc additions to parsers

* Added scope manager

* Added extension based validators

* Added initial CLI implementation + misc

* Misc improvements

* Fixed a crash due to nil response

* Misc fixes to output

* Added banner + misc

* Misc fixes + added version + misc

* Misc fixes

* misc
@Mzack9999 Mzack9999 added Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes. labels Jul 5, 2022
@Mzack9999 Mzack9999 self-assigned this Jul 5, 2022
@Mzack9999 Mzack9999 removed the Status: In Progress This issue is being worked on, and has someone assigned. label Jul 11, 2022
@Mzack9999 Mzack9999 linked an issue Jul 12, 2022 that may be closed by this pull request
@Mzack9999
Copy link
Member Author

Blocked: needs rebase with dev

@Mzack9999 Mzack9999 removed the request for review from Ice3man543 October 4, 2022 14:30
Base automatically changed from dev to main November 2, 2022 00:53
@ehsandeep ehsandeep marked this pull request as draft November 6, 2022 20:55
@ehsandeep ehsandeep closed this Nov 7, 2022
@Mzack9999 Mzack9999 deleted the issue-13-graph-nav branch November 13, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create storage crawling graph implementation for headless crawler
3 participants